My teleporter Full Woarkinntory Only i cant add Opcion after Yuo telepor To get in inventer Tc Scroll :( Here MY NPC Code
I will later add for ask VPS wen i will more Know abaut How Add His Option :) But No it will BY for free :) And if any one can help MY add Opcion To get TC scroll In inwentor will BY nice :DQuote:
#region Simon
case 1152:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Hi i can teleport Yuo to labirint Here yuo will Get More Xp But Mobs here are wery Strong Yuo want enter?"));
GC.AddSend(Packets.NPCLink("Yes.", 1));
GC.AddSend(Packets.NPCLink("No Thanks My Lvl To low.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
else if (Control == 1)
GC.MyChar.Teleport(1351, 100, 103);
break;
}
#endregion