Starting items setup

How to setup starting items for players on my server.

How to setup “playercreateinfo_item” table?

It’s pretty straightforward - race, class, itemid and amount. For example

INSERT INTO `playercreateinfo_item` (`race`, `class`, `itemid`, `amount`) VALUES (2, 1, 333000, 1)
puts one 333000 (custom item) into inventory of all new orc warriors.

If you want to change equipped items check this guide.