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.

Only checks party, and not raid.

  • Version: All
  • Product: Developers
  • Type: Bug
  • Status: Not Added

Hey Droidz
Not sure if it's a bug or it is intended, but when you use the class editor, and you set it to check friends (For healing group).
It only casts on the group. Is there a way to change that to raid?
I am guessing that you are doing variableName {"party1", "party2", "party3" etc.} or some variation of that. (Array)

Should be possible to change that into raid1 raid2 etc. based on you being in a party or raid.
 

group = false
if not group then
	group = "solo"
end
groupmembers = false
if not groupmembers then
	groupmembers = 0
end
		
if GetNumPartyMembers() > 0 then
	group ="party"
	groupmembers = GetNumPartyMembers()
end
if GetNumRaidMembers() > 0 then
	group = "raid"
	groupmembers = GetNumRaidMembers()
end

This is how I personally define if i am in a group/raid/solo

User Feedback

Recommended Comments

BetterSister

Elite user

Old problem. There is a way with LUA to make raid to work but it was never added into wrobot API

BetterSister

Elite user

Changed Status to Confirmed

Changed Product to Developers

Changed Version to All

Ordush

Elite user

Yeah, the way to make it work with raid, is what i wrote above. :P
Will it be added, or will i have to manually rewrite all my code to use lua instead?

BetterSister

Elite user

Depends on Droidz. Would be faster most likely if you make it yourself for now

Ordush

Elite user

Any chance that @Droidz will comment on this? :)

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.