|
Broksonic Novice
Joined: 16 Mar 2001 Posts: 38 Location: USA
|
Posted: Wed Aug 04, 2004 11:30 pm
2 questions; ZChat and some trigger help... |
First off, is there ANY way to change the port number in ZChat. For some reason my provider doesnt seem to allow access to 4050.
Also while doing preferences in ZChat i get an error when closing. It reads "Access violation at address 77F526AB in module 'ntdll.dll'. Write of address 00403F79" I run Win XP Pro.
Secondly, i run a trigger that welcomes back clan members that have been revived from the dead,
^~[CLAN~] &%wtname has rejoined the land of the living.$
#case %random {cl @tname About time!} {cl @tname I didn't even notice you died.} {cl if @tname is dead then i want their... opps, wb @tname} {cl wb @tname} {cl @tname is back to finish the fight i see}
As you can see its a random reply, problem is that it also welcomes ME back, which while somewhat funny to see myself welcome myself back, it is rather . How can i fix this? |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Aug 05, 2004 5:15 am |
Check the name. If it's you don't say anything.
|
|
_________________ LightBulb
Senior member
Most scripts in this forum are written for Command Line entry.
Don't even open the Settings Editor unless its use is specified or obvious. |
|
|
|
Broksonic Novice
Joined: 16 Mar 2001 Posts: 38 Location: USA
|
Posted: Sat Aug 07, 2004 2:10 am |
Thanks LightBulb, but i dont know exactly HOW to do a name check...
.. any idea on the ZChat problem by chance? That one is driving me nuts |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Aug 07, 2004 2:00 pm |
I haven't heard of any way to change the zChat port number. I don't know the solution to your Access Violation problem.
Namecheck:
#IF (@tname = Broksonic) {cl Oops! Don't say anything!} {death message script} |
|
_________________ LightBulb
Senior member
Most scripts in this forum are written for Command Line entry.
Don't even open the Settings Editor unless its use is specified or obvious. |
|
|
|
|
|