Page 1 of 1

GoldNPC

PostPosted: Sun Aug 01, 2004 5:13 pm
by Lanparty
hi there again. im looking for a GoldNPC. is there anyone avaliable?

i download the GoldNPC from http://dol.kitchenhost.de/dol but is not working with the latest cvs.



thanx in advanced

PostPosted: Mon Aug 02, 2004 3:01 am
by Echostorm
What do you want it to do specifically? Just hand out gold per click sorta thing?

PostPosted: Mon Aug 02, 2004 3:37 am
by NovaSteel
could make it so that it hands out once, or a quest or something to make them work for their gold, or even a starting money scripts, please please please and thank you! :p

PostPosted: Mon Aug 02, 2004 5:50 am
by Echostorm
well if you just want to give them a one time lift you can do it on char creation.
Just go to your gameserver folder, then scripts, then gameevents.
Open the DOLTestServer.cs file.
Look for this:
Code: Select all
public void DOLTestCharacterCreation(Character character)
{
//We want our new characters to start with some money
//character.Gold = 10;
//character.Silver = 50;
// since at least money loot is available we dont need start money
}


Just un-comment (take out the //) the character.Gold and Silver lines and change the value to whatever you want. Or add plat or mith.

PostPosted: Mon Feb 14, 2005 6:24 am
by Tattoo
well if you just want to give them a one time lift you can do it on char creation.
Just go to your gameserver folder, then scripts, then gameevents.
Open the DOLTestServer.cs file.
Look for this:
Code: Select all
public void DOLTestCharacterCreation(Character character)
{
//We want our new characters to start with some money
//character.Gold = 10;
//character.Silver = 50;
// since at least money loot is available we dont need start money
}


Just un-comment (take out the //) the character.Gold and Silver lines and change the value to whatever you want. Or add plat or mith.
Hrmmm... this isn't working for me.... not to mention, how is 'testserver' enabled/disabled ?
I see no true/false boolean toggle for it.....