Bot Questions - Plugin Problems Solo X - Tue May 10, 2005 5:49 pm Post subject: Plugin Problems
ok when i download a plugin i get the .dll file the .ini file and a src.zip file... each plugin has a src.zip file and the same names for the files inside that... how do i install all the plugins if the src.zip files are the same name???
Bak - Tue May 10, 2005 5:50 pm Post subject:
the .dll file is the compiled plugin and what mervbot will use to load. Put the dll file in the mervbot directory and then try to load it.
Solo X - Tue May 10, 2005 5:55 pm Post subject:
wats the src.zip for then???
Bak - Tue May 10, 2005 5:57 pm Post subject:
that's the source code zipped up. If one wanted to change the plugin and knew c++, they could use that to change the plugin rather than having to re do all the work.
Solo X - Tue May 10, 2005 5:59 pm Post subject:
so i dont need it then???
Solo X - Tue May 10, 2005 6:15 pm Post subject:
ok i think i got it to work.. its just my msg bot plugin that is being retarded... when i get in the zone i want it to say like "blah blah welcome to the zone.. and stuff" but it doesnt... here is the code thing... wat do i need to change???
[Message1]
X1=501
Y1=501
X2=522
Y2=522
Freq=-1
# ^------- Freq to warp. -1 = any, -2 = any public, -3 = any private, 0-9999 = specific freq
EnterMessage0=%name% has entered area 1
EnterMessage1=%name% has entered area 1
EnterMessage2=
EnterMessage3=
EnterMessage4=
LeaveMessage0=%name% has left area 1
LeaveMessage1=
LeaveMessage2=
LeaveMessage3=
LeaveMessage4=
[Message2]
X1=514
Y1=514
X2=522
Y2=522
Freq=1
EnterMessage0=%name% has entered area 2
LeaveMessage0=%name% has left area 2
# Macros you can use: (Thanks to SOS)
# %name% - Name of player
# %points% - Points of player
# %squad% - Squad of player
# %freq% - Freq of player
Bak - Tue May 10, 2005 6:26 pm Post subject:
You can edit the settings if all you want is a greet message. look at Misc::GreetMessage
Solo X - Tue May 10, 2005 6:29 pm Post subject:
where is that??
Solo X - Tue May 10, 2005 6:30 pm Post subject:
i want the both to say it though.. not the zone.
D1st0rt - Sat May 14, 2005 3:49 pm Post subject:
He wants it to announce when people enter or leave it looks like