[Rel] Old Explorer (Meteor Zone)

09/23/2009 06:14 Illustria#1
I havent had the chance to test this since some of my code is still bugged so i cant compile just yet, im pretty sure the coordinates will take you to the meteor zone map if you go through DC's portals. Or place the old explorer in a closer area.

Place in GameServer/Handlers/NpcTalk

Code:
                #region Old Explorer
                case 999:
                    {
						if(LinkBack == 0)
						{
                            Face(30, CSocket);
							Text("Would you like to go to Meteor Zone?", CSocket);
							Link("Yes", 1, CSocket);
                            Link("No", 255, CSocket);
                            End(CSocket);
                        }
                        else if (LinkBack == 1)
                        {
                            Teleport(1210, 178, 236, 0, CSocket);
                        }
                        break;
                    }
                #endregion
If you want to relocate the npc search your database under npcs for NPCID 999 and change the x y z coordinates to your desired location
09/23/2009 12:46 Illustria#2
If anyone gets a chance can they test this for me, im still repairing my source copy
09/23/2009 16:49 ImFlamedCOD#3
Looks fine.

Next time instead of double posting just edit your original post please.
-> [Only registered and activated users can see links. Click Here To Register...]