Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 10:37

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

Advertisement



Showing results 1 to 25 of 36
Search took 0.01 seconds.
Search: Posts Made By: KevinCOder
Forum: CO2 Programming 07/15/2023, 01:12
Replies: 4
Views: 935
Posted By KevinCOder
Do you have the owner's name so I can look it up?

Do you have the owner's name so I can look it up?
Forum: CO2 Programming 07/10/2023, 15:27
Replies: 4
Views: 935
Posted By KevinCOder
Question About the "new" way of protecting servers and clients

Does anyone have the complement of this protection?



I would like to study the DLL code if it is an opensource. This dll has some functions like:
Bypass server.dat,
File hash check
Program...
Forum: CO2 PServer Guides & Releases 07/09/2023, 13:19
Replies: 89
Views: 26,282
Posted By KevinCOder
Does anyone have the .dll protection source? Or...

Does anyone have the .dll protection source?
Or some protection dll that is open source with bypass server.dat, I would like to study about and understand how it works
Forum: CO2 Private Server 09/07/2017, 01:26
Replies: 0
Views: 556
Posted By KevinCOder
[Question] MagicEffect.ini is possible to block the edit?

I would like to know how to block editing in the file MagicEffect.ini
on clients version 5700-6030?
Forum: CO2 Private Server 08/10/2017, 16:39
Replies: 11
Views: 1,128
Posted By KevinCOder
Is this skin weapon transformation done by...

Is this skin weapon transformation done by editing on the client or will it be done by the source?
Forum: CO2 Private Server 08/10/2017, 03:13
Replies: 11
Views: 1,128
Posted By KevinCOder
I think he meant it: ...

I think he meant it:

[Only registered and activated users can see links]

I also have questions about what was done and how it was..

(GIF from Shannara Conquer Classic Server).
Forum: CO2 Private Server 05/30/2017, 11:38
Replies: 1
Views: 481
Posted By KevinCOder
Lightbulb About CTF icon minimap effect

Could someone tell me what the package values ​​are to show the icon effects on the mini map?

Base Owned icon:
269446

2x Base:
269445
Forum: CO2 Private Server 05/22/2017, 22:03
Replies: 0
Views: 488
Posted By KevinCOder
About 'KO' count

Is it possible to emulate the KO counter(blue and purple) with a command?
Normal Count
269054

Purple Count
269053

If possible, could you give me an example?
Forum: CO2 Programming 04/20/2016, 06:50
Replies: 51
Views: 16,281
Posted By KevinCOder
Please update for last patch conquer v: 6228

Please update for last patch conquer v: 6228
Forum: CO2 Private Server 10/12/2015, 19:07
Replies: 10
Views: 605
Posted By KevinCOder
Client is version 6129, this occurred AFTER epic...

Client is version 6129, this occurred AFTER epic weapons taoist..

its original client(without any edit)
Forum: CO2 Private Server 10/12/2015, 06:59
Replies: 10
Views: 605
Posted By KevinCOder
Yeah, Alternate equip is working, I just want to...

Yeah, Alternate equip is working, I just want to know where Fix the interface(leftweapon icon).
Forum: CO2 Private Server 10/12/2015, 04:44
Replies: 10
Views: 605
Posted By KevinCOder
if i knew i would not be here asking.. -.-

if i knew i would not be here asking.. -.-
Forum: CO2 Private Server 10/12/2015, 01:43
Replies: 10
Views: 605
Posted By KevinCOder
[QUESTION] Alternate Equip

Hi everyone!!

how can i fix this error?

242735

Thx. :)
Forum: CO2 Private Server 05/17/2014, 02:54
Replies: 21
Views: 1,103
Posted By KevinCOder
createentity and defalus values all is = 0,...

createentity and defalus values all is = 0, source is Scream-Co V1


Anyone Help Me?
Forum: CO2 Private Server 05/09/2014, 22:57
Replies: 21
Views: 1,103
Posted By KevinCOder
[Help]Attributes create account

hello, to create a new account it already comes with attributes Lv1
where can I fix it?

IMG: [Only registered and activated users can see links]

Thx :handsdown:
Forum: CO2 Private Server 04/18/2014, 01:18
Replies: 12
Views: 776
Posted By KevinCOder
[Help] AzureShield Bdamage?

How do I show the damage blue in AzureShield?
I've tried several ways but none worked


if (spell.ID == 30000)
{

...
Forum: CO2 Private Server 04/17/2014, 19:22
Replies: 7
Views: 568
Posted By KevinCOder
client.Entity.ConquerPoints +=...

client.Entity.ConquerPoints += Math.Min(floorItem.Value, 300);


case FloorItem.FloorValueType.ConquerPoints:
{
...
Forum: CO2 Private Server 04/17/2014, 03:42
Replies: 7
Views: 568
Posted By KevinCOder
CpBag1 amount 50/200 working fine, IMG: ...

CpBag1 amount 50/200 working fine,
IMG:

[Only registered and activated users can see links]


CpBag2 amount 10000/15000 not working give only 300 cps all time..
IMG:

[Only registered and activated users can see links]
Forum: CO2 Private Server 04/16/2014, 23:15
Replies: 7
Views: 568
Posted By KevinCOder
[Help] Double CpBag Drop ??

I tried to make a drop of CpBag and ExtraCpbag(Rare) but the ExtraCPbag always comes 300 cps O.o

Code:


if (Kernel.Rate(Constants.ConquerPointsDropRate - lessrate))
{
...
Forum: CO2 Private Server 04/10/2014, 17:00
Replies: 4
Views: 1,134
Posted By KevinCOder
Working Now for vortex UInt16 ox, oy; ...

Working Now for vortex


UInt16 ox, oy;
ox = attacker.X;
oy = attacker.Y;
...
Forum: CO2 Private Server 04/10/2014, 05:17
Replies: 4
Views: 1,134
Posted By KevinCOder
i have same problem with Charging Vortex and...

i have same problem with Charging Vortex and Dragon Whirl
Forum: CO2 Private Server 04/10/2014, 00:55
Replies: 0
Views: 449
Posted By KevinCOder
Question [Help] Simple "AntiBot"

Hello guys, I have a little problem with AntiBot



if (client.WaitingKillCaptcha)
{
if (Now32 > client.KillCountCaptchaStamp.AddSeconds(60))
{
...
Forum: CO2 Private Server 03/23/2014, 06:40
Replies: 3
Views: 530
Posted By KevinCOder
public class Flags3 { ...

public class Flags3
{
public const uint
SuperCyclone = 0x22,


this way?
Forum: CO2 Private Server 03/23/2014, 05:00
Replies: 3
Views: 530
Posted By KevinCOder
[Question] Flags (Cyclone,Superman etc..)

How would the Epic Skill: SuperCyclone??

Update.cs

public class Flags
{

public const ulong
Cyclone = 0x800000,
SuperCyclone = ?,
Forum: CO2 Private Server 03/22/2014, 01:48
Replies: 14
Views: 1,806
Posted By KevinCOder
I have same problem

I have same problem
Showing results 1 to 25 of 36

 
Forum Jump

All times are GMT +2. The time now is 10:38.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.