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.

How to use custom spells in a fight class

Featured Replies

I am on a server with some custom spells.  I used the development tools to dump the spell book and I can see them there.  However, I am unable to add them to a fight class.  I have the name and spell IDs.  When I "Add Spell" by name it does not work.  Is there a setting that I am missing or do I need to write macros for each ability and do LUA scripts?  Is there a way to use the spell ID instead of the name?

Here is an example from the spell book dump

Standard Spell

Auto Attack (Id found: 6603, Name found: Auto Attack, NameInGame found: Auto Attack, Know = True, IsSpellUsable = True)

Custom Spell (notice no name in the front)

 (Id found: 193358, Name found: , NameInGame found: Breath of Respite, Know = True, IsSpellUsable = False)

 

20 hours ago, kongul said:

I am on a server with some custom spells.  I used the development tools to dump the spell book and I can see them there.  However, I am unable to add them to a fight class.  I have the name and spell IDs.  When I "Add Spell" by name it does not work.  Is there a setting that I am missing or do I need to write macros for each ability and do LUA scripts?  Is there a way to use the spell ID instead of the name?

Here is an example from the spell book dump

Standard Spell

Auto Attack (Id found: 6603, Name found: Auto Attack, NameInGame found: Auto Attack, Know = True, IsSpellUsable = True)

Custom Spell (notice no name in the front)

 (Id found: 193358, Name found: , NameInGame found: Breath of Respite, Know = True, IsSpellUsable = False)

 

Does the spell have more than 1 rank ?

  • Author
On 10/28/2016 at 8:56 AM, Dreamful said:

if i remember right, their is actually a CastSpellByName() condition in wRobot.

otherwise,
http://wowwiki.wikia.com/wiki/API_CastSpellByName

Example


CastSpellByName("Frostbolt");

 

How would i use this in wrobot?  I also saw a cast by spell id in the API page. Just need to figure how to implement it in wrobot.

  • 5 years later...

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.