ChangesetsRevision 4433: Previous version was committed somehow.
Revision 4432: Olympiad system update. Announcer moved to the separated class, cache ...Revision 4431: Connector/J 5.1.14Revision 4430: Forget field "critical" during npc reload.
Revision 4429: Recent Datapack ChangesetsRevision 7683: SQL: Updating '''admin_command_access_rights.sql'''.Revision 7682: minor fix for new MySQLRevision 7681: request from DS - unix to dos.Revision 7680: XML: Fix for Ticket #4642Revision 7679: missing htm, thx CharusPolls
k otan patas se kapoia apo afta s vgazi ta files pou exi mesa ala otan pataw se kapoio file m lei na log in plzzz help me exw anagi gia tn server mou!
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
DaRkPoW3R
loipon exw ena pack tis l2j k 9elw na bo st site g na paro kapoia new updates!
ala pos ta perno apo to site dn me afini na kanw kati download i kati tetio k episis dn vrisko to register gia na kanw acc!:S
wriste to site g osus dn 3eroun ---> http://www.l2jserver.com/
k an prose3ete sta plagia lei afta edw:
Recent Server
ChangesetsRevision 4433: Previous version was committed somehow.
Revision 4432: Olympiad system update. Announcer moved to the separated class, cache ...Revision 4431: Connector/J 5.1.14Revision 4430: Forget field "critical" during npc reload.
Revision 4429: Recent Datapack ChangesetsRevision 7683: SQL: Updating '''admin_command_access_rights.sql'''.Revision 7682: minor fix for new MySQLRevision 7681: request from DS - unix to dos.Revision 7680: XML: Fix for Ticket #4642Revision 7679: missing htm, thx CharusPolls
k otan patas se kapoia apo afta s vgazi ta files pou exi mesa ala otan pataw se kapoio file m lei na log in plzzz help me exw anagi gia tn server mou!
oriste edw k to site tou: http://www.l2sonicboom.tk/
1 answer 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.