Quote:
Originally Posted by grillmad
so u can do: anyways, is just converted from the 5165 :P
AddItem(ID, +, Bless, Enchant);
AddItem(ID);
AddItem(ID, +);
AddItem(ID, +, Bless);
AddItem(ID, +, Bless, Enchant, Soc1);
AddItem(ID, +, Bless, Enchant, Soc1, Soc2);
|
All you need is AddItem(ID, +, Bless, Enchant, Soc1, Soc2);
That'll be enough.
If all you want is the item then do, AddItem(410339, 0, 0, 0 , 255, 255);
If all you want is 1soc then do AddItem(410339, 0, 0, 0 13, 255);
Having those other methods is kinda pointless.