Hey, first post! Been a lurker for four years, not just this summer.
I use a loft source, I would like to know the packet/code to open up a website from the game client. Thanks!
What I don't understand is you have been here for 4 years lurking and you haven't even picked this simple thing up neither have you learned how to search.
How long have you been here? You should know it's against the rules to go off topic :P Also, I stopped with CO years ago, just recently got back into it. Could you kindly tell me how to change this to remove people who are on a map let's say 1004 for example.
Quote:
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
if (Char.MyClient.Online)
{
Char.Teleport(1002, 431, 379);
}
}
}
instead of having it take everyone ingame, just need help limiting it to one map. I'm new to C# thanks in advance. I've been learning a lot.
One Piece Sro 08/14/2012 - SRO PServer Advertising - 7 Replies hi epvp
soon i will make server
CAP: 130
Degree : 14
FREE silk
New pets
angel spirt
conistable fortress
very soon
One Piece 04/06/2010 - Anime & Manga - 2 Replies hier ein geiles music video
YouTube - One Piece :)
One Piece 04/04/2010 - Anime & Manga - 14 Replies Hallo :D
Weiß einer wo man die Mangas ab 576 lesen kann ?Also auf Englisch oder Deutsch ^^
einfach per pn schreiben
[Help] A piece of code ^^ 08/10/2009 - CO2 Private Server - 5 Replies I need the code, rather, the line to make a monster does appear after speaking with an NPC.
I have this:
SingleMob FG = new SingleMob((short)MyChar.LocX, (short)MyChar.LocY, (short)MyChar.LocMap, 65535, 65535, 2500, 3000, 1007, "FaisanGigante", 104, 115, 0, 0, 0, true);
Mobs.AllMobs.Add(FG.UID, FG);
World.SurroundMobs(MyChar, false);
But this creates a Spawn and the monster is created to die again and I need...
Need help in a piece of assembly code 04/13/2007 - Conquer Online 2 - 7 Replies Well, i am just a novice in assembler language. What I am trying to do is to get some strings from registes, in this case eax. It will be clear what I mean in the following code:
...
push eax <---- here, eax contains a pointer to the string that I want
lea ecx,[ebx+04]
...