Upgrade patch of LOTF 01/02/2010 - CO2 Private Server - 0 Replies How do i upgrade the patch of lotf to 5020?
I know is in cryptographer.cs and etc.
But i have no freaken idea how to.
Thanks.
[Release]Easier Npc System for LOTF 12/04/2009 - CO2 PServer Guides & Releases - 26 Replies Well I don't know if this would count as a release but here it goes.
This is really easy,
I coded this in all of but 5 minutes.
Go to Client.cs and search for public void SendPacket(byte Dat)
Right above that insert this code.
public void Say(string text)
{
SendPacket(General.MyPackets.NPCSay(text));
}
public void Link(string text, byte option)
[HELP]GW system in lotf- which changes the anme of the pole etc. 07/06/2009 - CO2 Private Server - 0 Replies can anyone like give me the link to a working gw system that name of the pole changes and it has the points of the guilds at the top right of the screen or can you etach me ho wto do it?please tell me its like the only thing that does not work for my server..T_T..i would b really glad if anyone could help..^^
[RELEASE] Possible Hacker System LOTF 07/01/2009 - CO2 PServer Guides & Releases - 7 Replies This is my possible hacker system.
What does this Possible Hacker System do?
When someone logs out of the game and if they have more than 15k cps or more than 350m it writes their ...
Name :
CPs :
[LOTF]NPC Talk System 05/19/2009 - CO2 Private Server - 14 Replies Creat NPCDialog.cs
and paste this code:
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace COServer_Project