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.

chickengod

Members
  • Joined

  • Last visited

  1. It was FireHack API not wow.
  2. I found scripts for automation that set functions for determining the position of objects based on ObjectPosition. However, this does not function in tbc. Is it possible to determine the position of an object in space in tbc? Example function InLOS(obj1, obj2) local x1, y1, z1 = ObjectPosition(obj1) local x2, y2, z2 = ObjectPosition(obj2) if not TraceLine(x1, y1, z1+2.25, x2, y2, z2+2.25, bit.bor(0x10, 0x100)) then return true end return false end
  3. Thank you, this argument works fine.
  4. Its API for tbc https://web.archive.org/web/20100105220335/http://wowprogramming.com/docs/api/UnitDebuff
  5. Please show an example of a simple check for the presence of a timer for debuff/buff.
  6. I want the function to determine whether my debaf is on the target and cast it even if there is such a debaf on the target but from another player.
  7. Is it possible to set a caster check in these functions? UnitDebuff("target","spellname",nil,"player") dont work in TBC.

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.