Lineage 2 Tower Forum

Full Version: Ceremony Of Chaos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Anyone have any script that automatically accepted to participate in this event?
No need to attack or anything, just enter the event every time it starts!
SEARCH BUTTON
(11-13-2012 04:26 AM)nadmaster101 Wrote: [ -> ]SEARCH BUTTON

I USED "SEARCH BUTTON".
BUT I DONT FIND ANY ABOUT THIS.

IF U KNOW, HELP ME WITH LINK.
hmm guess it got taken down, too bad. glad i got it when i did
(11-13-2012 05:02 AM)nadmaster101 Wrote: [ -> ]hmm guess it got taken down, too bad. glad i got it when i did
? it should be still on forum.. (Unless Amiroooo deleted his post, and if so happened i'm happy - coz BEFORE ppl were crying for it, when he finally posted it asking to test it, NO FUCKING ONE answered him, telling if it was working or no.).... anyway Search better
so, no one can help me?
folks,

I'm just asking for your help on something simple.
I'm sorry if I do not know how to make my own script, so I ask for help.

I do not need to be humiliated or treated as any for the simple fact
someone has done the script and nobody has given the required value.

I ask please, if anyone can help me with this, I would be very grateful.
No1 is humiliating you, anyway let's see if nedmaster will post it here, i don't have it
(11-13-2012 13:42 PM)TheBl4ckPhoenix Wrote: [ -> ]No1 is humiliating you, anyway let's see if nedmaster will post it here, i don't have it

Ohh sure, leave it all up to me huh. Remember Its a Plugin not a Script.



cocsignwstatus = false;
needtosign = false;

function OnCreate()
this:RegisterCommand("signcoc", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;

function OnCommand_signcoc(vCommandChatType, vNick, vCommandParam)
if (cocsignwstatus == false) then
cocsignwstatus = true;
ShowToClient("Sign CoC Plugin","Auto Sign Mode on.");
else
cocsignwstatus = false;
ShowToClient("Sign CoC Plugin","Auto Sign Mode off.");
end;
end;

function OnLTick1s()
if cocsignwstatus then
if needtosign then
QuestReply("pledgegame?command=apply");
needtosign = false;
end;
end;
end;

function OnChatSystemMessage(id, msg)
local sysmsg = msg;
local messid = id;
if (messid == 3781) then
needtosign = true;
elseif (messid == 3782) then
needtosign = false;
end;
end;
search > chaos > sixth link in search resuts!
Pages: 1 2
Reference URL's