Register for your free account! | Forgot your password?

You last visited: Today at 19:41

  • 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/10/2009, 11:14   #76
 
elite*gold: 0
Join Date: Aug 2007
Posts: 187
Received Thanks: 45
Erm i got a question, How come this dosent let me use +8 stones??
Andrew.A is offline  
Old 06/10/2009, 13:14   #77
 
arab4life's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 430
Received Thanks: 286
good work
arab4life is offline  
Old 06/10/2009, 18:22   #78
 
elite*gold: 0
Join Date: Jan 2006
Posts: 50
Received Thanks: 69
Quote:
Originally Posted by Zeroxelli View Post
Update your maximum connections or pooling.
Already updated max connections. As is, I can sell items but not buy them without causing the server to go into an infinitive timeout.
velorian is offline  
Thanks
3 Users
Old 06/10/2009, 20:03   #79
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by lledniw View Post
why is my wuxing oven only works for adiing plus..it says its broken and can only add + to items..how can i make it work for enchanting and blessing my items?help please
Erm, CompositionStove does not do Blessing for items. That would be the Ethereal guy next to it, add him.

Quote:
Originally Posted by Andrew.A View Post
Erm i got a question, How come this dosent let me use +8 stones??
Update your mall so +nStones actually have a +n value.

Quote:
Originally Posted by velorian View Post
Already updated max connections. As is, I can sell items but not buy them without causing the server to go into an infinitive timeout.
You didn't update something then.
Zeroxelli is offline  
Thanks
3 Users
Old 06/10/2009, 20:24   #80
 
elite*gold: 0
Join Date: Jan 2006
Posts: 50
Received Thanks: 69
Quote:
Originally Posted by Zeroxelli View Post
You didn't update something then.
Hmm. Suppose it'd be easier to revert it and code a simpler npc ftm, until I can figure out where the problem is. The coding was great btw, it's quite a bit more advanced than anything I would do xD, but +1 for a functional composition/progress system.
velorian is offline  
Old 06/10/2009, 20:31   #81
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by velorian View Post
Hmm. Suppose it'd be easier to revert it and code a simpler npc ftm, until I can figure out where the problem is. The coding was great btw, it's quite a bit more advanced than anything I would do xD, but +1 for a functional composition/progress system.
Hmm, I thought this was the easiest way xD

I have no idea how this would raise the number of needed connections to the database, from what I remember it only accesses it 3 times (Delete minor, delete main, create new main).
Zeroxelli is offline  
Thanks
3 Users
Old 06/10/2009, 23:40   #82
 
elite*gold: 0
Join Date: Jan 2006
Posts: 50
Received Thanks: 69
Quote:
Originally Posted by Zeroxelli View Post
Hmm, I thought this was the easiest way xD

I have no idea how this would raise the number of needed connections to the database, from what I remember it only accesses it 3 times (Delete minor, delete main, create new main).
It shouldn't raise it more than the number of executed functions unless there is a connection.open() without a complementing close()... which there isn't. Your code is more of a run once script where each thread terminates once it has been executed.
The problem itself can't lie anywhere in the code for the WuXing Oven itself, I assume that it is able to compose without issue. I'm suspecting it's somewhere in the references that causes buying from shops to practically crash my gameserver, its like it were trying to create a mass amount of items at once or the ", Item.Value.Progress" ", Item.Progress" and ", 0" references have a conflict somewhere.
But the compiler doesn't find errors, even in debug mode, which makes tracking down those... 20 or 30some references a pain in the *** as it is.
velorian is offline  
Thanks
2 Users
Old 06/10/2009, 23:43   #83
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Weird thing is, I haven't got any of those errors and never have. If I did, I'd surely be able to find what was causing them. I can't think of what would, though :S
Zeroxelli is offline  
Thanks
3 Users
Old 06/11/2009, 01:05   #84
 
elite*gold: 0
Join Date: Oct 2007
Posts: 116
Received Thanks: 16
how do u fix the error "The call is ambiguous between the following methods or properties: 'CoEmu_v2_GameServer.PacketProcessor.GetPlusReq(in t)' and 'CoEmu_v2_GameServer.PacketProcessor.GetPlusReq(in t)' C:\Users\joe is king\Desktop\CoEmu v2\CoEmu v2 GameServer\PacketProcessor.cs 1845 50 CoEmu v2 GameServer"
quadruple1 is offline  
Old 06/11/2009, 01:06   #85
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Only declare it once.
Zeroxelli is offline  
Thanks
3 Users
Old 06/11/2009, 12:52   #86
 
elite*gold: 0
Join Date: May 2009
Posts: 27
Received Thanks: 3
Error 1 No overload for method 'ItemInfo' takes '11' arguments C:\Documents and Settings\Administrator\My Documents\CoEmu v2\CoEmu v2 GameServer\PacketProcessor.cs 327 25 CoEmu v2 GameServer


Any idea why i got this problem?
kiltz is offline  
Old 06/11/2009, 18:55   #87
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Because you didn't update the references to the functions, read my post in full next time.
Zeroxelli is offline  
Thanks
2 Users
Old 06/11/2009, 19:07   #88
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
Great release, this will save some work.
Incariuz is offline  
Thanks
1 User
Old 06/11/2009, 19:13   #89
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Thanks, hope it helps.
Zeroxelli is offline  
Thanks
3 Users
Old 06/11/2009, 19:15   #90
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
It will, this is one of the things that would've made me go a bit crazy putting it together. You show more skill then me at programming, that's for sure.
Incariuz 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 19:41.


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.