Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 05:36

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

Advertisement



Showing results 1 to 25 of 63
Search took 0.01 seconds.
Search: Posts Made By: littlechris95
Forum: CO2 Private Server 11/30/2021, 01:31
Replies: 2
Views: 506
Posted By Relic
You need to send the MsgPlayer[10014] packet with...

You need to send the MsgPlayer[10014] packet with offset 109 set to 1 (depending on your client version)
Forum: CO2 Private Server 05/13/2020, 04:38
Replies: 7
Views: 555
Posted By pintinho12
ty for the info tho

ty for the info tho
Forum: CO2 Private Server 01/10/2020, 23:04
Replies: 2
Views: 475
Posted By pintinho12
First of all, on a fight against 2 full...

First of all, on a fight against 2 full characters with good status not made by monkeys, none will be InstaKill. You can only IK if you hit Critical with Stigma, or your target has low HP and don't...
Forum: CO2 Private Server 11/28/2019, 21:41
Replies: 6
Views: 1,049
Posted By pintinho12
For Stabilization: Send back MsgItemStatus with...

For Stabilization:
Send back MsgItemStatus with subtype 4 to show interaction with refineries
Send back MsgItemStatus with subtype 9 to show interaction with artifacts

For appending:
Send back...
Forum: CO2 Private Server 04/16/2019, 16:54
Replies: 25
Views: 1,914
Posted By [V.I.P]Coder[PM]
i figured the problem but i couldn't fix (leak of...

i figured the problem but i couldn't fix (leak of knowledge about sockets).
any hint or an example from the source itself.
Forum: CO2 Private Server 04/14/2019, 03:03
Replies: 25
Views: 1,914
Posted By [V.I.P]Coder[PM]
serversocket Queues is the problem

serversocket Queues is the problem
Forum: CO2 Private Server 04/12/2019, 04:19
Replies: 25
Views: 1,914
Posted By Spirited
Clue: Look for thread sleeps.

Clue: Look for thread sleeps.
Forum: CO2 PServer Guides & Releases 04/09/2019, 10:14
Replies: 87
Views: 26,649
Posted By Super Aids
Yes, one of the best.

Yes, one of the best.
Forum: CO2 Private Server 04/08/2019, 08:40
Replies: 25
Views: 1,914
Posted By Spirited
I know what the problem is, it's really obvious...

I know what the problem is, it's really obvious if you watch the video. I'm just trying to help him get there. Just stepping through the code that does scatter is enough to figure it out. I kinda...
Forum: CO2 Private Server 04/05/2019, 03:20
Replies: 25
Views: 1,914
Posted By Spirited
As I said... debug the server using stopwatches...

As I said... debug the server using stopwatches or the performance monitor and see what's taking the most time. What do you expect us to do? Look into a crystal ball and tell you why your code is...
Forum: CO2 Private Server 04/02/2019, 01:48
Replies: 25
Views: 1,914
Posted By Spirited
I would start by using a few C# stopwatches or...

I would start by using a few C# stopwatches or the performance monitor in Visual Studio. Debug the server and see how long it takes for scatter. Then, see where it's spending the most time and...
Forum: CO2 Private Server 05/22/2017, 22:03
Replies: 0
Views: 420
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 Private Server 04/23/2017, 21:30
Replies: 3
Views: 832
Posted By Ultimation
you dont need a 64 bit loader for conquer,...

you dont need a 64 bit loader for conquer, conquer is 32bit only.. a 64bit loader is useless :) plus a 32 bit loader will work on 64 bit windows.
Forum: CO2 PServer Guides & Releases 02/16/2015, 21:03
Replies: 30
Views: 6,879
Posted By turk55
[Release] Redux registration form (PHP)

Simple registration form for Redux ([Only registered and activated users can see links])

Is it MVC?
No

I want to add/remove fields,...
Forum: CO2 PServer Guides & Releases 02/02/2015, 06:18
Replies: 92
Views: 29,828
Posted By .Ocularis
UPDATE http://i.imgur.com/ezWQiaK.jpg I've...

UPDATE
[Only registered and activated users can see links]

I've committed my current work on the battle system.
Many things need more brainstorming and the whole thing is still a mess but you can use Thunder to...
Forum: CO2 Private Server 12/21/2014, 20:37
Replies: 6
Views: 519
Posted By pro4never
I do not recommend using albetros. It's a pretty...

I do not recommend using albetros. It's a pretty big mess honestly.

Pretty much all public sources suck. Throne which is a public project in the works looks amazingly promising but if you want...
Forum: CO2 Private Server 12/16/2014, 01:28
Replies: 9
Views: 1,659
Posted By .Ocularis
Did anyone else bother restructuring Conquer's...

Did anyone else bother restructuring Conquer's auction interface?

I would like to include Auctions in Throne...
Forum: CO2 PServer Guides & Releases 12/13/2014, 16:10
Replies: 92
Views: 29,828
Posted By .Ocularis
[Release] Experimental 6090 project : Throne

I've been working on Throne since October 10th, that's 10 months I've been DAILY working and reworking.. Learning and unlearning..

I've decided to release my current work and take development...
Forum: CO2 PServer Guides & Releases 12/10/2014, 16:50
Replies: 43
Views: 16,464
Posted By pro4never
[Learning Redux] Video Guides To Using Redux

So I know jumping into a new source can be scary and it's not something everyone wants to do, especially if they have a lot of content running already under something else (looking at you NCOS based...
Forum: CO2 PServer Guides & Releases 11/16/2014, 19:09
Replies: 2,379
Views: 306,323
Posted By pro4never
When failing to send a packet to users it would...

When failing to send a packet to users it would trigger disconnection.. which would try to send updates even if disconnected throwing a new error triggering infinite loops through the send...
Forum: CO2 Private Server 11/04/2014, 14:59
Replies: 2
Views: 367
Posted By pro4never
Dead monsters should have both the Dead and Fade...

Dead monsters should have both the Dead and Fade status effect so they are not clickable and slowly vanish from the screen in a puff of smoke.

0x820


Dead = 1U << 5,
Fade = 1U << 11,
Forum: CO2 Programming 08/26/2014, 08:18
Replies: 10
Views: 2,483
Posted By Spirited
Socket System & Threading Models

Hey everyone,

Recently, I was asked about optimal threading and socket system models for a game server; optimal in respect to efficiency and player load (or scale). Before I start, I should...
Forum: CO2 Private Server 08/25/2014, 00:21
Replies: 21
Views: 1,444
Posted By -impulse-
724444, 16 //RefineryID Is the issue. Not the...

724444, 16 //RefineryID
Is the issue. Not the offset but the value.


if (value >= 724440 && value <= 724444 || value == 3004140) value = 301;


That will fix your issue
Forum: CO2 Private Server 08/23/2014, 19:37
Replies: 21
Views: 1,444
Posted By abdoumatrix
just make it be added to ItemHp so it then...

just make it be added to ItemHp

so it then added to Maxhitpoints and it calculate the hitpoint from stats
Forum: CO2 PServer Guides & Releases 08/23/2014, 19:28
Replies: 4
Views: 1,537
Posted By turk55
Improvements are in the code.

Improvements are in the code.
Showing results 1 to 25 of 63

 
Forum Jump

All times are GMT +2. The time now is 05:36.


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