what is purify subtype
can any one help me
fast
can any one help me
fast
case 499022:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Have you ever heard of the ruthless Terato Dragon? It cuts open every single conqueror");
dialog.Text("that wants to take his prize. His prize are items that purify your items. His affliates , sub-kings ");
dialog.Text("of monsters, also drop items like that. If you have such an item,I can putify your gear with it. ");
dialog.Text("Once purified, the item must be stabilized, otherwise the purify will disspear after several days.");
dialog.Text("If you want to stabilize your items, come to me I'll see what can I do.");
dialog.Option("Purify my item.", 1);
dialog.Option("Stabilize my item.", 2);
dialog.Option("Nevermind.", 255);
dialog.Avatar(80);
dialog.Send();
break;
}
case 1:
{
GeneralData gene = new GeneralData(true);
gene.UID = client.Entity.UID;
gene.dwParam = 455;
gene.ID = 126;
gene.wParam1 = client.Entity.X;
gene.wParam2 = client.Entity.Y;
client.Send(gene.ToArray());
break;
}
case 2:
{
GeneralData gene = new GeneralData(true);
gene.UID = client.Entity.UID;
gene.dwParam = 459;
gene.ID = 126;
gene.wParam1 = client.Entity.X;
gene.wParam2 = client.Entity.Y;
client.Send(gene.ToArray());
break;
}
}
break;
}
Oh my F*cking god. That has nothing to do with packethandler.Quote:
it is 455
but ineed the case which but in PacketHandler.cs