abbadon 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
adr.bot 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
drakian Posted April 28, 2015 Posted April 28, 2015 hello anyone have the script auto augment str +1 Thx Quote
Paysami 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
adr.bot 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
Paysami 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
abbadon 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
adr.bot 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
abbadon 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
adr.bot 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
matys123 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
adr.bot 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
karinne Posted May 20, 2015 Posted May 20, 2015 May i ask how to check amount of item in inventory? User and quest. Ty Quote
cuppacoffee 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
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.
Note: Your post will require moderator approval before it will be visible.