Register for your free account! | Forgot your password?

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

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

Advertisement



Showing results 1 to 25 of 37
Search took 0.01 seconds.
Search: Posts Made By: InfamousGeek
Forum: CO2 Private Server 08/08/2010, 17:48
Replies: 5
Views: 727
Posted By InfamousGeek
Yeah, I definately want a playground in my...

Yeah, I definately want a playground in my house's garden.
Forum: CO2 Private Server 08/08/2010, 17:41
Replies: 5
Views: 727
Posted By InfamousGeek
Some nice furniture I found when logging

Image 1:

[Only registered and activated users can see links]

Image 2:

[Only registered and activated users can see links]

Image 3:
Forum: CO2 Private Server 08/05/2010, 13:53
Replies: 18
Views: 1,603
Posted By InfamousGeek
Who said Impulse's are not asynchronous?...

Who said Impulse's are not asynchronous? :confused:
Forum: CO2 Private Server 08/05/2010, 13:36
Replies: 1
Views: 501
Posted By InfamousGeek
What about you click on this nice little thread;...

What about you click on this nice little thread; [Only registered and activated users can see links]

Don't forget to thank Korvacs for...
Forum: CO2 Private Server 08/02/2010, 23:21
Replies: 12
Views: 980
Posted By InfamousGeek
I don't see how the 0x3ee/1006 packet is even...

I don't see how the 0x3ee/1006 packet is even coming close to the hero update packet? Also you should of said that you upgraded your CoEmu version to 5165.
Forum: CO2 Private Server 08/02/2010, 14:52
Replies: 9
Views: 691
Posted By InfamousGeek
Then it's not reinventing the wheel.. anyhow, we...

Then it's not reinventing the wheel.. anyhow, we could discuss this forever but there is no point since every programmer has his own methods.



I might give it a shot..
Forum: CO2 Private Server 08/01/2010, 22:11
Replies: 9
Views: 691
Posted By InfamousGeek
I considered writing a winsocket, though my...

I considered writing a winsocket, though my personal opinion is that there is no need to reinvent the wheel.
Forum: CO2 Private Server 08/01/2010, 19:18
Replies: 9
Views: 691
Posted By InfamousGeek
public PacketFiller(Int32 Size) //When I call the...

public PacketFiller(Int32 Size) //When I call the constructor I use Marshal.SizeOf
{
Packet = new byte[Size];
}

public void FillPacket<TStruct>(TStruct...
Forum: CO2 Private Server 08/01/2010, 19:10
Replies: 9
Views: 691
Posted By InfamousGeek
[Discussion] Packet writing methods

I noticed alot of sources that have been released to public use the accessor method, which was been presented by Hybrid back then. I'm curious which method you personally use, and for what reason. My...
Forum: CO2 Private Server 07/30/2010, 11:46
Replies: 10
Views: 1,204
Posted By InfamousGeek
Because he probably doesn't know why he needs...

Because he probably doesn't know why he needs them..
Forum: CO2 Private Server 07/28/2010, 23:52
Replies: 31
Views: 2,351
Posted By InfamousGeek
Your problem is that you won't face the truth,...

Your problem is that you won't face the truth, sincerly you're proven wrong.
Forum: CO2 Private Server 07/28/2010, 11:58
Replies: 31
Views: 2,351
Posted By InfamousGeek
He's most likely arrogant too.

He's most likely arrogant too.
Forum: CO2 Private Server 07/26/2010, 20:48
Replies: 9
Views: 654
Posted By InfamousGeek
Its kinda harsh using xml section for npc...

Its kinda harsh using xml section for npc scripting, even though that is my personal opinion.
Forum: CO2 Private Server 07/26/2010, 17:19
Replies: 9
Views: 654
Posted By InfamousGeek
I might compare it to LUA or do you perhaps know...

I might compare it to LUA or do you perhaps know another quick scripting language? So that I can compare it with mine.
Forum: CO2 Private Server 07/26/2010, 17:15
Replies: 9
Views: 654
Posted By InfamousGeek
The speed actually is pretty fast, also the...

The speed actually is pretty fast, also the process when compiling is very light-weight. I didn't have problems when testing this with npcs, also checked with GC for the memory usage.
Forum: CO2 Private Server 07/26/2010, 17:09
Replies: 14
Views: 890
Posted By InfamousGeek
You might like this;...

You might like this; [Only registered and activated users can see links]
Forum: CO2 Private Server 07/26/2010, 17:06
Replies: 9
Views: 654
Posted By InfamousGeek
Ofcourse. Most likely I'm stupid enough to share...

Ofcourse. Most likely I'm stupid enough to share the source with you. Meh, if life was just that easy.
Forum: CO2 Private Server 07/26/2010, 15:18
Replies: 9
Views: 654
Posted By InfamousGeek
[Side-Project] IG# / InfamousGeek Sharp

As you know me of my Basic Conquer Emulator project, this is a side-project which I thought of when going through the npc server. I decided it would be a fun experience to write a scripting language...
Forum: CO2 Private Server 07/23/2010, 15:34
Replies: 43
Views: 3,975
Posted By InfamousGeek
Artificial Intelligence and mobs are implemented;...

Artificial Intelligence and mobs are implemented;
-Move in aggresive range
-Attack in attack range
-Melee + Magical attacks
-Run away to spawn x, y when mob reaches run-away limit (33% chance of...
Forum: CO2 Private Server 07/20/2010, 16:24
Replies: 33
Views: 2,473
Posted By InfamousGeek
Facts prove otherwise.

Facts prove otherwise.
Forum: CO2 Private Server 07/19/2010, 21:52
Replies: 43
Views: 3,975
Posted By InfamousGeek
I will probably use MySQL commands for the...

I will probably use MySQL commands for the database server, would be easier for people who don't want to adapt to another query server.
Forum: CO2 Private Server 07/19/2010, 17:56
Replies: 33
Views: 2,473
Posted By InfamousGeek
Probably also why most of this community doesn't...

Probably also why most of this community doesn't use hybrid's source and still prefer the tyranny of LOTF:rolleyes:
Forum: CO2 Private Server 07/19/2010, 17:54
Replies: 43
Views: 3,975
Posted By InfamousGeek
Heya, I've been working on it for a few hours...

Heya, I've been working on it for a few hours now. I wrote an IPC library file for both client and server, the npc server is in progress along with the database server now. The choice of filetype is...
Forum: CO2 Private Server 07/18/2010, 11:25
Replies: 43
Views: 3,975
Posted By InfamousGeek
If you want to see a code snippet from anything...

If you want to see a code snippet from anything of the source, just request it and I might reply instantly. Anyway, mobs have been implemented. I'm coding the action system now.
Forum: CO2 Private Server 07/17/2010, 14:09
Replies: 43
Views: 3,975
Posted By InfamousGeek
Most likely you should ask yourself that...

Most likely you should ask yourself that question.. :rolleyes:
Showing results 1 to 25 of 37

 
Forum Jump

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


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.