June 15, 20196 yr Using the fight class editor. How do I make it if the spell ID for shield reflect 23920 is active not to use shield bash? 3.3.5a if it matters. Thanks
June 15, 20196 yr if (!ObjectManager.Me.HaveBuff("Shield Reflect") && whatever conditions you may want) { Lua.LuaDoString("CastSpellByName('Shield Bash')"); Thread.Sleep(Usefuls.Latency); } this should do the trick. also you can use this code for ranking Shield bash Lua.LuaDoString("CastSpellByName('Shield Bash(Rank #)')");
June 16, 20196 yr Author I'm incredibly new to coding and don't know where to put this in the fight editor. Does this disable shield bash if shield reflect is active? Thank you Smokie, bw I've joined your discord server.
June 16, 20196 yr There should be a option to use C# code in fightclass editor (Sorry i havent really ever touched fightclass editor.) if you wanna make a big step into learning how to write you're own fightclass outside of Fightclass editor, use @Marsbar Guide. Its one of the best and it help me get started. (if you need any help, you are on my discord so dont hesitate to ask me or Tala for help.)
June 16, 20196 yr Author Thanks for the swift reply Smokie, Definitely excited to jump into Marsbar's tutorial and will be doing so this week. I hope to be able to contribute something to the community. Catch you on Discord ?
Create an account or sign in to comment