Author |
Message |
Solo X Novice

Age:37 Gender: Joined: May 04 2005 Posts: 52 Location: Indiana Offline
|
Posted: 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??? |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
|
Back to top |
|
 |
Solo X Novice

Age:37 Gender: Joined: May 04 2005 Posts: 52 Location: Indiana Offline
|
Posted: Tue May 10, 2005 5:55 pm Post subject: |
 |
|
|
|
wats the src.zip for then??? |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: 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. |
|
Back to top |
|
 |
Solo X Novice

Age:37 Gender: Joined: May 04 2005 Posts: 52 Location: Indiana Offline
|
Posted: Tue May 10, 2005 5:59 pm Post subject: |
 |
|
|
|
so i dont need it then??? |
|
Back to top |
|
 |
Solo X Novice

Age:37 Gender: Joined: May 04 2005 Posts: 52 Location: Indiana Offline
|
Posted: 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 |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: 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 |
|
Back to top |
|
 |
Solo X Novice

Age:37 Gender: Joined: May 04 2005 Posts: 52 Location: Indiana Offline
|
Posted: Tue May 10, 2005 6:29 pm Post subject: |
 |
|
|
|
where is that?? |
|
Back to top |
|
 |
Solo X Novice

Age:37 Gender: Joined: May 04 2005 Posts: 52 Location: Indiana Offline
|
Posted: Tue May 10, 2005 6:30 pm Post subject: |
 |
|
|
|
i want the both to say it though.. not the zone. |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Sat May 14, 2005 3:49 pm Post subject: |
 |
|
|
|
He wants it to announce when people enter or leave it looks like _________________
 |
|
Back to top |
|
 |
|