[email protected] 0 Posted May 23, 2016 Share Posted May 23, 2016 Hi everyone I use Create Fight Class tool for creating my dps rotation for raids and pvp xt. Mostly does it part and i dont know about C# codes and how they are applied i use bot for combat rotation Its fine but there are some conditons that ""Create Fight Class tool"" dont inherit, and im told it can only be done in C# for exp: i wanted to do for shaman when im not moving; if there is 1 mob (around) and no totem -- put searing totem if there is 1 mob and searing totem --- do nothing if there is 2 or more mobs and no totem -- put magma totem if there is 2 or more mobs and searing totem -- put magma totem if there is 2 or more mobs and magma totem-- do nothing in this case, there is no condition to check which totem is active through the ""Create Fight Class tool"". you can check if there is an active fire totem but u cant check if its a magma or searing which are both fire totems What i ask is; Is there a way to do this with ""Create Fight Class tool"". It can only be done in C# ? Which conditions there are that arent in ""Create Fight Class tool"". Where can we learn from it Lets say someone else posted a C# code here for the totem part. Can i add it via ""Create Fight Class tool"". (I need it so i can keep modifying it when needed) Ty in advance Keep up the good work please Link to comment https://wrobot.eu/forums/topic/3067-swapping-totems/ Share on other sites More sharing options...
dida1990 51 Posted May 23, 2016 Share Posted May 23, 2016 Are you into lua? http://wowwiki.wikia.com/wiki/API_GetTotemInfo Link to comment https://wrobot.eu/forums/topic/3067-swapping-totems/#findComment-14187 Share on other sites More sharing options...
[email protected] 0 Posted May 23, 2016 Author Share Posted May 23, 2016 8 minutes ago, dida1990 said: Are you into lua? http://wowwiki.wikia.com/wiki/API_GetTotemInfo According to lua, u cant check if the fire totem active is a searing or magma? Link to comment https://wrobot.eu/forums/topic/3067-swapping-totems/#findComment-14188 Share on other sites More sharing options...
dida1990 51 Posted May 23, 2016 Share Posted May 23, 2016 2 minutes ago, [email protected] said: According to lua, u cant check if the fire totem active is a searing or magma? I guess with this http://wowwiki.wikia.com/wiki/API_SetMultiCastSpell it is somehow possible, but currently I am not at home, so I can't write anything :/ Link to comment https://wrobot.eu/forums/topic/3067-swapping-totems/#findComment-14189 Share on other sites More sharing options...
[email protected] 0 Posted May 23, 2016 Author Share Posted May 23, 2016 Dont think it is Link to comment https://wrobot.eu/forums/topic/3067-swapping-totems/#findComment-14190 Share on other sites More sharing options...
dida1990 51 Posted May 23, 2016 Share Posted May 23, 2016 I check the api later and give you feedback :) there is a way, there is always a way :) Gesendet von meinem D6603 mit Tapatalk Link to comment https://wrobot.eu/forums/topic/3067-swapping-totems/#findComment-14191 Share on other sites More sharing options...
BetterSister 367 Posted June 30, 2016 Share Posted June 30, 2016 Dida you still at this? :D Link to comment https://wrobot.eu/forums/topic/3067-swapping-totems/#findComment-15091 Share on other sites More sharing options...
Dreamful 148 Posted June 30, 2016 Share Posted June 30, 2016 pretty simple actually, just check it on name. greets, Dreamful haveTotem, totemName, startTime, duration = GetTotemInfo(1) if totemName ~= "Magma Totem" then return true else end Link to comment https://wrobot.eu/forums/topic/3067-swapping-totems/#findComment-15092 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