how to work with Raid Boss Points(Classic/Legacy)

Deazer

Head Developer
Staff member
Location: characters.sql, field raidBossPoints. Max value 2147483647
1)
Param and location of reward - data/npc
<set name="rewardRp" value="1492"/>
Can be add only for Bosses
2)
Item ID -500
Example of trade:
Code:
  <item>
    <ingredient id="-500" count="127"/>
    <production id="354" count="1"/>
  </item>
  <item>
    <ingredient id="4037" count="1"/>
    <production id="-500" count="1"/>
  </item>
3) Admin commands for manual issuance
//set_raidpoints Target Count, set a specific value. Let's say the player had 1000, and you specified 100, the player total will become 100
//add_raidpoints Target Count, add a value. Let's say the player had 1000, and you specified 100, the player total will become 1100
 
Last edited:
25244 - <set name="rewardRp" value="3172"/>
Party 2 ppl
1ppl earned: 1169
next earned: 1314
1169 + 1314 = 2 483
Why didn't I get the full amount of points ? Is "rewardRp" the maximum you can get ?
Legacy
 
Back
Top