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?
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
drakian Posted April 28, 2015 Posted April 28, 2015 hello anyone have the script auto augment str +1 Thx
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?
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('');
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
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
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);
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.
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
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..
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
karinne Posted May 20, 2015 Posted May 20, 2015 May i ask how to check amount of item in inventory? User and quest. Ty
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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now