L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto TvT Join
Author Message
bezumov Offline
Gremlin
*

Posts: 7
Joined: Jul 2014
Reputation: 0
Version: 1.4.1.112
Post: #1
Auto TvT Join

Есть ли такой скрипт, для авто регистрации на ивент через команды .tvtjoin .ctfjoin .rcjoin ? Или же через нажатие "Да".
07-22-2014 11:36 AM
Find all posts by this user Quote this message in a reply
bezumov Offline
Gremlin
*

Posts: 7
Joined: Jul 2014
Reputation: 0
Version: 1.4.1.112
Post: #2
RE: Auto TvT Join

up.
08-03-2014 08:25 AM
Find all posts by this user Quote this message in a reply
bezumov Offline
Gremlin
*

Posts: 7
Joined: Jul 2014
Reputation: 0
Version: 1.4.1.112
Post: #3
RE: Auto TvT Join

Ап.
10-11-2014 21:02 PM
Find all posts by this user Quote this message in a reply
xPekketuchaa Offline
Gremlin
*

Posts: 7
Joined: Apr 2014
Reputation: 0
Version: 1.4.3.143
Post: #4
RE: Auto TvT Join

messagesinrow = {".joinctf",".jointvtr",".joinraid","join"} ;
msg = "hello"; -- start with this message
minutesdelay = 1;

function ChangeMessage()
local tempmsg = msg;
for t,y in pairs(messagesinrow) do
if (msg == y) then
if (messagesinrow[t+3] == nil) then
msg = messagesinrow[1];
break;
else
msg = messagesinrow[t+3];
break;
end;
end;
end;
if (tempmsg == msg) then
msg = messagesinrow[3];
end;
end;

repeat
Command(msg);
ChangeMessage();
Sleep(minutesdelay*1000*60);
until false;
06-04-2015 17:44 PM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)