Lineage 2 Tower Forum

Full Version: L2 Speak npc Same time than Spawn
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys i need 1 script for l2tower to speak npc.
I play 1 server and every random mobs spawn 1 npc (npc name in icon)[Image: eshv9XN.png]
and
[Image: 1hk83L8.png]

if i speak this npc open this dialoge

[Image: buxLHyw.png]


i need to
1 auto target
2 go near this npc
3 auto press "Get your reward" in low seconds

and repeat



Quote:repeat
Sleep(700);
TargetNpc("WIN1", 32972);
TargetNpc("WIN1", 32972);
Sleep(700)
Talk();
Sleep(700)
ClickAndWait("talk_select", "Get your reward!");
Sleep(700)
until false;
I creat this but i think dont good
Reference URL's