Register for your free account! | Forgot your password?

You last visited: Today at 01:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Teleport Help]

Discussion on [Teleport Help] within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2010
Posts: 3
Received Thanks: 0
[Teleport Help]

Hello, Im fairly new to CO programming, but i've managed to do good things. I have a question tho I'm using the Captains that make you kill 300 of the monsters tele you to the area of the mobs.

My issue is that the tele works but no matter what I click it always takes you to the last location which in this script FireSpirit? Anyone tell me why this is not working

Example: I Click on wingedsnakes it takes me to FireSpirit and says the FireSpirit msg.??


Code:
                                if (CurrentNPC == 281)
                                {
                                    if (MyChar.Level < 56 && MyChar.Level > 22)
                                    {
                                        SendPacket(General.MyPackets.NPCSay("Do you want to take on the monster extermination quest? You need to kill 50 of the mob you choose."));
                                        SendPacket(General.MyPackets.NPCLink("Go to kill WingedSnake(Level 27)", 1));
                                        SendPacket(General.MyPackets.NPCLink("Go to kill Bandit(Level 32)", 2));
                                        SendPacket(General.MyPackets.NPCLink("Go to kill FireRat(Level 37)", 3));
                                        SendPacket(General.MyPackets.NPCLink("Go to kill FireSpirit(Level 42)", 4));
                                        SendPacket(General.MyPackets.NPCSetFace(30));
                                        SendPacket(General.MyPackets.NPCFinish());
                                    }
                                    else
                                    {
                                        SendPacket(General.MyPackets.NPCSay("Your level is not suitable to take the quest from this map."));
                                        SendPacket(General.MyPackets.NPCLink("I see.", 255));
                                        SendPacket(General.MyPackets.NPCSetFace(30));
                                        SendPacket(General.MyPackets.NPCFinish());
                                    }
                                }
HERE IS THE CONTROLS of it

Code:
                                if (CurrentNPC == 281)
                                {
                                    if (Control == 1)
                                        MyChar.QuestMob = "WingedSnake";
                                        SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You have been teleported to the WingedSnake area! Slay 50 WingedSnakes", 2011));
                                        MyChar.Teleport(1011, 336, 139);
                                    if (Control == 2)
                                        MyChar.QuestMob = "Bandit";
                                        SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You have been teleported to the Bandit area! Slay 50 Bandits", 2011));
                                        MyChar.Teleport(1011, 182, 331);
                                    if (Control == 3)
                                        MyChar.QuestMob = "FireRat";
                                        SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You have been teleported to the FireRat area! Slay 50 FireRats", 2011));
                                        MyChar.Teleport(1011, 476, 385);
                                    if (Control == 4)
                                        MyChar.QuestMob = "FireSpirit";
                                        SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You have been teleported to the FireSpirit area! Slay 50 FireSpirits", 2011));
                                        MyChar.Teleport(1011, 533, 484);
                                
                                }
Anyone with any help plz post help out a bro!
sargaestv is offline  
Reply


Similar Threads Similar Threads
Teleport bug
06/07/2010 - Metin2 Private Server - 0 Replies
hi leute ich habe nen bug wenn cih zum teleporter geh udn dann nach ot oder wüste will fängt der an mcih zu porten udn später bekomm cih kcik und kann mcih ncihtmehr einloggen woran leigt das?? vorher ging es ncoh bis ich den honkong ordner zu english gemacht habe damit man mehr exp braucht es geht auch alles nur dieser teleporter nicht why? €dit:wenn ich die bei mir 4fehlermeldungen habe komm ich in dens erver aber wenn du gekommen sidn lädt der dannach ncohwa so als obd er neu bootet oder...
[tut] speed teleport (not map teleport)
08/11/2009 - 12Sky2 - 2 Replies
you need cheat eng for this find the movement speed address current: C61778 2. change to 99999 3. enable your run skill your done you will go so fast you will teleport make sure you don't click in anything bad shit will happen thank me :mofo: :mofo: :mofo:
teleport
03/09/2008 - Planetside - 5 Replies
is there a way to teleport to different conts?
teleport
03/04/2008 - Kal Online - 2 Replies
is it posseble to make a tele just like kalhackit with an ce? if its posseble can someone mabye make a topic of it already thnks



All times are GMT +2. The time now is 01:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.