NaoJogoMais
I'm Watching You!
Posts: 922
Joined: Oct 2012
Reputation: 194
Version:
1.4.2.132
|
RE: Ceremony Of Chaos
(11-13-2012 14:41 PM)amiroooo Wrote: search > chaos > sixth link in search resuts!
Ty for YOU a lot !
Work fine.
.
[ RETIRED ]
...from retail!
|
|
11-14-2012 01:41 AM |
|
acis
Banned
Posts: 3
Joined: Sep 2012
Version:
1.4.1.95
|
RE: Ceremony Of Chaos
(11-13-2012 14:32 PM)nadmaster101 Wrote: (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;
i just copy past in l2tower, plugin folder, restart l2tower but its nathink happen. didnt acept automaticly coc what i doing wrong ?
|
|
12-12-2012 03:38 AM |
|
sidax
Zaken's Royal Guard
Posts: 55
Joined: Sep 2012
Reputation: 12
Version:
1.4.2.131
|
RE: Ceremony Of Chaos
/signcoc
|
|
12-12-2012 09:20 AM |
|
NaoJogoMais
I'm Watching You!
Posts: 922
Joined: Oct 2012
Reputation: 194
Version:
1.4.2.132
|
RE: Ceremony Of Chaos
(12-12-2012 03:38 AM)acis Wrote: (11-13-2012 14:32 PM)nadmaster101 Wrote: (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;
i just copy past in l2tower, plugin folder, restart l2tower but its nathink happen. didnt acept automaticly coc what i doing wrong ?
You trying use /signcoc?
and, you can not is in attack mode, party, flag, pk, shop ..
.
[ RETIRED ]
...from retail!
|
|
12-12-2012 15:46 PM |
|
acis
Banned
Posts: 3
Joined: Sep 2012
Version:
1.4.1.95
|
RE: Ceremony Of Chaos
that's what i need thx works perfect
|
|
12-13-2012 02:52 AM |
|
Bhakti9999
Ratman Chieftain
Posts: 25
Joined: Apr 2012
Reputation: 0
Version:
1.4.1.110
|
RE: Ceremony Of Chaos
is plug-in feature work even i am not in premium license?
|
|
12-13-2012 15:05 PM |
|
kyriakos
Elpy
Posts: 4
Joined: Apr 2012
Reputation: 0
Version:
1.4.1.121
|
RE: Ceremony Of Chaos
(12-13-2012 15:05 PM)Bhakti9999 Wrote: is plug-in feature work even i am not in premium license?
Yes, it does, at this one for sure.
Very nice.. thank u very much it works great!
(This post was last modified: 12-13-2012 19:40 PM by kyriakos.)
|
|
12-13-2012 19:39 PM |
|