ofn 1 Posted July 23, 2016 Share Posted July 23, 2016 Hi, Im trying to make my druid just shift into cat form at the start of a battle and stay there till its over, I have everything else down( its a very basic cr) I just cant figure out how to make an ability cast once instead of on a timer... help please edit: right now its casting cat form, then not going back into even in the next fight until x amount of seconds is up. If i set it to quick its constatnly shifting in and out of cat, if i set it too long it doesnt shift into cat and just auto attacks :( help please! Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/ Share on other sites More sharing options...
BetterSister 367 Posted July 23, 2016 Share Posted July 23, 2016 You're thinking it way too hard way Mark cat form as buff and castable only in combat and then you could make it so it won't try to cast cat form without atleast 50%hp. Add healing spell for under 50% hp, make cat abilitys usable only if you're in cat form loves2spooge 1 Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/#findComment-15988 Share on other sites More sharing options...
ofn 1 Posted July 23, 2016 Author Share Posted July 23, 2016 thanks for your help bettersister :) BetterSister 1 Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/#findComment-15991 Share on other sites More sharing options...
Pasterke 98 Posted July 23, 2016 Share Posted July 23, 2016 private Spell catForm = new Spell("Cat Form"); If (!ObjectManager.Me.HaveBuff("Cat Form") && Fight.InFight) { catForm.launch(); } BetterSister 1 Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/#findComment-16006 Share on other sites More sharing options...
hugojiayiwang 7 Posted July 27, 2016 Share Posted July 27, 2016 On 2016/7/23 at 8:21 AM, BetterSister said: You're thinking it way too hard way Mark cat form as buff and castable only in combat and then you could make it so it won't try to cast cat form without atleast 50%hp. Add healing spell for under 50% hp, make cat abilitys usable only if you're in cat form how to set condition? I got it .lol Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/#findComment-16196 Share on other sites More sharing options...
Terrortoby 1 Posted January 25, 2017 Share Posted January 25, 2017 got the same problem... how do i set the condition to use the abilitys only in cat form? i did the catform as a buff, Name: Cat Form, Need: True. But after he healed up he doesnt change back to cat form... Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/#findComment-22397 Share on other sites More sharing options...
Droidz 2738 Posted January 26, 2017 Share Posted January 26, 2017 14 hours ago, Terrortoby said: got the same problem... how do i set the condition to use the abilitys only in cat form? i did the catform as a buff, Name: Cat Form, Need: True. But after he healed up he doesnt change back to cat form... Can you share your fightclass Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/#findComment-22465 Share on other sites More sharing options...
Terrortoby 1 Posted January 26, 2017 Share Posted January 26, 2017 4 minutes ago, Droidz said: Can you share your fightclass how 6.1 feral druid.xml Edit: nvm. i works now... just need to know now why the Travel Form doesnt work as Ground mount... did i miss something? 08:50:15 - [Mount] This mount does not exist: Travel Form Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/#findComment-22466 Share on other sites More sharing options...
Droidz 2738 Posted January 26, 2017 Share Posted January 26, 2017 1 hour ago, Terrortoby said: how 6.1 feral druid.xml Edit: nvm. i works now... just need to know now why the Travel Form doesnt work as Ground mount... did i miss something? 08:50:15 - [Mount] This mount does not exist: Travel Form You use English game client? Because you need to put mount name like is appear ingame. loves2spooge 1 Link to comment https://wrobot.eu/forums/topic/3467-druid-cat-change/#findComment-22476 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