Hello guys, Sry for taking u time with another newbie question.
I want to make an Npc that gives an item to a player, But that item must have and UniqueID
How to do this?? Im using "Aries 0.4.5 XML ot serv".
I want to make an Npc that gives an item to a player, But that item must have and UniqueID
How to do this?? Im using "Aries 0.4.5 XML ot serv".
if msgcontains(msg, 'potion') then
doPlayerAddItem(cid,2326,1)
What to put here so the item "2326" have an UniqueID: 10102 ??