xsonz 0 Posted November 5, 2013 Share Posted November 5, 2013 I know I have a lot of questions last couple of days but since I bought the bot, I want it to work as intended. Hope you understand. :) Here is my question. I opened default fighting profile '[Ohren]Windwalker Monk' in Fight Class Editor and added my two buffs 1. [Legacy of the Emperor] 2. [Legacy of the White Tiger] I positioned it above all others (priority 12 and 11 in my case) and added 'Buff casted by me' condition. In conditions settings I selected 'true' in 'need' tab. Also I changed 'is buff: true' and timer: 60 in spell settings However, my monk doesn't cast buffs when they run out. Any suggestions? Thanks, Xsonz Link to comment https://wrobot.eu/forums/topic/860-yet-another-question-why-my-monk-wont-buff-itself/ Share on other sites More sharing options...
Droidz 2738 Posted November 6, 2013 Share Posted November 6, 2013 Hello, Look this: To look base spell name use this macro: /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end Link to comment https://wrobot.eu/forums/topic/860-yet-another-question-why-my-monk-wont-buff-itself/#findComment-4737 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