Lineage 2 Tower Forum

Full Version: AutoCHatBOt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Help plz. How can I send a message in chat every 300 sec??
And plz give a link with guide about function "Function", dont know how to use it here. thx a lot.
Sorry, I won't help with this because chatbots ruin the game. I simply cannot stand them, especially the ones trying to sell adena or advertising private servers.

If you really want to figure it out, there is more than enough information already on the forums.
thx) it was helpfull+1
all bot >players< hate the spam, so dont ask for that function again, ty
Everybody hate spammers Dodgy

Bot is for play, not for ruin the game...
-_- not hard to make if you make a script only for chatting...

repeat
--example-hi
Sleep(300*1000);
--example-hello
Sleep(300*1000);
--example-how can this be
Sleep(300*1000);
--example-oh no, i have a boner
Sleep(300*1000);
until false

keep on adding
--message
Sleep(300*1000);

repeat
until false

-__-
simple but if you want something more pro, then study.
u need premium to make it properly
i mess up, on my other post, didn't list how to get ur text ingame?
try this if you haven't....


repeat
Sleep(1000);
Command("this is how you do it");
Sleep(5*1000);
Command("did you get it?");
Sleep(5*1000);
Command("i hope you did.");
Sleep(5*1000);
Command("because this is so simple.");
Sleep(5*1000);
Command("if you want it to be more pro,");
Sleep(5*1000);
Command("you upgrade to premium and ask premium user or coders.");
Sleep(5*1000);
Command("otherwise, this is simple enough.");
Sleep(5*1000);
Command("oh no, i have a boner");
Sleep(5*1000);
until false

difference delay by using
Sleep(5*1000); 5 seconds
Sleep(7*1000); 7 seconds
Sleep(33*1000); 33 seconds
Sleep(2*60*1000); 2 minutes
Sleep(12*60*1000); 12 minnutes

ya feel me?
xd, run this script ^^
Search on forum: AutoPM script or something like that, change and improve its code a little bit, you will get "perfect" chatting system between your bots in party that can "fool" GMs and others to think your bots are real players playing.
For this purpose: I suggest you use Italian, Russian or whatever languages that less ppl can understand ^^

Auto Answer PM Plugin: http://forum.l2tower.eu/thread-automatic-answer-on-pms
Reference URL's