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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock