How would I make it so that when you make a new character you already have all your bags equipped (I know how to give them bags on creation, but not how to have them equipped on creation). Having the bags equipped already would allow me to put more stuff into their inventory when they create a new character.
I did a search and found
HTML Code:
http://www.mmowned.com/forums/emulator-server-guides/44650-add-change-character-starting-items.html
The 3rd column is the slotid, meaning where the item fits on the body or in bag. Here is what I found.
0. Head
1. Neck
2. Shoulder
3. Shirt
4. Chest
5. Belt
6. Pants
7. Boots
8. Bracer
9. Gloves
15. Weapon
17. Ranged
19. Ammo pouch
23. Food/Water etc
24. Food/Water etc
25. Healthstone
would I use 19 for ammo pouch (I don't know if thats the same as a bag, and whether that means the item goes into the ammo pouch/bag or that's the code to equip the bag)?
Thanks in advanced