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:
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
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>
//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: