Register for your free account! | Forgot your password?

You last visited: Today at 02:26

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

Advertisement



[Release] Wuxing Oven

Discussion on [Release] Wuxing Oven within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 06/06/2009, 21:46   #16
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Grats, and Thanks.
Zeroxelli is offline  
Thanks
3 Users
Old 06/06/2009, 21:52   #17
 
elite*gold: 0
Join Date: Dec 2007
Posts: 226
Received Thanks: 55
mmm, can't find why
this is the output on console
Code:
[GameServer] Unable to accept data from a client.

Error
this is where it get stuck.
Code:
catch
						{
							Console.WriteLine("[GameServer] Unable to accept data from a client.");
                            Console.WriteLine(Data);
                            Console.WriteLine("Error");
							//Continue = false;
							//Disconnect();
							break;
						}
the thing is, it doesn't dc without items but it does with :s
yuko is offline  
Thanks
3 Users
Old 06/06/2009, 21:55   #18
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
I see, I made a typo.

In the ItemInfo packet

under
Code:
Packet.Long(Progress);
remove
Code:
Packet.Long(0);
Sorry guys, I forgot that was defaulted in the packet.
Zeroxelli is offline  
Thanks
3 Users
Old 06/06/2009, 21:55   #19
 
painkiller199202's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 65
Received Thanks: 5
Working fine. You r awesome
painkiller199202 is offline  
Thanks
1 User
Old 06/06/2009, 21:58   #20
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Thanks painkiller
Zeroxelli is offline  
Thanks
3 Users
Old 06/06/2009, 22:06   #21
 
mejo33's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 370
Received Thanks: 117
Ok now can login, but NPC dont work ALL . if im have problem on ItemBuy.cs im changed the line

Quote:
CSocket.Send(ConquerPacket.ItemInfo(Item.UID, Item.ItemID, 0, 0, 0, 0, 0, 0, 0, 0, 0));
To
Quote:
CSocket.Send(ConquerPacket.ItemInfo(Item.UID, Item.ItemID, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0));
Im added 1 "0," meybe here its wrong?
mejo33 is offline  
Thanks
3 Users
Old 06/06/2009, 22:08   #22
 
elite*gold: 0
Join Date: Oct 2007
Posts: 116
Received Thanks: 16
When i follow all directions i get tons of errors... Can someone tell me how to fix that?
quadruple1 is offline  
Old 06/06/2009, 22:17   #23
 
elite*gold: 0
Join Date: Dec 2007
Posts: 226
Received Thanks: 55
(Item.UID, Item.ItemID, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0));
i'll explain why
as you could red the error it says 11 arguments.
arguments are between the () and each argument is separated with ,
so (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)

what you have to change is
(Item.UID, Item.ItemID, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0));
sometimes you'll have to add Item.Progress ore something else


btw thanks Zeroxelli you saved me a lot of time. i started the coding already for the oven. made it work pritty much but only the Progress on items wasn't added.
thanks again
yuko is offline  
Thanks
4 Users
Old 06/06/2009, 22:21   #24
 
mejo33's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 370
Received Thanks: 117
hm sorry i from poland , can u give me your ItemBuy.cs file here or send me on priv messange? THANKS FOR UP :*
mejo33 is offline  
Thanks
1 User
Old 06/06/2009, 22:24   #25
 
felipeboladao's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 255
Received Thanks: 273
Hey, I have problem to put Item Plus ..
felipeboladao is offline  
Old 06/06/2009, 22:25   #26
 
mejo33's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 370
Received Thanks: 117
what? item plus are adding on source u need to add item.progress
mejo33 is offline  
Thanks
1 User
Old 06/06/2009, 22:45   #27

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 924
Thanks and I just love the "Replace All" function in situations like these.
Kiyono is offline  
Thanks
3 Users
Old 06/06/2009, 22:47   #28
 
HunterT's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 16
Received Thanks: 0
Why didn't you just .rar the nigguhz and upload them?
HunterT is offline  
Old 06/06/2009, 22:49   #29
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Cause I have countless hundred-thousand's of lines of other things I've added that would error without the rest of the source.
Zeroxelli is offline  
Thanks
3 Users
Old 06/06/2009, 23:01   #30
 
elite*gold: 0
Join Date: Aug 2007
Posts: 187
Received Thanks: 45
Sorry to bug you again =D but what do you mean

Quote:
Now in your sql table do something along the lines of

Code:
ALTER TABLE items ADD Progress INT(11) NOT NULL DEFAULT 0 AFTER Plus;
Andrew.A is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
help wuxing oven
02/06/2010 - CO2 Private Server - 8 Replies
Hi everyone, So, here I have an annoying problem on my server when I use the oven for wuxing composition, after mounting the item with the stone, the stone does not disappear from my bag, so the stones can be reused to infinity Help me please, I use the source published 5165. If someone with this problem, it could make a copy / paste are coding please. Thank you very much.
[Release]Fully working Wuxing Oven
12/26/2009 - CO2 PServer Guides & Releases - 10 Replies
Okay well I looked into the source and I see wuxing oven composes and enchant. I took 12tails bless npc and fixed it up and put it into wuxing oven code. This npc works perfectly. Only does -1 to fan and tower and does -7 to all other equips. The one that 12tails released was just a bit buggy. Just change all the Linkback to Control and it will work. Hope you enjoy. #region Enchanter case 35016: {
[Help]Wuxing Oven
08/17/2009 - CO2 Private Server - 11 Replies
Anyone can help how to make +7 - +9 works in wuxing oven.. Thanks.
[help] with wuxing oven
06/06/2009 - CO2 Private Server - 6 Replies
Hey guys I was just wondering if someone can point me in the right direction for coding the oven (to enchant gear/compose) on coemuv2 source. I checked out the sql's npc/direction but just occured to me that the window is npc link activated (at least it is on co) and that there are no other npcs that have a similar structure i can look at. any help would be great. thanks.



All times are GMT +2. The time now is 02:26.


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.