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.

Create Healthstones (warlock fightclass)

Featured Replies

I've been trying to automate creating healthstones and use them, with no luck...
The bot simply wont create them.
Has anyone managed this?


[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun = false - timer
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun time to execute: 0
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun = false - timer
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun time to execute: 0
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun = false - timer
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun time to execute: 0
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun time to execute: 47
[F] 11.03.07 - [Spell] Cast Create Healthstone (Minor) (Create Healthstone (Minor))
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - Run() time to execute: 203
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun = false - timer
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun time to execute: 0
[D] 11.03.07 - [FightClass] Create Healthstone (Minor) - NeedToRun = false - timer
 

  • Author

I managed to get this to work by using lua script. Currently using the CastSpell() in combination with GetSpellTabInfo()
CastSpellByName is not working for Healthstones for some odd reason (Elysium server)

name,texture,offset,numSpells = GetSpellTabInfo(3); CastSpell((offset+1),"spell");

 

http://wowprogramming.com/docs/api/CastSpell
http://wowprogramming.com/docs/api/GetSpellTabInfo

 

  • 4 years later...

@Droidz: I cant get this to work can you suggest how it should be done? Im writing a C# fight class. need to know what to put here. 

 

        if(ItemsManager.GetItemCountByNameLUA("Minor Healthstone")==0 && ItemsManager.GetItemCountByNameLUA("Soul Shard")>=1 && CreateHealthstone.KnownSpell && CreateHealthstone.IsSpellUsable){
            //CreateHealthstone.Launch();
            //wManager.Wow.Helpers.SpellManager.CastSpellByIdLUA(6201, "target");
            //Lua.LuaDoString("CastSpell((offset+1),"spell");");
        }
 

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.