Hi,
i use Espeon 508
And im making a quest where there are certain parts that when u click on an NPC it will give u an item.
How ?
Help Apreciated
Printable View
Hi,
i use Espeon 508
And im making a quest where there are certain parts that when u click on an NPC it will give u an item.
How ?
Help Apreciated
just add the addItem coding...
likeinto the coding.Code:Engine.playerItems.addItem(p, ITEMID, AMT);
Quote:
Originally Posted by 0v3rc0m3 [Only registered and activated users can see links. Click Here To Register...]
i used
Didnt worked and i usedCode:case 500:
Engine.playerItems.addItem(p, 7923, 1);
break;
Didnt workedCode:case 500:
Engine.playerItems.addItem(p, 7923, 1);
}
Try it.Code:case 500:{
Engine.playerItems.addItem(p, 7923, 1);
}
Add it the right packet, dialogue, class ect...Code:case 500:
Engine.playerItems.addItem(p, 7923, 1);
break;
The code is right your just wrong.
I added it in NPCOption1
didnt worked