Thread Tools Display Modes
08-29-20, 03:27 PM   #1
swamplestar
A Kobold Labourer
Join Date: Aug 2020
Posts: 1
[Classic] How to check party members level

Hi all, been having a heck of a time looking for this one. Is there an event or function that checks party members level or when they level up? I know about PLAYER_LEVEL_UP but that only applies to my character and not others, correct?
  Reply With Quote
08-29-20, 03:33 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
event would be UNIT_LEVEL and function would be UnitLevel.

https://wow.gamepedia.com/UNIT_LEVEL
https://wow.gamepedia.com/API_UnitLevel

However, there is the scaled equivalents which I haven't touched myself and couldn't see an equivalent event for it.

https://wow.gamepedia.com/API_UnitEffectiveLevel
__________________
  Reply With Quote
08-31-20, 01:08 PM   #3
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
Originally Posted by Xrystal View Post
However, there is the scaled equivalents which I haven't touched myself and couldn't see an equivalent event for it.

https://wow.gamepedia.com/API_UnitEffectiveLevel
UnitEffectiveLevel doesn't exist in Classic (I use it in retail for getting party synced levels).
  Reply With Quote
08-31-20, 05:53 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Oops .. didn't notice the [Classic] tag .. sorry
__________________
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » [Classic] How to check party members level

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off