Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 15:30

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

Advertisement



Showing results 1 to 25 of 28
Search took 0.02 seconds.
Search: Posts Made By: Galyrion
Forum: CO2 Private Server 12/04/2013, 00:04
Replies: 12
Views: 1,312
Posted By Galyrion
I really like it, would love to download and use...

I really like it, would love to download and use it :)
Forum: CO2 Private Server 11/16/2013, 11:25
Replies: 13
Views: 1,066
Posted By Galyrion
I can't figure out, omg.. EDIT: I tried it...

I can't figure out, omg..

EDIT: I tried it like this, to check if it works for only PM's:
public static bool PmandGMCommand(Main.GameClient GC, string[] Cmd, string Message)
{
...
Forum: CO2 Private Server 11/16/2013, 10:04
Replies: 3
Views: 4,220
Posted By Galyrion
Yes, sorry. I need CO Loader for 5095! Anyone?...

Yes, sorry. I need CO Loader for 5095!
Anyone? :)


Ahh, thanks! :)
Forum: CO2 Private Server 11/16/2013, 00:58
Replies: 3
Views: 4,220
Posted By Galyrion
Question 5095 Client(Server.dat + Conquer.exe)

I have done this setup:
[Only registered and activated users can see links]

And i'm trying to find a client..
I found by Fang,...
Forum: CO2 Private Server 11/12/2013, 18:38
Replies: 13
Views: 1,066
Posted By Galyrion
Ugh, have been trying out stuff now, can't figure...

Ugh, have been trying out stuff now, can't figure it out..

I also have commands for only PM:
if (GC.AuthInfo.Status != "[PM]") return false;
switch (Cmd[0])
{
...
Forum: CO2 Private Server 11/11/2013, 21:35
Replies: 13
Views: 1,066
Posted By Galyrion
Honestly, i don't understand that breakpointing...

Honestly, i don't understand that breakpointing thing.. Have never used it before! I have it enabled on this line:
The line with red color is where my breakpointing is:
case "/life":
...
Forum: CO2 Private Server 11/11/2013, 21:17
Replies: 13
Views: 1,066
Posted By Galyrion
The problem: The commands doesn't work. Here...

The problem: The commands doesn't work.

Here is a bigger part of the code:
public static bool PmandGMCommand(Main.GameClient GC, string[] Cmd, string Message)
{
//string[]...
Forum: CO2 Private Server 11/10/2013, 19:22
Replies: 13
Views: 1,066
Posted By Galyrion
I have already tried it, didn't work..

I have already tried it, didn't work..
Forum: CO2 Private Server 11/10/2013, 10:42
Replies: 13
Views: 1,066
Posted By Galyrion
Question Commands

My character is a PM, and here is a command:

if (GC.AuthInfo.Status != "[PM]") return false;
switch (Cmd[0])
{
case "/day":
{
...
Forum: CO2 Private Server 03/04/2013, 01:05
Replies: 13
Views: 910
Posted By Galyrion
I know it's not your problem, it never were :) ,...

I know it's not your problem, it never were :) , but i don't know the anwser, which is why i asked!
Forum: CO2 Private Server 03/04/2013, 00:23
Replies: 13
Views: 910
Posted By Galyrion
Ohh thanks!I found the correct spot now, but...

Ohh thanks!I found the correct spot now, but still haven't figured out the code to get more damage.. :/
Forum: CO2 Private Server 03/03/2013, 23:51
Replies: 13
Views: 910
Posted By Galyrion
There is not Magic Attack in my Attack.cs? :O ...

There is not Magic Attack in my Attack.cs? :O
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace...
Forum: CO2 Private Server 03/03/2013, 23:36
Replies: 13
Views: 910
Posted By Galyrion
I do, but i'm confused... There are so many...

I do, but i'm confused... There are so many places with "uint Damage"
Forum: CO2 Private Server 03/03/2013, 23:17
Replies: 13
Views: 910
Posted By Galyrion
Anyone knows where the tornado skill damage is in...

Anyone knows where the tornado skill damage is in skill.cs?
So i can make like:

if (GC.AuthInfo.Status == "[PM]")
{
//tornado skill damage = 999999;
}
I don't know the command for changing...
Forum: CO2 PServer Guides & Releases 03/03/2013, 05:01
Replies: 28
Views: 4,138
Posted By Galyrion
How to make that only PM's and Normal Players can...

How to make that only PM's and Normal Players can trade? And not GM?
Forum: CO2 Private Server 03/03/2013, 04:43
Replies: 13
Views: 910
Posted By Galyrion
Question How to make skill stronger for PM?

Hi :)
Have been searching around, but can't seems to find anything about how to make new skills?

Like, a PM skill that looks like tornado, but is x1000 times stronger or something like that!
Any...
Forum: CO2 Private Server 03/03/2013, 04:01
Replies: 16
Views: 1,172
Posted By Galyrion
Got everything working well now! :) #Close...

Got everything working well now! :)

#Close Thread
Forum: CO2 Private Server 03/03/2013, 03:02
Replies: 0
Views: 471
Posted By Galyrion
People cannot connect to my server...

Working Now!

#Close Thread!
Forum: CO2 Private Server 03/03/2013, 01:13
Replies: 16
Views: 1,172
Posted By Galyrion
Hmm.. FYI! I'm not gay, but i freakin' LOVE...

Hmm.. FYI!
I'm not gay, but i freakin' LOVE you!<3

Thanks! :-)
-----------------------------------------------------------
EDIT: Having a problem where other people can't join!
I have to PC's!...
Forum: CO2 Private Server 03/03/2013, 00:57
Replies: 16
Views: 1,172
Posted By Galyrion
When i open up the "NewestCOServer.exe" in:...

When i open up the "NewestCOServer.exe" in: C:\rikardo updated\bin\Debug
I get a black window with no text, and a messagebox: "NewestCOServer has stopped working..."

When i debug(F5) in C# i get...
Forum: CO2 Private Server 03/03/2013, 00:10
Replies: 16
Views: 1,172
Posted By Galyrion
I did, it's error in line 82 Program.cs and the...

I did, it's error in line 82 Program.cs
and the line is: DropRates.Load();

How can that be wrong?
And when i press F5 to Debug, i get error here:
return double.Parse(IVS.Value);
I have net...
Forum: CO2 Private Server 03/02/2013, 23:56
Replies: 16
Views: 1,172
Posted By Galyrion
I am running WIN 7 64bit and have this problem.. ...

I am running WIN 7 64bit and have this problem..
NewestCOServer has stopped working...
I know you will say it's a crappy source, but for about a year ago, i had it working! And now i desided to try...
Forum: CO2 Private Server 03/02/2013, 16:26
Replies: 16
Views: 1,172
Posted By Galyrion
Question Windows 7, XP or Vista?

Hello :)

What is the most stable OS to use for making a server?
Or the best one?

And if using Windows 7 64Bit, what 5165 source is best?(just for me and some friends)

-Thanks in advance!
Forum: CO2 Private Server 03/26/2012, 21:50
Replies: 11
Views: 1,469
Posted By Galyrion
Question 5165 - Best source?

From your's opinion!...
What is the best or/and most working 5165 source(that't not use Navicat)(i don't know if any 5165 use navicat)
-Thanks ^^ :)
Forum: CO2 Private Server 03/25/2012, 18:33
Replies: 2
Views: 730
Posted By Galyrion
Don't know... My comp is a bit shitty now :D ,...

Don't know... My comp is a bit shitty now :D , ill clean it up and remove EVERYTHING ! ^^
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT +2. The time now is 15:31.


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.