Adding Reputation System

Play Now

noisound

Golden Oldie
Golden Oldie
Jul 23, 2004
1,335
10
175
Ok basically on the reputation system we are trying to get it the same style as say battlepoints on cyrus

Kill a boss - Gain battle points

but we want to do it like

Do a quest - Gain reputation

how would i be able to put reputation available in the game?
 

Zen2

LOMCN Veteran
Veteran
Jul 26, 2007
1,818
18
125
Use the game point system and maybe use the rank tittle system for the reputation. Think there is a npc command to add game point ect. Shouldnt be too hard to go about mate. Check the npc commands in updates and docs folder.

/Zen2
 
Upvote 0

ρяєα¢нєя

Unstookie Titled
VIP
Aug 19, 2008
444
23
85
Variables can be used to do this like i showed you in the other post. Just add one to the players variable count everytime they complete a quest.

Can use <$Human(Reputation)> (or whatever your variables is called) to display them on an NPC's as well.

p
 
Upvote 0

NewHope

Golden Oldie
Golden Oldie
Nov 18, 2005
1,311
28
184
I did mine by using the GAMEPOINT system and just changing something in setup.txt.
Look for this:
GameGold=GameGold
GamePoint=GamePoint
PayMentPointName=PaymentPoint

If you change what it says there in bold, it will appear on the character menu ingame as the changed text. Then you just used the <$GAMEPOINT> feature to show it up whenever you gain some, as that only shows the amount of gainpoints you have - it doesn't say gamepoints afterwards. You can add whatever you want.

You could also add two types of points system. I was working on some type of Quest point system. :D
 
Upvote 0