Jump to content

Recommended Posts

Posted

Quastion to adr: Any ideea to set conditon for no Xp gained in xx seconds ---> do stuff?

i dont know, but if i good remember look in events there is exp function i think

Posted

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?

Posted

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('');
Posted (edited)

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
Posted

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

Posted

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);

Posted

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.

Posted

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
Posted

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

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