Lineage 2 Tower Forum

Full Version: Automatic Shout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Guys, i dont know how find this on forum..

I search for "chat" "automatic shout" "automatic sell" and others..

I just wanna know how do I configure my dwarf to be talking to everyone in town 1 in 1 minutes?

Ex: Come on everybody, ss cheaper.

Among other phrases. As the script automatically sell buffs.

Thank you again.
macro and script for repeat
but i dont know how to do this! Confused
http://forum.l2tower.eu/thread-get-buffe...lling-item

you can modify this script (yes its big and complicated) but the script your are looking for is SUPER simple actually. But I would suggest that you try to do it yourself first so simple scripts like that come easy to you.
:/ i try, but i dont know how to do this.
(11-17-2012 13:17 PM)WinKz Wrote: [ -> ]:/ i try, but i dont know how to do this.
    LUA Programming
repeat
Say2(L2ChatType.CHAT_SHOUT,"msg","");
Sleep(5*1000) --5s
until gmban

(11-17-2012 13:32 PM)zerilius Wrote: [ -> ]
(11-17-2012 13:17 PM)WinKz Wrote: [ -> ]:/ i try, but i dont know how to do this.
    LUA Programming
repeat
Say2(L2ChatType.CHAT_SHOUT,"msg","");
Sleep(5*1000) --5s
until gmban


im curious why you set it for sleep(5*1000) and not just Sleep(50000) is there a reason?
P.S. lol
(11-17-2012 14:00 PM)nadmaster101 Wrote: [ -> ]
(11-17-2012 13:32 PM)zerilius Wrote: [ -> ]
(11-17-2012 13:17 PM)WinKz Wrote: [ -> ]:/ i try, but i dont know how to do this.
    LUA Programming
repeat
Say2(L2ChatType.CHAT_SHOUT,"msg","");
Sleep(5*1000) --5s
until gmban


im curious why you set it for sleep(5*1000) and not just Sleep(50000) is there a reason?
Should I really reply to this ?
LOL
    LUA Programming
until gmban

epic xD,
(11-17-2012 14:54 PM)zerilius Wrote: [ -> ]
(11-17-2012 14:00 PM)nadmaster101 Wrote: [ -> ]
(11-17-2012 13:32 PM)zerilius Wrote: [ -> ]
(11-17-2012 13:17 PM)WinKz Wrote: [ -> ]:/ i try, but i dont know how to do this.
    LUA Programming
repeat
Say2(L2ChatType.CHAT_SHOUT,"msg","");
Sleep(5*1000) --5s
until gmban


im curious why you set it for sleep(5*1000) and not just Sleep(50000) is there a reason?
Should I really reply to this ?

he is testing your patience Smile
Pages: 1 2
Reference URL's