[Release/Guide] adding more than 100 pets 07/30/2013 - EO PServer Guides & Releases - 42 Replies Well seeing as how i kinda put my foot in it already i figured i may as well go ahead and make this thread.
As most of you know we are only supposed to be able to have 100 pets total on our p-servers, Well thats not exactly true.
As we all know there are 8 ids for 1 pet.
example:
1071100
1071101
1071102
[Release] Adding Ninja LOTF 07/04/2011 - CO2 PServer Guides & Releases - 73 Replies You can add (Ninja , New Character ) Items , Skills , NPcs ...... By following the links and info
And i can call it
It isn't code or something like that .. i can help you to add ninja on LOTF (5017)
-------------------
First go to YourConquerFolder/ini/ProfessionalName.ini in it add
50 means Character id . The command will be /job 50 for internNinja
Now you added the character
[Release] Old Explorer V2 (Adding Instructions) 09/25/2009 - CO2 PServer Guides & Releases - 3 Replies Here is an update to Old Explorer, he now charges 100 cps to get to meteor zone.
Place in GameServer Handlers NpcTalk.cs
#region Old Explorer
case 999:
{
if (LinkBack == 0)
{
Face(30, CSocket);
[Release]adding npc giving +12 item 08/09/2009 - CO2 PServer Guides & Releases - 19 Replies hi guys i will tell you how to add npc in CoEmu v2.0
first source side
go to handlers then npctalk.cs
search for
case 390:
before add
[Release] Adding Form to your Server 09/21/2008 - CO2 Private Server - 35 Replies You wanna have an Form like on CoFuture?
-Then you are here right.
Info: Says nothing about my English, I've tried my best
1) Create a new form "Control.cs"
2) Look in General.cs for:
"public static System.IO.StreamWriter sw = new System.IO.StreamWriter(Application.StartupPath + @"\ServerLog.txt", true);"