[Release]Fixed SS/FB System 12/21/2011 - CO2 PServer Guides & Releases - 84 Replies Big credits to saint for showing me the geometry behind this.
First go to MyMath.cs and search for public static class MyMath and over that put this:public struct coords
{
public int X;
public int Y;
public coords(int x, int y)
{
this.X = x;
[RELEASE]Fixed GW :P 10/01/2010 - CO2 PServer Guides & Releases - 6 Replies Hello ElitePvpers I will release my gw npc, wich should work, so peoples cant keep claim the prize.
This is for the 5165Source by Tanel.
First replace your GWNPC with this:
#region GWArenaNPC
case 380:
{
if (Control == 0)
{
[Release]My fixed 5165 06/12/2010 - CO2 PServer Guides & Releases - 22 Replies Many add ons and bug fixes which include....
Dis City map with mobs this can be accessed from the TCTeleporter also added Lab 1 -4 this can be accessed from the normal npc that would send you there.
Npcs I added:
Talisman Seller npc (Sells GoldCups, Pent. Amulets etc)
Halo npcs
Mount Officer (skills) and Steed + npcs
Bless npc
[Release] M2 MULTIHACK 5.5 Fixed 11/21/2009 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 156 Replies M2 MULTIHACK 5.5.1
(Speed & Teleport Fixed)
AT ALL PEOPLE:
Having used a antidebugger, some antivirus like Norton detects the hack as a virus, but it is just a false positive report.
Nachdem ein antidebugger verwendet wird, erkennt einige Antiviren wie ein Virus getestet, aber es ist nur ein falsch positives Ergebnis.
[Release]FIXED MARRIAGE 10/29/2008 - CO2 Private Server - 15 Replies Sorry for my first post .This release may help you ..
FIXED DIVORCE O.O'
Ok , Let's go. Search in Client.cs for :
if (CurrentNPC == 390)
{
if (MyChar.Spouse == "" || MyChar.Spouse == "None")
{