Jump to content

Recommended Posts

Posted

Sup, i saw a few topic's about l2w scripting but the one i needed to reply is lock'd. So listen up, i play a private L2GraciaEpilouge, im tryin to make an script for the "Egg delivery" quest. So...

I open the walker its maybe bit out of date cuz it don't show me all skillz but it should still work with this stuff...go near Jeremy and type in the script making window:

LABEL(INICIO)

NPCSEL(Jeremy[iD=8521])

NPCDLG(Jeremy[iD=8521])

DLGSEL(Quest)

DELAY(800) - (i googl'd this command out) w/o this delay command it can't perform the next command i don't know why, so if some1 know's it enlight me plx

DLGSEL([Egg Delivery])

DLGSEL("I'll deliver your eggs.") - and here is the problem it just can't pick the last dialouge part of the quest i tryed everything i googl'd for hour's and still no idea whats going on.  Any help is deeply apreciated. PS: When I use the REC' button it records all steps but not this one...

MOVETO(150083,-113187,-2121)

MOVETO(150447,-114506,-1836)

...

...

..

.

 

Posted

The delay command is needed because withour it your script would try to click on "Quest" and "Egg Delivery" at nearly the same time and as we all know in the online world there is response time a.k.a. lag. Pretty much what u do with the delay command is wait for a response between the two clicks.

As for the "I'll deliver your eggs" thing, i dont think is a problem with the walker. I've had this same problem on servers i played before. It could be some trick by the server Dev with the html of that npc, or atleast thats how i explain it to myself. You could try to use a clicker program to click this last one for you but i dont know if its not gona be pretty tough to make the timing right.

Hopefully more ppl will share experiences and information about that problem.

Posted

Thx for the response, i tought my self the same for the delay command, but the "I'll deviler your eggs." is still a misery, and yeah it could be some edited html for that npc, but i doubt that cuz the server started "bit uncompleted"...I hope some1 will be expirienced enough for answering this question...

Guest
This topic is now closed to further replies.


×
×
  • Create New...