Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 14:06

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

Advertisement



Ally/Enemy Guild at 5165

Discussion on Ally/Enemy Guild at 5165 within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2008
Posts: 39
Received Thanks: 0
Ally/Enemy Guild at 5165

Good morning community

I'm working on a 5165 for some time now. Not many things left and it's fine ( Don't want to say "fixed" because i could bet thats impossible with this source o_o )

Well my biggest problem is the Ally/Enemy system.
There's nothing in the source about that at all ( as far as i've seen it o.o )...

Well, i'm not such a good coder that i could do this alone..

Could anyone help me? ^^
2087 is offline  
Old 08/26/2010, 12:38   #2
 
elite*gold: 0
Join Date: Aug 2010
Posts: 452
Received Thanks: 75
I think you need to code allies/enemies from scratch.
With make/delete allie, make/delete enemy.
Save/Load allie & enemies.

Also I dont think there is a guildallie/enemy packet.
dowhatuwant is offline  
Old 08/26/2010, 19:26   #3
 
elite*gold: 0
Join Date: Sep 2008
Posts: 39
Received Thanks: 0
But how... that's my problem ^^
2087 is offline  
Old 08/26/2010, 20:29   #4
 
elite*gold: 0
Join Date: Aug 2010
Posts: 452
Received Thanks: 75
learn about how to send a packet from source to client and then how to structure a packet.
dowhatuwant is offline  
Old 08/27/2010, 00:16   #5
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,764
Received Thanks: 5,291
Quote:
Originally Posted by ☆★Zuper★☆ View Post
learn about how to send a packet from source to client and then how to structure a packet.
The hell?
I refer you to korvacs signature

Its a matter of saving them to an arraylist with the uid, then in teleport.cs do something like if (GC.MyChar.MyGuild.Allies.Contains(G.GuildID){Gc.A ddsend({ackets.String(Needed variables for packet.)}
Arcо is offline  
Thanks
2 Users
Old 08/27/2010, 08:39   #6
 
elite*gold: 0
Join Date: Aug 2010
Posts: 452
Received Thanks: 75
still using a packet and as I said I wasn't sure if there was. Sorry for my bad english haha, I said it wrong, lol =]
dowhatuwant is offline  
Old 08/27/2010, 10:35   #7
 
elite*gold: 0
Join Date: Sep 2008
Posts: 39
Received Thanks: 0
Thanks arco!

Well, there i noticed that this it to high for me x.x
But still, thanks to you

I guess no one will ever release this huh?
2087 is offline  
Old 08/27/2010, 23:32   #8
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,764
Received Thanks: 5,291
I may release it once I'm completely done with 5165.
Arcо is offline  
Thanks
1 User
Old 08/28/2010, 09:47   #9
 
elite*gold: 0
Join Date: Sep 2008
Posts: 39
Received Thanks: 0
Wow! that would be such awsome
You're still the best ^_^
2087 is offline  
Old 08/28/2010, 10:28   #10
 
-Shunsui-'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
i will release allies/enemies if i feel like it tmrw,
-Shunsui- is offline  
Old 08/28/2010, 14:52   #11
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
It's released in EliteCoEmu.
_DreadNought_ is offline  
Old 08/28/2010, 15:52   #12
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,764
Received Thanks: 5,291
Quote:
Originally Posted by -Shunsui- View Post
i will release allies/enemies if i feel like it tmrw,
The one you didn't code?
I'd like to see it ^_^

@OP
I released a working one, if you wanna use it feel free.
Arcо is offline  
Old 08/28/2010, 16:53   #13
 
-Shunsui-'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
Quote:
Originally Posted by .Arco View Post
The one you didn't code?
I'd like to see it ^_^

@OP
I released a working one, if you wanna use it feel free.
wats not possible to code, its easy as it could sound.. just a ******* small packet u need to send for the guild name colors...
-Shunsui- is offline  
Old 08/28/2010, 16:58   #14
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,764
Received Thanks: 5,291
Quote:
Originally Posted by -Shunsui- View Post
wats not possible to code, its easy as it could sound.. just a ******* small packet u need to send for the guild name colors...
Adding to a dictionary and sending a string packet is one thing, but saving the dictionary is another. Not that difficult, but its harder than you're making it sound.
Arcо is offline  
Old 08/28/2010, 17:34   #15


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,434
Received Thanks: 1,146
Quote:
Originally Posted by .Arco View Post
Adding to a dictionary and sending a string packet is one thing, but saving the dictionary is another. Not that difficult, but its harder than you're making it sound.
Hard to save a dictionary
CptSky is offline  
Reply

Tags
ally, conquer, enemy, guild, guildwar


Similar Threads Similar Threads
[Request] Making ally and enemy guilds
03/30/2010 - CO2 Private Server - 0 Replies
can anyone release or give me a guide making ally and enemy guild in 5165? or just give me the code? please i need it please.. thanks in advance if anyone give's me hehehhehe.
5165 is this Enemy guild packet?
02/21/2010 - CO2 Private Server - 8 Replies
Is this the packet of enemy guild? can anyone help me? how to add this in my sourve? im using 5165, and how to add this in npc. public static COPacket GuildData(uint Type, int Data) { byte Packet = new byte; COPacket P = new COPacket(Packet); P.WriteInt16((ushort)(Packet.Length - 8)); P.WriteInt16((ushort)1107); P.WriteInt32(Type);
[ B ] 70 ALLY Mage oder 68 Ally Schurken [ S ] PALA HORDE
01/03/2009 - World of Warcraft Trading - 0 Replies
Hallo, Ich hab einen 70 Ally (Arygos) Mage mit 1k gold + 57 Schami Oder einen 68 ALLY (Arygos) Schurken im angebot . Suche Einen Pala Horde am besten Blackrock LVL 60+ Schreibt mir einem pM und last ne nachricht hier
[Exploit] Enter enemy guild cities/Battlekeeps the easy way
08/04/2008 - General Gaming Releases - 0 Replies
Get into other Guild Cities/Battlekeeps without destroying their gate; Get to the gate, crouch in front of it, face the gate and jump through it. You might not get through on your first jump but just keep jumping and it will get you through, sneak attacks on Battlekeeps = win
How to Enemy/Ally Guilds
07/24/2007 - CO2 Guides & Templates - 15 Replies
Have you ever NOT been able to enemy/ally a guild because of the ascII codes that they use? This is how to enemy them: ~Make a lvl 70 water or something useful so that no one knows is yours,(something that would be useful in gw or something.) Add it to the guild that you want to know the guild name of. ~Clear the chat log if there is nothing you need to save, and click the box that says "save". ~Donate some money with your altto the guild. ~Go to your chat log, in the ALL section,...



All times are GMT +1. The time now is 14:06.


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.