PS o server einai custom... alla den einai gtp ... thelw na sas pw epidi blepete etsi ton gm den paei na pei oti to bow tha exei p.atk 5555555kkkk kai to sword px tha exei 5k... einai psilo balanced... na.. px ston daggera epidi epeute apo archer kai sph(mage) tou eftiaksa ligaki to bluff na pianei pou kai pou kai to shadow step me ligotero reuse... kapws etsi...
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
pipiou21
1. mporw na diafimisw sta Private Server enan server pou den exei anoiksei akoma?
o server mou skopuei na anoiksei se 1 mhna... ginete na balw ekei ta features... kai merika screen shot...? alla o server tha einai down...
2. Psaxnw developers... pou na douleuoun free... mono kai mono gia thn parea :)
hmmm auta nwmizw.... o server tha einai pvp server... custom.. alla oxi custom stats... dld ta mona custom apo client side tha einai
augment glows sta vesper kai merika systemmessages....
stats tha einai l2j like.... kai merika piragmata sta reuse twn skills gia balance.
Gia perisoteres plirofories gia gm/dev... ean endiaferete kapoios... as me pm... na loggarei ston server proxeira me to system na checkarei ;)
Mia photo etsi pliroforiaka --->
http://www.4shared.com/photo/JaWu5hC5/Shot00018.html
PS o server einai custom... alla den einai gtp ... thelw na sas pw epidi blepete etsi ton gm den paei na pei oti to bow tha exei p.atk 5555555kkkk kai to sword px tha exei 5k... einai psilo balanced... na.. px ston daggera epidi epeute apo archer kai sph(mage) tou eftiaksa ligaki to bluff na pianei pou kai pou kai to shadow step me ligotero reuse... kapws etsi...
8 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.