So ive started a quest for 3rd rebirth, haven't got very far though, i was wondering if you could make an item.. say some beeds for the quest, could you make an item like this? If so, how?
case 188833://Change to id u want
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("You can find the next clue near BirdIsland."));
GC.AddSend(Packets.NPCSetFace(0));
GC.AddSend(Packets.NPCFinish());
}
break;
}
#region QuestItem
case 188833://Item id
{
MyClient.DialogNPC = 188833;//Make sure u change this to the npc id
NewestCOServer.PacketHandling.NPCDialog.Handle(MyClient, null, 188833, 0);//Make sure u change this to the npc id
MyClient.EndSend();
break;
}
#endregion
188833 6217 2 67 5000 55 55