Hello elitepvpers.
I have one big problem with my 5712 source.I can`t change anything in it.
All cordinates in my source are same.Look my code below
[Only registered and activated users can see links. Click Here To Register...]
Thanks.
I need help fast !!! :D:handsdown:
I have one big problem with my 5712 source.I can`t change anything in it.
All cordinates in my source are same.Look my code below
Code:
goto Label_2D7A6;
case 0x6cc5c:
switch (npcRequest.OptionID)
{
case 0:
dialogs.Text("Hey there " + client.Entity.Name + " i can help you to find good maps to lvling up and hunt just choose what u want?.");
dialogs.Option("LvlingMaps", 1);
dialogs.Option("Hunting Maps", 2);
dialogs.Option("EventsMap", 11);
dialogs.Option("Just Passing By!.", 0xff);
dialogs.Send();
goto Label_2D7A6;
case 1:
dialogs.Text("choose which floor you wana go inside to level up ?.");
dialogs.Option("Floor[1]", 3);
dialogs.Option("Floor[2]", 4);
dialogs.Option("Floor[3]", 5);
dialogs.Option("Floor[4]", 6);
dialogs.Send();
goto Label_2D7A6;
case 2:
dialogs.Text("choose which floor you wana go inside to Hunt for cps ?.");
dialogs.Option("Floor[1]", 7);
dialogs.Option("Floor[2]", 8);
dialogs.Option("Floor[3]", 9);
dialogs.Option("Floor[4]", 10);
dialogs.Send();
goto Label_2D7A6;
case 3:
client.Entity.Teleport(0x2260, 5, 290);
goto Label_2D7A6;
case 4:
client.Entity.Teleport(0x2260, 5, 290);
goto Label_2D7A6;
case 5:
client.Entity.Teleport(0x2260, 5, 290);
goto Label_2D7A6;
case 6:
client.Entity.Teleport(0x2260, 5, 290);
goto Label_2D7A6;
case 7:
client.Entity.Teleport(0x2260, 5, 290);
goto Label_2D7A6;
case 8:
client.Entity.Teleport(0x2260, 5, 290);
goto Label_2D7A6;
case 9:
client.Entity.Teleport(0x2260, 5, 290);
goto Label_2D7A6;
case 10:
client.Entity.Teleport(0x2260, 5, 290);
goto Label_2D7A6;
case 11:
client.Entity.Teleport(7007, 370, 355);
goto Label_2D7A6;
}
goto Label_2D7A6;
Thanks.
I need help fast !!! :D:handsdown: