
04-08-2002, 03:13 AM
|
|
Psionic Youth
|
 |
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
|
|
|
The weapons database is maintained independant of the levels. You have to change the NPCs code to
if(playerenters) toweapons weaponname;
if(isweapon) destroy;
That'll update the database with the new code, and everyone who has that weapon will lose that weapon. It's a more elegant way of doing things than the weapons going out with the level I suppose, as you can do more with it...like if(isweapon){
playerrupees+=100;
say2 weaponname refunded;
destroy;
}In a perfect Graal we'd have access to manually edit the weapons database, but we'd screw it up and kill all the weapons on the server, so we don't. |
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."
"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
 - My pet, the Levelup Gnome
http://forums.graalonline.com/forums...&postcount=233
|
|
|
|