WoW:API AcceptXPLoss: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API AcceptXPLoss to API AcceptXPLoss without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''AcceptXPLoss''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Accept the durability loss / resurrection sickness when being resurrected by the spirit healer.
Accept the XP loss to be reborn where you stand.


  AcceptXPLoss();
  AcceptXPLoss();
Line 20: Line 19:


;''Result''
;''Result''
Your character is resurrected by the spirit healer.


----
----
;''Description''
;''Description''


: Accept the XP loss to be reborn where you stand.
: Name is misleading: you no longer lose XP when you use the spirit healer. You're really accepting 25% durability penalty and (if over level 10) resurrection sickness.
----
{{Template:WoW API}}
[[Category:API Functions|AcceptXPLoss]]
[[Category:API Character Functions|AcceptXPLoss]]
[[Category:API Activity Functions|AcceptXPLoss]]

Latest revision as of 04:45, 15 August 2023

WoW API < AcceptXPLoss

Accept the durability loss / resurrection sickness when being resurrected by the spirit healer.

AcceptXPLoss();

Arguments
none

Returns
nil

Example
AcceptXPLoss();
Result

Your character is resurrected by the spirit healer.


Description
Name is misleading: you no longer lose XP when you use the spirit healer. You're really accepting 25% durability penalty and (if over level 10) resurrection sickness.