Betrayal

Waldoff

Administrator
Staff member
ERROR: [0] Closing Link: Woldaff_Work[webchat.mibbit.com] (User has been permanently banned from Dawntide (no reason))




I demand that you send me all my content in a zip file so I may start my own server. I will name the server "Project EQClassic". On a side note I am betraying the staff back and leaking the little known anti ruin code.

if(guild) == Ruin{
droprare(.5);
attack(+2000);
sendmsg(Drello,Ruin is trying to raid. If they wipe be sure to steal it)
msgguild(Forsaken,Ruin is trying to raid. If they wipe be sure to steal it.)
msggmchat(Code blue. Get to $zonename and make sure Ruin does not progress.)
}
if(druid) == Mallas{
setloot(2);
setdamage(+.9)
sendmsg(Woldaff,Mallas is trying to kill something. You better intervene.);
}


Also here is the economy script

if(economy) == good {
sendmsg(wiz,The economy is good go break it)
}



I hope to see you all in "Project EqClassic"
 
they are trying to ban me before the word can get out but it is too late. VIVA LE RESISTANCE.
 
Fuck you ryu. Just because your drugged up mind can't appreciate humor that doesn't have tits drugs or filth in it doesn't mean you have to shit up my thread. Viva la resistance
 
attack(+2000);
setdamage(+.9)
Should probably be:
attack+=2000;
damage*=.9;

sendmsg(Drello,Ruin is trying to raid. If they wipe be sure to steal it)
msgguild(Forsaken,Ruin is trying to raid. If they wipe be sure to steal it.)
msggmchat(Code blue. Get to $zonename and make sure Ruin does not progress.)
Missing some semi colons. Also themessages should probably be in double quotes.

if(economy) == good;
Economy and good must be some pretty epic variables.

Let me know if you need a coder mmkay!
 
finster your code sucks

if (codeAuthor == Finster)
{
set(sucks,hard);
}
else
{
set(sucks,lightly);
}
 
Note to self. Do not read last post directly after first one, or you will start wondering how close TM & Finny are...
 
Finny said:
if (poster.isinhighschool() == 'true')
poster.ignore();

why on earth would isinhighschool() return the word true instead of just the boolean true, which you could then simply check via "if(poster.isinhighschool)"
 
Back
Top Bottom