[Help]with 5712 source

04/24/2013 12:14 stojan4o#1
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

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;
[Only registered and activated users can see links. Click Here To Register...]


Thanks.
I need help fast !!! :D:handsdown:
04/24/2013 12:36 abdoumatrix#2
:D cuz the npc teleport to the same map and same cordinates.

u could just change them as u want
04/24/2013 12:49 stojan4o#3
All npcs teleport to that cordinates.not only this NPC i have very big problem with that.Not only teleports i try to change NPC`s text but i can`t.
04/25/2013 01:37 Mero.El.Omda#4
try checking the teleport void in Entity.cs and see what is the wrong or short look on the X Y Spawns cuz you have errors there
04/30/2013 15:37 Eslam.Oscar#5
oh >> that's the same problem with me
Look
the NPC say For example " Hello Iam Here To ....."
i need To change his Text iam changing his text to this
"Hello Every One ......"
and restarting the Game
then i speak to the NPC
i found it say the last text which i dont need it ( " Hello Iam Here To ....." )

i dont know how to change Npc Text to what i need

please Heeeeeeeelp
04/30/2013 19:46 .Ryu#6
Are you building the source?
05/04/2013 11:30 stojan4o#7
Nope.I download it from one spanish website.The source is called ''Messi'' coded by Phenom