bonus system

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
like evil said. theres 2 systems. bonus system, which increases your stats. and gamepoint system, which works the same way as mir3 does with its gamepoints.

depends how you've translated your comand.ini but..

AddGamePoint=AddGamePoint

@addgamepoint farril 40 <-- adds 40 gamepoints to that char

BonusPoint=BonusPoint

@bonuspoint farril 40 <-- gives me 40 bonus points to upgrade my stats.

if you want to do it through npc. it works sort of the same

[@main]
#IF
bonuspoint < 40
#ACT
bonuspoint +40
#ELSEACT
bonuspoint -40

well, you get the idea. hope that helps.
 
Upvote 0