AndyD 0 Posted April 25, 2015 Posted April 25, 2015 thank you I will try it. Quote Share this post Link to post Share on other sites
abbadon 0 Posted April 25, 2015 Posted April 25, 2015 Quastion to adr: Any ideea to set conditon for no Xp gained in xx seconds ---> do stuff? Quote Share this post Link to post Share on other sites
adr.bot 16 Posted April 25, 2015 Posted April 25, 2015 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 Quote Share this post Link to post Share on other sites
drakian 0 Posted April 28, 2015 Posted April 28, 2015 hello anyone have the script auto augment str +1 Thx Quote Share this post Link to post Share on other sites
Paysami 0 Posted April 29, 2015 Posted April 29, 2015 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 thatCan someone help? Quote Share this post Link to post Share on other sites
adr.bot 16 Posted April 29, 2015 Posted April 29, 2015 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(''); Quote Share this post Link to post Share on other sites
Paysami 0 Posted April 30, 2015 Posted April 30, 2015 (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 NPCREPAIRED Thx to adr.bot Edited April 30, 2015 by Paysami Quote Share this post Link to post Share on other sites
abbadon 0 Posted May 1, 2015 Posted May 1, 2015 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 Quote Share this post Link to post Share on other sites
adr.bot 16 Posted May 1, 2015 Posted May 1, 2015 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); Quote Share this post Link to post Share on other sites
abbadon 0 Posted May 2, 2015 Posted May 2, 2015 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. Quote Share this post Link to post Share on other sites
adr.bot 16 Posted May 2, 2015 Posted May 2, 2015 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 Quote Share this post Link to post Share on other sites
matys123 0 Posted May 4, 2015 Posted May 4, 2015 could someone tell me l2 tales scheme buff script dialog viewer doesn't work in cracked version.. Quote Share this post Link to post Share on other sites
adr.bot 16 Posted May 4, 2015 Posted May 4, 2015 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 Quote Share this post Link to post Share on other sites
karinne 0 Posted May 20, 2015 Posted May 20, 2015 May i ask how to check amount of item in inventory? User and quest. Ty Quote Share this post Link to post Share on other sites
cuppacoffee 0 Posted May 20, 2015 Posted May 20, 2015 Look into the classes TL2Item and TInventory. Hint: Inventory.Quest.ByID(itemID, item)Inventory.User.ByID(itemID, item) Quote Share this post Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.