For setting starter items, you have to edit the start_items table in your database. If you use Navicat for database editing, it isn't too bad, but it might be easier if you just make a merchant that sells it for free near where people start out at.
To add NPCs, Merchants, Spawns, you should use the "#spawn" command. Run the command and it will tell you how to use it. To create a spawn so that it saves to the database and will spawn again, use the "#npcspawn create" command.
For creating merchants, you can do it via the #spawn command, or you can edit that stuff later with GeorgeS NPC Loot Editor. You will need to set a merchant ID on them and if you want to sell certain things only on that one merchant, you will want to make sure that you make a new merchant ID and not use an already existing one. You can search your merchant_lists table in your database and sort them by merchant ID and then look for the highest number and create one that is higher than that. Make sure to remove the 1000 line limiter that Navicat sets table displays to by default.
|