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.
Code:
public static COPacket GuildData(uint Type, int Data)
{
byte[] Packet = new byte[8 + 12];
COPacket P = new COPacket(Packet);
P.WriteInt16((ushort)(Packet.Length - 8));
P.WriteInt16((ushort)1107);
P.WriteInt32(Type);
P.WriteInt32(9);
return P;
}
//uint16() 12 (Length) Index : 0
//uint16() 1107 (Type) Index : 2
//uint32() Type Index : 4
//uint32() Data Index : 8
There isn't really an enemy guild packet... There is simply a status effect for when spawning characters to eachother.
As for implementing it, you need to modify your guild structure to store enemy/allies. Then when spawning basically say if you are in a guild, check through the enemy list. If the character being spawned is in an enemy guild then change the color of their guild name.
I'd suggest looking at a coemu source for example such as swordco or animeco as they have fully working ally/enemy systems.
Or is there some release in a guide how make or how to add enemy guild in 5165? or can you guide me? or pm me? please or can you help me in guild part, when im in team mode i can still pk my guildmate.? please help
Or is there some release in a guide how make or how to add enemy guild in 5165? or can you guide me? or pm me? please or can you help me in guild part, when im in team mode i can still pk my guildmate.? please help
Or is there some release in a guide how make or how to add enemy guild in 5165? or can you guide me? or pm me? please or can you help me in guild part, when im in team mode i can still pk my guildmate.? please help
12talys and i might do it soon, iam not sure about releasing tho, It will be up to him
There isn't really an enemy guild packet... There is simply a status effect for when spawning characters to eachother.
As for implementing it, you need to modify your guild structure to store enemy/allies. Then when spawning basically say if you are in a guild, check through the enemy list. If the character being spawned is in an enemy guild then change the color of their guild name.
I'd suggest looking at a coemu source for example such as swordco or animeco as they have fully working ally/enemy systems.
It's a 3F7 packet..
You just send the name of the guild with the type
5165 SendStallItem packet 09/13/2010 - CO2 Private Server - 13 Replies hey guys I was wondering if anyone got the right packet to show the 2nd socket as i tried to edit it in many ways and it never worked...
public static COPacket AddStallItem(Game.Item I, Features.PersonalShops.ItemValue Val, uint StallID)
{
byte Packet = new byte;
COPacket P = new COPacket(Packet);
P.WriteInt16((ushort)(Packet.Length - 8));
P.WriteInt16((ushort)0x454);
P.WriteInt32(I.UID);
...
Ally/Enemy Guild at 5165 08/28/2010 - CO2 Private Server - 18 Replies 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? ^^
Possible flower packet conversion for 5165 NCS 02/20/2010 - CO2 Private Server - 19 Replies Hey all,
I believe ImmuneOne released this packet(?)
So give him thanks if he posts here!
I believe I pressed enough buttons to make everything stop underlining in red....
Thing is I don't know how to test if I actually did the packet conversion correctly.
These are the original packets
public static byte FlowerPacket(string Flowers,bool CreateInstance)
Packet to the guild room (use WPE) 03/31/2009 - RFO Hacks, Bots, Cheats, Exploits & Guides - 0 Replies Old cheaters know about this packet
U can use if u are in the guild, and the guild has guild room. U can use it (in whole locations) even u in the fight mode or just to teleport in HQ quickly. If u will make relog or quit the game when u was in room u will be on that place where did u use this packet
Packet :
08001B68EF010000
P.S. Sorr for my bad English)
[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