Need help with attack sequence! - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Need help with attack sequence! (/thread-12540.html) |
Need help with attack sequence! - Xudam - 11-08-2013 I want the strongest spell first but it has a 8 sec CD. This doesnt rly work since it uses; Exori Gran vis -> waits 8 seconds -> Exori Amp vis -> waits 8 sec -> Uses Exori Vis -> waits 2 seconds -> repeat. How do i do to get the strongest spell first ? Also, if it lets say is too far away when it does Exori Gran Vis, it act as if it has done it and moves on to the next spell. RE: Need help with attack sequence! - Kimoszin - 11-08-2013 What is wrong? RE: Need help with attack sequence! - Xudam - 11-08-2013 (11-08-2013, 02:02 AM)Kimoszin Wrote: What is wrong? Thats what i dont know.. i want it to use the spells in the correct order. Now its; Exori Gran vis -> waits 8 seconds -> Exori Amp vis -> waits 8 sec -> Uses Exori Vis -> waits 2 seconds -> repeat. It does nothing for 8 seconds after using exori gran vis it just waits untill its been 8 seconds and then it uses exori amp vis. RE: Need help with attack sequence! - Kimoszin - 11-08-2013 Add 10000 ms (8 spell + 2 group) RE: Need help with attack sequence! - Xudam - 11-08-2013 (11-08-2013, 02:09 AM)Kimoszin Wrote: Add 10000 ms (8 spell + 2 group) That would make the bot wait for 10 seconds without doing anything. RE: Need help with attack sequence! - Kimoszin - 11-08-2013 Code: Spell exori gran vis RE: Need help with attack sequence! - Xudam - 11-08-2013 (11-08-2013, 02:59 AM)Kimoszin Wrote: That wont work, it will have a 8 second wait time in the end. RE: Need help with attack sequence! - Dexter - 11-08-2013 If you do it manually, how long it takes between one and another spell? RE: Need help with attack sequence! - Xudam - 11-09-2013 (11-08-2013, 02:25 PM)Dexter Wrote: If you do it manually, how long it takes between one and another spell? Ive tried to do a full rotation Exori Vis -> 2000ms ->Exori Gran Vis -> 2000ms -> Exori Amp Vis -> 2000ms -> Exori Vis -> 2000ms. Still its just not a good system the way you've got it now, if its too far away when it uses the first spell it wont use it again it will just wait for 2 sec before it can use the next one. There is no way for the bot to confirm that a spell has been caster, you need to connect spells with tibias cooldown system, it should stop casting Exori Gran Vis untill it goes on cooldown. As it is now it only casts it once even if youre too far away and then skips it and goes to the next spell on the list. |