Currencies

Posted by RyueOkami on Mon 15 Dec 2003 08:00 AM — 4 posts, 14,470 views.

#0
I have created a new currency for my mud.
I have changed it everywhere where I found the word gold, but

everytime i kill a mob it displays the following
Very weak holographic thug is DEAD!!

You receive 2 experience points.

Very weak holographic thug hits the ground ... DEAD.

I see nothing like that in the corpse.

The corpse of Very weak holographic thug holds:

a gold coin


and when I use get all corpse it also says I get one gold coin.

Where must I change it, that instead of gold the new currency is displayed?
USA #1
It needs to be changed in the limbo.are file, or whichever file your mud uses to store utility vnums. The description is being pulled from there.
USA #2
Yeah, you have to change object vnum 2.

Name: coin gold
Vnum: 2  Type: money  Count:  1  Gcount: 1
Serial#: 580  TopIdxSerial#: 580  TopSerial#: 580
Short description: a gold coin
Long description : One miserable gold coin.
Wear flags : take
Extra flags: 
Magic flags: none
Number: 1/1   Weight: 1/1   Layers: 0   Wear_loc: -1
Cost: 0  Rent: 0  Timer: 0  Level: 115
In room: 0  In object: (none)  Carried by: Zeno
Index Values : 1 0 0 0 0 0.
Object Values: 1 0 0 0 0 0.
#3
tnx worked fine *g*