Help with an Npc

10/06/2011 01:44 m2killez#1
fixed
10/06/2011 13:57 F i n c h i#2
It should be something like this:
Code:
Client.AddItem(730008, 8)
That 8 means the + of the stone.
So you have to add a + like you are adding to any item.
10/06/2011 18:03 m2killez#3
fixed
10/10/2011 19:34 m2killez#4
I have another question. I want to make an npc charge for whatever then I want the npc to level the player by 1 level. I tried Client.Level = Client.Level + 1 but still getting an error not sure if I'm even close so help me out.
10/10/2011 19:45 F i n c h i#5
It should be:
Code:
Client.Level [COLOR="Red"]+=[/COLOR] 1;