kai anebazei 3erw gw mono 200 p def perissotero apo thn dragonic kai h dragonic anevazei +100 attack speed +200 p attack pff dn kserw pragmatika dn boro allo na kanw topic varethika :(
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
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
l2evidence
paidia dn boro allo exw diavasei oti guide yparxei sto maxcheaters kai dn bainoun auta ta stats.... dn boro re paidia borei kapios na me voithisei?
na parte kai ta stats p exw valei sto server/gameserver/data/stats/skills
Dynasty Light
<list>
<skill id="9050" levels="1" name="Dynasty Light Set">
<!-- Done by Inferiun -->
<skill id="9050" levels="1" name="Dynasty Light Set">
<set name="power" val="0.0"/>
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<for>
<add order="0x40" stat="maxHp" val="435"/> <!-- hp
<add order="0x40" stat="rEvas" val="2"/> <!-- Evasion
<add val='125' order='0x10' stat='pDef'/> <!-- PDef
<add order="0x40" stat="accCombat" val="1.5"/> <!-- Accuren
<add order="0x40" stat="DEX" val="3"/> <!-- DEX
<add order="0x40" stat="CON" val="2"/> <!-- CON
</for>
</skill>
kai anebazei 3erw gw mono 200 p def perissotero apo thn dragonic kai h dragonic anevazei +100 attack speed +200 p attack pff dn kserw pragmatika dn boro allo na kanw topic varethika :(
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.