Jump to content

Recommended Posts

Posted

Hello,

 

I'm new to the scripting thing and I would like to learn more than leech. I have the same issue as here (http://www.maxcheaters.com/topic/213387-tts-adrenaline-script-edit/) but didn't want to post on a solved post.

 

I have followed a script the user "adr.bot" (thanks for that!) shared a long time ago on this forum for the TT quest. The thing is I was trying to complete it since it only covers the talking on HS so I added the use of the SOE, learned to do the if User.inrange for all the spots on goddard and then moved to the Magic Shop to talk to Valentine (next npc on the quest).

  Engine.SetTarget(31584);              //valentine
  Engine.DlgOpen;
  Engine.DlgSel('Quest');
  Delay(500);
  Engine.bypasstoserver('Quest 621_EggDelivery 31584-1.htm');
  Delay(500);

Once you hit "Quest" on this NPC you don't have to choose the quest so the line "Engine.DlgSel('Egg Delivery');" is not needed, but after "Quest" you have the option "Jeremy sent me."

 

Following this PDF (http://l2bot.eu/ScriptHelpEN.pdf) I tried:

  Engine.DlgSel('Quest');
  Delay(500);
  Engine.DlgSel('Jeremy sent me');
  Delay(500);
  Engine.DlgSel('Quest');
  Delay(500);
  Engine.DlgSel('Jeremy sent me.');
  Delay(500);
  Engine.DlgSel('Quest');
  Delay(500);
  Engine.DlgSel(1);
  Delay(500);

But all of them just say "Illegal action gm will be informed" and I'm kicked. Even using "Engine.DlgSel(1);" worked for the Quest line but didn't work for the next one.

 

Could someone enlight me ?

 

Thanks in advance.

Posted

Hello,

 

I'm new to the scripting thing and I would like to learn more than leech. I have the same issue as here (http://www.maxcheaters.com/topic/213387-tts-adrenaline-script-edit/) but didn't want to post on a solved post.

 

I have followed a script the user "adr.bot" (thanks for that!) shared a long time ago on this forum for the TT quest. The thing is I was trying to complete it since it only covers the talking on HS so I added the use of the SOE, learned to do the if User.inrange for all the spots on goddard and then moved to the Magic Shop to talk to Valentine (next npc on the quest).

  Engine.SetTarget(31584);              //valentine
  Engine.DlgOpen;
  Engine.DlgSel('Quest');
  Delay(500);
  Engine.bypasstoserver('Quest 621_EggDelivery 31584-1.htm');
  Delay(500);

Once you hit "Quest" on this NPC you don't have to choose the quest so the line "Engine.DlgSel('Egg Delivery');" is not needed, but after "Quest" you have the option "Jeremy sent me."

 

Following this PDF (http://l2bot.eu/ScriptHelpEN.pdf) I tried:

  Engine.DlgSel('Quest');
  Delay(500);
  Engine.DlgSel('Jeremy sent me');
  Delay(500);
  Engine.DlgSel('Quest');
  Delay(500);
  Engine.DlgSel('Jeremy sent me.');
  Delay(500);
  Engine.DlgSel('Quest');
  Delay(500);
  Engine.DlgSel(1);
  Delay(500);

But all of them just say "Illegal action gm will be informed" and I'm kicked. Even using "Engine.DlgSel(1);" worked for the Quest line but didn't work for the next one.

 

Could someone enlight me ?

 

Thanks in advance.

if it kick u from server then looks like u use wrong bypass, get npc dialog html

begin
print(engine.dlgtext);
end.

then find for button bypass, and use it with engine.bypasstoserver, if still got problems u can contact me on skype, and if want that i login and check (interlude and h5 clients only) i need test account and ur server

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...