View Single Post
  #2  
Old 05-12-2008, 11:21 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
@ 2:
You should first remove the #'s as those act as comments (like // for scripts) when placed in the serveroptions.

Don't know if it works though even after doing that, I always scripted my own maps and such.

@ 3:
Weapons (also known as WNPCs) are NPCs so I think the question you are asking is:
"Do I use a Level NPC or a WNPC?"

You will want to use a WNPC for that since the Level NPC wouldn't work once you left the level. In terms of having it clutter your inventory, you have two options:
  • Make a custom inventory system. This would require quite a bit of scripting knowledge so you may want to hire a scripter if you do this.
  • Use the default inventory and just have the system WNPCs start with dashs. Example WNPC names: -System, -Chat, -Uberstuff. Also, WNPCs that start with * can't be deleted by the player.

Hope that helps
__________________
Do it with a DON!
Reply With Quote