[REQUEST] Old Composition System for 4267 Source x)
Well, title says it all.. Hope anyone can do it..
I'm still beggining at C# so I've got no idea how to do it..
I would be a good way to learn if anyone could release it so I could read it and try to understand it xD
Composition Hybrids Source 12/21/2010 - CO2 PServer Guides & Releases - 2 Replies For Hybrids 5017 Source!!!
Handler:
class Composition
{
public Composition(GameClient Client, byte Data)
{
uint MainUID = BitConverter.ToUInt32(Data, 8);
uint Minor1UID = BitConverter.ToUInt32(Data, 12);
I need 4267 source!!!!please 09/27/2010 - CO2 Private Server - 6 Replies some one give me the 4267 source??
thx ....please
[Request] a Simple Connection/setup Guide for 4267 Source 03/05/2010 - CO2 Private Server - 3 Replies Okay, So I'm asking if someone could post a simple guide how to get 4267 running. I used search button, and didn't see any guides. Well, I saw one, but I'm having some errors while i'm trying to Pu that dot sql file in Navicat or phpMyAdmin.. some errors about Classes like mm 'Archer', '1', 0'. 5', <--- something like that, but gives me a plenty of errors for some reason. But Yeah, If someone could post a easy and simple guide, I'd appreciate.
[Fix] Breeding & Item Composition System [5165 LOFT] 02/21/2010 - CO2 PServer Guides & Releases - 18 Replies I have no idea if this has been released but I looked and couldn't find one that worked. The problem I kept having was that the WuxingOven wasn't deleting the minor items after composing... It's a very simple fix... (again, if this was released, then I'm sorry.)
Here is my fix.
I noticed that the packet "Compose.cs" had a line with this code:
if (MainI.ID != 0 && MinorI.ID != 0 && MainI.Plus <= 11)
I deleted everything under that so that it looked like this:
if (MainI.ID != 0 &&...