Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

If Spell Reflect active don't use shield bash

Featured Replies

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

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 #)')");

 

  • 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.

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.)

 

  • 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.