soo, when i click "Compose" it says iam to far away, Idk what could be the prob i sent my client X,Y Cords same for the NPC's and its fine, any1 have any idea ?
this is the general data iam sending, this is for Impulse's Source, Ftw
Code:
case 1:
{
INpc npc = null;
if (client.Map.Npcs.TryGetValue(client.ActiveNpc, out npc))
{
GeneralData data = new GeneralData(true);
data.ID = 0x7e;
data.UID = client.Entity.UID;
data.TimeStamp = Time32.Now;
data.dwParam = 1;
data.wParam3 = npc.X;
data.wParam4 = npc.Y;
client.Send(data);
}
break;
}
soo, when i click "Compose" it says iam to far away, Idk what could be the prob i sent my client X,Y Cords same for the NPC's and its fine, any1 have any idea ?
this is the general data iam sending, this is for Impulse's Source, Ftw
Code:
case 1:
{
INpc npc = null;
if (client.Map.Npcs.TryGetValue(client.ActiveNpc, out npc))
{
GeneralData data = new GeneralData(true);
data.ID = 0x7e;
data.UID = client.Entity.UID;
data.TimeStamp = Time32.Now;
data.dwParam = 1;
data.wParam3 = npc.X;
data.wParam4 = npc.Y;
client.Send(data);
}
break;
}
Try using a skill at the place you're standing in market before you try to composing (and let us know if your client says it's too far to cat the spell). I think something like spiritual heal would work in market, if not mounting to a steed works for sure.
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
____ [S]uche exotischen crossfire account ____ 09/10/2010 - CrossFire Trading - 9 Replies level & kd sind weniger relevant!
ich hab eigentlich schon ein guten acc, hätte aber gerne noch ein paar waffen
besonders gerne hätte ich
m4 gold vip
m4 christmas (vielleicht glock?)
awm christmas oder red dragon
de scope
[rel] composition fix for 5165 12/09/2009 - CO2 PServer Guides & Releases - 7 Replies #request close/delete
moved to my multi-rel thread.
hilfe ---____--- 12/07/2009 - Off Topic - 2 Replies mir gehn die kalender sprüche aus und wollt euch ma fragen was ihr so drauf habt vll isses sogar gut genug für mich :D
Composition Calculator 06/03/2007 - CO2 Exploits, Hacks & Tools - 5 Replies A small contribution to the community. I know there is at least one out there. This is my version.
Thanks to hieitk for the AHK guide and TQ for the downtime today so I had time to almost finish it.
1.2 39 downloads
1.3 53 downloads.
Fixed minor bug that crossed over tabs. Added Gem composition calculator.
1.4 Added 2rb quest item calculator.
to follow is a "clear" button for each tab.