[Req] WuxingOven CoEMU2

06/23/2009 02:39 Illustria#1
Any chance anyone would have a slightly more simplified or well explained code for the wuxing oven? Ive been trying to get a private server up and running for test purposes which are a bit fruitless

There is a great wuxing code out there already [Only registered and activated users can see links. Click Here To Register...]

However some of the code described for implementing was not in my source (CoEmu2.Nano). Unless someone knows perhaps a more compatible source i should use?.

Anyways thanks for your time.
06/23/2009 03:44 Zeroxelli#2
I tested it on a stock extract, and it worked fine. The only errors you should get should be reference errors, which all you have to do is add Item.Progress after 'Item.Plus, ' or Main.Progress after 'Main.Plus, '
06/23/2009 03:58 Illustria#3
Well after so many adjustments i got the errors down to 0 however now i cant seem to log in at all anymore, Game server shows an error on these lines

In packet processor line 201
Code:
Database.Database.GetItems(CSocket);
and in Database.cs line 419
Code:
Item.Progress = Convert.ToInt32(DR["Progress"]);
Any ideas?
06/23/2009 04:01 LetterX#4
Quote:
Originally Posted by Illustria View Post
Well after so many adjustments i got the errors down to 0 however now i cant seem to log in at all anymore, Game server shows an error on these lines

In packet processor line 201
Code:
Database.Database.GetItems(CSocket);
and in Database.cs line 419
Code:
Item.Progress = Convert.ToInt32(DR["Progress"]);
Any ideas?
You played around in the database.
06/23/2009 04:13 Illustria#5
-Edit- Got the shopping mall fix everything works... now if i can figure out why it doesnt save quality of equip id be set...