Faça assim!
Data>creaturescripts>scripts> firstitems.lua
La vai ter todos os first itens de todas as vocações!
exemplo,catei no meu ot
-- ITEMS ALL VOCS RECEIVE <<< OS ITENS QUE TODAS AS VOCAÇÕES vão receber!
{itemid=2120, count=1}, -- rope
{itemid=5710, count=1}, -- shovel
{itemid=2420, count=1}, -- machete
{itemid=2789, count=100}, -- brown mushrooms
{itemid=2305, count=1}, -- fire bomb rune
{itemid=2261, count=1}, -- destroy field rune
itemid:vc coloca o id do item
count: qntidade de item!
_____________________________
local firstItems = {
{ -- SORC ITEMS << pra sorcerer
{itemid=2323, count=1}, -- hat of the mad
{itemid=8871, count=1}, -- focus cape
{itemid=7730, count=1}, -- blue legs
{itemid=2195, count=1}, -- boots of haste
{itemid=8902, count=1}, -- spellbook of mind control
{itemid=2187, count=1}, -- wand of inferno
{itemid=2160, count=50}, -- crystal coin
{itemid=2268, count=1}, -- sd
{itemid=2273, count=1}, -- uh
{itemid=7590, count=1}, -- gmp
{itemid=2293, count=1}, -- mw
e assim vai...
Ta bem ruinzin minha explicação. mais acho q da pra entende.
Espero q vc tenha entendido!