Register for your free account! | Forgot your password?

You last visited: Today at 00:01

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

Advertisement



[HELP] Client Edit

Discussion on [HELP] Client Edit within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2012
Posts: 52
Received Thanks: 0
[HELP] Client Edit

Hey I am currently working on editing my client, I have managed to remove itemlock, vip and mentor, nobility button + functions. I cant seem to find out how to remove the shopping mall and pathfinding functions, does anyone know there id on resourcehacker? or on the gui.ini, I am using a 5165 client.

Also I have been trying to add the gem effects so that they show on other peoples clients too and have found out how but it only works every now and then and only sometimes the gem effect shows on other peoples clients

Quote:
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;

namespace NewestCOServer.Features
{
class GemEffect
{
public static void GemEffects(Game.Item.Gem Gem, Main.GameClient MyClient)
{
switch (Gem)
{
#region GemEffects
case Game.Item.Gem.SuperDragonGem:
{
if (MyMath.ChanceSuccess(2.0)) { MyClient.MyChar.SendScreen(Packets.String(MyClient .MyChar.EntityID, 10, "goldendragon")); }
break;
}
case Game.Item.Gem.SuperPhoenixGem:
{
if (MyMath.ChanceSuccess(2.0)) { MyClient.MyChar.SendScreen(Packets.String(MyClient .MyChar.EntityID, 10, "phoenix")); }
break;
}
case Game.Item.Gem.SuperRainbowGem:
{
if (MyMath.ChanceSuccess(2.0)) { MyClient.MyChar.SendScreen(Packets.String(MyClient .MyChar.EntityID, 10, "rainbow")); }
break;
}
case Game.Item.Gem.SuperMoonGem:
{
if (MyMath.ChanceSuccess(2.0)) { MyClient.MyChar.SendScreen(Packets.String(MyClient .MyChar.EntityID, 10, "moon")); }
break;
}
case Game.Item.Gem.SuperFuryGem:
{
if (MyMath.ChanceSuccess(2.0)) { MyClient.MyChar.SendScreen(Packets.String(MyClient .MyChar.EntityID, 10, "fastflash")); }
break;
}
case Game.Item.Gem.SuperKylinGem:
{
if (MyMath.ChanceSuccess(2.0)) { MyClient.MyChar.SendScreen(Packets.String(MyClient .MyChar.EntityID, 10, "goldenkylin")); }
break;
}
case Game.Item.Gem.SuperVioletGem:
{
if (MyMath.ChanceSuccess(2.0)) { MyClient.MyChar.SendScreen(Packets.String(MyClient .MyChar.EntityID, 10, "purpleray")); }
break;
}
case Game.Item.Gem.SuperTortoiseGem:
{
if (MyMath.ChanceSuccess(2.0)) { MyClient.MyChar.SendScreen(Packets.String(MyClient .MyChar.EntityID, 10, "recovery")); }
break;
}
#endregion
}
}
}
}
Yes this gem effect is someones release on epvpers forgot who tho
Ciarda is offline  
Reply


Similar Threads Similar Threads
[TuT]Edit Client
02/26/2017 - Nostale - 19 Replies
I have some friends asking for it, how to add ip to client... Some are using hamachi, and hamachi ip lenght is 13~15, and client only read 12(or 13 i don't remeber well...) ------------- What i need? -NostaleClient -HexEditor (HxD) ------------- First step is search ip on yout nostale client(Starts with 79. GF servers) http://i.epvpimg.com/14Tjh.png Now change ip...
[Client Edit]
08/26/2013 - EO PServer Hosting - 5 Replies
Please , who can tell me how to chg this ? the word "doomday exp" and the pic ? please.. i need all your help... http://www.elitepvpers.com/forum/attachment.php?a ttachmentid=186208&stc=1&d=1375499035 PLEASE TELL ME HOW TO CHG ?
Client edit
08/18/2008 - Conquer Online 2 - 0 Replies
Is there any working clint edit for the latest patch? Sorry but i coulnd find any. If u can pls post a link of it. Thank You
Edit get your CO client slower!
06/30/2008 - CO2 Weapon, Armor, Effects & Interface edits - 14 Replies
When u edit something, Lets take the SDG effect if u wanna change it, it need space and u got from lets say 500kb to 750kb when u do this alot u get verry laggy on CO and maybe more kicked from " Error conection blabla " So watch out!;) ---- I posted this cuz i did this to i cant play CO anymore normal without getting kicked! so u needa download it over agin.. -w00tare
Client Edit
03/23/2008 - EO PServer Hosting - 0 Replies
Hello does any one know the file that the client use to send info to the database when you register a account well create a chacter im thinking of editing



All times are GMT +1. The time now is 00:02.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.