Jump to content

L2 Adrenaline Scripts.


Recommended Posts

Engine.DlgSel('Auto buff');
Engine.DlgSel(1);
Not working for npc buffer? Can someone help please? 
Bot just come to npc and get no buff :/
3rd server with that
Can someone help?

Link to comment
Share on other sites

Engine.DlgSel('Auto buff');

Engine.DlgSel(1);

Not working for npc buffer? Can someone help please? 

Bot just come to npc and get no buff :/

3rd server with that

Can someone help?

try use 

Engine.BypassToServer('');
Link to comment
Share on other sites

how it works? I dont know how to put it to script


Engine.MoveTo(83241,148316,-3404);
  Engine.SetTarget('Buffer');
  delay(1000);
  Engine.DlgOpen;
  delay(1000);
  Engine.DlgSel('Auto buff'); // notworking
  delay(1000);
Here is screen of menu of NPC
REPAIRED Thx to adr.bot
aa13c32800.jpg
Edited by Paysami
Link to comment
Share on other sites

Anybody knows what is the correct syntax for this function?

 

DUseSkill(id : Cardinal; ctrl, Shift :Boolean) : Boolean;

 

anything I try comes with an error. Maybe an example if you know how to use it. 

 

THX

Link to comment
Share on other sites

Anybody knows what is the correct syntax for this function?

 

DUseSkill(id : Cardinal; ctrl, Shift :Boolean) : Boolean;

 

anything I try comes with an error. Maybe an example if you know how to use it. 

 

THX

if you wanna just use skill example Engine.UseSkill(123); with ctrl i think some like that Engine.UseSkill(123, true);

Link to comment
Share on other sites

if you wanna just use skill example Engine.UseSkill(123); with ctrl i think some like that Engine.UseSkill(123, true);

I need to cast 2 skills and bot wont cast until first one finishes. Want to cast them with no delay between.

Link to comment
Share on other sites

I need to cast 2 skills and bot wont cast until first one finishes. Want to cast them with no delay between.

hmm i dont know, newer try use skil cast in script, i just use easer way when come to spot turn on bot interface

 

 

Engine.FaceControl(0,true);        ///turn on

Engine.FaceControl(0,false);      /// turn off
Link to comment
Share on other sites

could someone tell me l2 tales scheme buff script dialog viewer doesn't work in cracked version..

some time ago i write script in tales and dialog viewer works fine, i dont think that anything has changed

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...