srry.... don't understand your question.... my wuxing oven works perfectly....
What was the point in that post?... just trying to get your pc up.
What he said in his other post is true though, some +7 / +8 stones are labeled +8 Stone, others are +8 Stone(+8). The one with +8 in brackets will work where as the other wont.
I doubt your capable of making this useful to you so, lol.
Code:
'#include ...\define_data.vb
' By: Hybrid
' Npc: 35016
' Name: WuxingOven
Imports System
Imports ConquerScriptLinker
Partial Public Class NpcEngine
Public Shared Sub WuxingOven()
Dim dlg As String() = Nothing
Select Case OptionID
Case 0
ReDim dlg(2)
dlg(0) = "TEXT Your equipment can be very important in combat."
dlg(1) = "OPTION1 Upgrade Enchant"
dlg(2) = "OPTION2 Upgrade Purity"
Case 1
Player.SendData(DataID.Switch, DataSwitchArg.EnchantWindow, 0, 0)
Case 2
Player.SendData(DataID.GUIDialog, DataGUIDialog.Composition, 0, 0)
End Select
If Not dlg Is Nothing Then
Dialog(dlg)
End If
End Sub
End Class
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] Wuxing Oven 12/29/2009 - CO2 PServer Guides & Releases - 247 Replies I did this a few days ago, but some people asked me to post it; so why not.
First, add this code above this case in PacketProcessor.cs
default:
{
Console.WriteLine(" Unknown packet type: " + Type);
CSocket.Send(ConquerPacket.Chat(0, "SYSTEM", CSocket.Client.Name, " Please report: Unable to handle packet type " + Type, Struct.ChatType.Top));
break;
}
[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:
{
[REQUEST] Wuxing oven help o.o 07/22/2009 - CO2 Private Server - 5 Replies Ive followed Zeroxelli's guide pn adding the wuxing oven and i have fixed all the errors but one:
Error 1 } expected C:\Documents and Settings\Owner\Desktop\CoRv1\CoEmu v2 GameServer\PacketProcessor.cs 2002 5 CoEmu v2 GameServer
I dont know if its important or not but i wanna know how to fix it.
The other thing is, the wuxing oven is NOT WORKING . For some strange reason. Wonder if anyone can help me fix that error and see why my oven is not working o.o. 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.