poyek 0 Posted August 13, 2018 Share Posted August 13, 2018 Hello, First of all, I haven't good skills of English. Im new on Wrobot's Lands, and playing vanila WOW nowdays. About ur made figth class: Warlock_by_Eeny. I have bought it and I got a question. Can you please edit this fight class to use shadow bolt's until like 30% mana left and then use wand? This scrips are using only curse + imolate+ corruption and then just auto shoot wand all time, I wish u read this post or somebody who knows edit this script maybe can help me. Thanks . Link to comment https://wrobot.eu/forums/topic/9939-eeny/ Share on other sites More sharing options...
poyek 0 Posted August 14, 2018 Author Share Posted August 14, 2018 I'm Warlock afflfc Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-46596 Share on other sites More sharing options...
eeny 523 Posted August 14, 2018 Share Posted August 14, 2018 I personally cant see this going well... With the DoT + Wand rotation as it currently is, a bot with passable gear should be able to grind mobs the same level with no downtime. using spirit / life tap to never go Out of mana and need to drink. This fightclass will send you oom every other pull. warlock_by_Eeny_shadowbolt.cs Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-46597 Share on other sites More sharing options...
poyek 0 Posted August 14, 2018 Author Share Posted August 14, 2018 Im just rich for waters so Ill exp faster I think:P Im gonna try it with set shadow dmg . You are awesome scritpter master, thanks so much ! Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-46603 Share on other sites More sharing options...
eeny 523 Posted August 14, 2018 Share Posted August 14, 2018 19 minutes ago, poyek said: Im just rich for waters so Ill exp faster I think:P Im gonna try it with set shadow dmg . You are awesome scritpter master, thanks so much ! Im interested, the in-game tab should tell you kills / hour. Can you compare the wand / dot FC to the shadowbolt spam one and repost the kills / hour on each? Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-46604 Share on other sites More sharing options...
poyek 0 Posted August 14, 2018 Author Share Posted August 14, 2018 Lvl 28 wlk affli at thousand doing 15k/h with DOt+Shadow bolt (with Shadow Damage Set) 11k/h with Dot + Wand Thanks a lot. Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-46622 Share on other sites More sharing options...
koviack 0 Posted September 10, 2018 Share Posted September 10, 2018 mine won't even use the wand it tries to melee with a fist... how the fuck do i get it to use wand? Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-47340 Share on other sites More sharing options...
FNV316 65 Posted September 10, 2018 Share Posted September 10, 2018 21 minutes ago, koviack said: mine won't even use the wand it tries to melee with a fist... how the fuck do i get it to use wand? Make sure to put the "Shoot" spell in your action bar Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-47341 Share on other sites More sharing options...
koviack 0 Posted September 10, 2018 Share Posted September 10, 2018 Shoot is in the action bar, i threw away melee and my melee weapon and it goes around fisting things. i edited the XML and this is the problem: //shoot if (!Lua.LuaDoString<bool>("return IsAutoRepeatAction(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Shoot")) + 1) + ")") && ObjectManager.Me.HealthPercent >= 60 && ObjectManager.Pet.HealthPercent >= 30 && ObjectManager.Me.ManaPercentage >= 60 && (ObjectManager.Target.HaveBuff("Curse of Agony") && canDoT(ObjectManager.Me.TargetObject))) { if (Shoot.KnownSpell) SpellManager.CastSpellByNameLUA("Shoot"); return; i'm too low level to have curse of agony, i delete that specific part ?&& (ObjectManager.Target.HaveBuff("Curse of Agony")| and it TRIES to use the wand but just spams it like an AK47 and doesnt leave any time for the action to be completed..I'm lvl 8 now and have CoA so it might work but damn that was a painful 5-8 Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-47342 Share on other sites More sharing options...
FNV316 65 Posted September 10, 2018 Share Posted September 10, 2018 (edited) Well, seems like eeny doesn't expect you to use wand below level 10. The wand spam should however be prevented by putting it to the action bar. The line ' !Lua.LuaDoString<bool>("return IsAutoRepeatAction(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Shoot")) + 1) + ")") ' is used to determine if wand attack is currently active / channeled or not What you can try is to increment the latency settings in wRobot and / or add a "Thread.Sleep(Usefuls.Latency + 250);" command (you might have to tinker around with the values a bit), after the SpellManager.CastSpellByName. It's also possible, that this specific Lua function doesn't work properly on the server / game version you are trying to run it Edited September 10, 2018 by FNV316 Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-47347 Share on other sites More sharing options...
koviack 0 Posted September 10, 2018 Share Posted September 10, 2018 (edited) any idea how to get it to make and use healthstones? nevermind i figured it out Edited September 11, 2018 by koviack Link to comment https://wrobot.eu/forums/topic/9939-eeny/#findComment-47353 Share on other sites More sharing options...
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