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 heal on vanilla wow

Featured Replies

Hello!

How to heal on vanilla wow without target?

var healTarget = Party.GetParty().Where(o => o.HealthPercent < 50).FirstOrDefault();

SpellManager.CastSpellByNameOn("Rejuvenation", healTarget.Name);

CastSpellByNameOn on vanilla is missing, write please another method.

public static void SetMouseoverUnit(WoWUnit unit)
{
  Memory.WowMemory.Memory.WriteUInt64((uint)Memory.WowMemory.Memory.MainModuleAddress + 0x74E2C8, unit.Guid);
}

public static void CastOn(WoWUnit unit, string spellName)
{
  SetMouseoverUnit(unit);
  Lua.LuaDoString($@"
                  TargetUnit(""mouseover"");
                  CastSpellByName(""{spellName}"");
				TargetLastTarget();
  ");
}

 

Edited by Matenia

  • Author
1 hour ago, Matenia said:

public static void SetMouseoverUnit(WoWUnit unit)
{
  Memory.WowMemory.Memory.WriteUInt64((uint)Memory.WowMemory.Memory.MainModuleAddress + 0x74E2C8, unit.Guid);
}

public static void CastOn(WoWUnit unit, string spellName)
{
  SetMouseoverUnit(unit);
  Lua.LuaDoString($@"
                  TargetUnit(""mouseover"");
                  CastSpellByName(""{spellName}"");
				TargetLastTarget();
  ");
}

 

will try the method, thx a lot!

  • Author
On 3/26/2019 at 1:57 PM, Matenia said:

public static void SetMouseoverUnit(WoWUnit unit)
{
  Memory.WowMemory.Memory.WriteUInt64((uint)Memory.WowMemory.Memory.MainModuleAddress + 0x74E2C8, unit.Guid);
}

public static void CastOn(WoWUnit unit, string spellName)
{
  SetMouseoverUnit(unit);
  Lua.LuaDoString($@"
                  TargetUnit(""mouseover"");
                  CastSpellByName(""{spellName}"");
				TargetLastTarget();
  ");
}

 

write please the code for FC editor

q.png

No. You've been spoonfed for months now, you never contribute anything back. If you can't create a C# fightclass when I already give you everything you need, you actually need to start teaching yourself some stuff instead of relying on others to do all the work for you.

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.