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.

UnitBuff Problem

  • Product: WRobot General
  • Type: Bug
  • Status: Not a Bug

Fight Class: [Ohren]Beast Mastery Hunter (unmodified)

Grinder Profile: Timeless Farm (downloaded here)

Error occured in: Global

Count: 206

Message: [string "retV = ""; name, rank, icon, count, debuff..."] line 1:

Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])

Debug:

[C]: UnitBuff()

[string "retV = ""; name, rank, icon, count, debuff..."]:1: in main chunk

Locals:

(*temporary) = "target"

User Feedback

Recommended Comments

Function UnitBuff has two param (no one) and I have fixed small others bug in lua code.

 

In FightClass [Ohren]Beast Mastery Hunter replace

name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target");if (duration <= 3000) then retV = "1";else retV = "0";end 

by

retV = "0";  local name, rank, icon, cost, isFunnel, powerType, castTime, minRange, maxRange = GetSpellInfo(1978) ; if (name) then local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target", "Serpent Sting"); if (name and duration <= 3000)  then retV = "1"; end end

(the best way is to contact the creator of the fightclass.)

Bugreporter

Members

Thanks i will write him a msg.

Ohren

Elite user

I apologize, but I have quit playing WoW and will not be supporting my fight class package anymore.

Ok np Ohren. Thank you for help and time given at WRobot.

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.