View Single Post
  #3  
Old 05-12-2008, 11:40 AM
UnforgottenRealms UnforgottenRealms is offline
Registered User
Join Date: May 2008
Posts: 5
UnforgottenRealms is on a distinguished road
Quote:
Originally Posted by zokemon View Post
@ 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
The comment code seems to be getting me somewhere! Big map isn't working but the mini is so I'll play around with that. As for the weapon thing, I guess I'll have to make me goal to work on a custom inventory as well but I'm glad to know thats what I'll have to do thanks a bunch.
Reply With Quote