kai ine me ipconfig.xmlm opos ki an legete ayto kai vazo kanonika to ip mou se ayto me keno xoris keno dokimasa ta panta kai otan pao na bo den me vazi leoo tha ine ta port ala ta testaro se ena poli empisto programataki pou xrisimopio myhnes kai m lei ta port ine poli kala kai den me vgazi error sto login server (Cmd) oute sto game server (Cmd) opios bori na m lisi to problima eyxaristo parapoli..thanks btw opios apantise kati..
kai to parakseno ine oti boro na bo mono me to ip 127.0.0.1...LoLz dld
Hello.
This code works well. It removes buff with double click, but If you preffer remove buff with ALT + mouse click, place this code in AbnormalStatusWnd.uc
function OnLButtonDown(WindowHandle a_WindowHandle, int X, int Y)
{
local Rect windowBounds;
local int targetRow;
local int targetCol;
local StatusIconInfo info;
local SkillInfo skillInfo;
if (IsKeyDown(IK_alt) == false)
return;
// Find window position
windowBounds = Me.GetRect();
// Process clicks outside of window frame only
if (X > (windowBounds.nX + NSTATUSICON_FRAMESIZE))
{
// Calc row and col of targeted icon
targetRow = (Y - windowBounds.nY) / NSTATUSICON_SIZE;
targetCol = (X - windowBounds.nX - NSTATUSICON_FRAMESIZE) / NSTATUSICON_SIZE;
// Store status info of targeted icon
StatusIcon.GetItem(targetRow, targetCol, info);
// Store actual skill info and make sure it is exists
if (GetSkillInfo(info.ClassID, info.Level, skillInfo))
{
// Request server to stop skill effect
// Usage: _dispel:<int:skill_id>,<int :skill_level>
// Example: _dispel:313,8
RequestBypassToServer ( "_dispel:" $ string ( skillInfo. SkillID ) $ "," $ string ( skillInfo. SkillLevel ) ) ) ;
}
}
}
Question
GreekFlavour
KaliSpera/mera/nixta sas thelo help ama borite na voithisete exo afto to pack http://www.4shared.com/file/_qfhDHNr/Freyal2jserveratualizaodata_pa.htm to pack ine freya..
kai ine me ipconfig.xmlm opos ki an legete ayto kai vazo kanonika to ip mou se ayto me keno xoris keno dokimasa ta panta kai otan pao na bo den me vazi leoo tha ine ta port ala ta testaro se ena poli empisto programataki pou xrisimopio myhnes kai m lei ta port ine poli kala kai den me vgazi error sto login server (Cmd) oute sto game server (Cmd) opios bori na m lisi to problima eyxaristo parapoli..thanks btw opios apantise kati..
kai to parakseno ine oti boro na bo mono me to ip 127.0.0.1...LoLz dld
5 answers to this question
Recommended Posts