a bit of NPC help please...

01/15/2009 13:10 Synster#1
this is the current script that i have on an npc i am making

Quote:
if (CurrentNPC == 10070)
{
if (Control == 1)
{
MyChar.AddItem("500003-3-1-1-0-0", 0, (uint)General.Rand.Next(36457836));
SendPacket(General.MyPackets.NPCSay("Enjoy you StarterPack..."));
SendPacket(General.MyPackets.NPCLink("Thank you...", 255));
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
}

}
but i have a problem i want the NPC to give me a SUPER +3 item but this script only gives me a normal +3 item

how would i be able to change this script so that it will give me a super +3 item

thanks for help
01/15/2009 23:34 BlooD-BoY#2
Quote:
Originally Posted by Synster View Post
this is the current script that i have on an npc i am making



but i have a problem i want the NPC to give me a SUPER +3 item but this script only gives me a normal +3 item

how would i be able to change this script so that it will give me a super +3 item

thanks for help
instead of "500003" u should put "500009" or something just check ur item ID list.