BTW, Exei kai Status Checker, ara mporeite na deite apo edw pote einai on kai pote oxi.
To evala se .tk na einai ligo pio wraio, btw, einai hostarismeno se free, alla kanei douleia gia ligo kairo mexri na metaferthei se dedicated
Skeutika na grapsw edw ta features tou server alla den thelw na fanei diafimhsh... o server einai kai core kai dp side edited...
Pvp server ~x10k, custom farming zone, augment glow sta s84, klp klp klp klp
to farm einai ligaki diskolo, dld oi players exoun kati na kanoun, o server tha einai anoixtos ws test server(xima apo to spiti pc xD)
kai argotera tha anebei se dedicated... ta aparetita pou xriazontai uparxoun(opws xrhmata), to mono pou menei einai na ton kanw ligo test, gt opws katalabenete den thelw na pane gia petama ta xrimata pou tha dwsw gia to setup tou server kai ola ta sxetika... by the way, se liges wres tha balw kai system na loggarete.... apo customs uparxoun mono ta castle cloaks ta opia dinoun 650 cp(oxi kati idietero).... O server einai retail like sto pvp, apla merika edit opws delete ta bsoe, h ligotero reuse sto shadow step... klp..
Max Enchant +30 me auto-enchanter npc, 100% success rate alla ligo pio akribo apo ta sinithismena enchant...
opoios endiaferete as me kanei add sto msn 060795@windowslive.com i apla na milisei ligo edw na pei thn apopsh tou :)
Ean einai dunatwn, tha to ektimousa, na gnwrizete apo dev ligo, oxi apla cheaters, tespa :) oti nomizete!
O Server einai gracia epilogue Freya :P
Na ena screenshot :)
Oso anafwra to section pou ekana topic, thewrw pws kai palu zitaw bohthia apo devs... "[Request] Dev Help L2J Gr"
Paidia ekana spawn 1 baylor custom pou dinei polla polla coins, einai tou test server, mpite kai hf :))
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
Opws grafei kai to title, tha hthela na mpite ston server, na m peite ti einai kalo ti oxi klp klp
Eftiaksa kai ena site, wraio me vash thn gnwmh mou ^^
http://lineage2shadows.tk/
BTW, Exei kai Status Checker, ara mporeite na deite apo edw pote einai on kai pote oxi.
To evala se .tk na einai ligo pio wraio, btw, einai hostarismeno se free, alla kanei douleia gia ligo kairo mexri na metaferthei se dedicated
Skeutika na grapsw edw ta features tou server alla den thelw na fanei diafimhsh... o server einai kai core kai dp side edited...
Pvp server ~x10k, custom farming zone, augment glow sta s84, klp klp klp klp
to farm einai ligaki diskolo, dld oi players exoun kati na kanoun, o server tha einai anoixtos ws test server(xima apo to spiti pc xD)
kai argotera tha anebei se dedicated... ta aparetita pou xriazontai uparxoun(opws xrhmata), to mono pou menei einai na ton kanw ligo test, gt opws katalabenete den thelw na pane gia petama ta xrimata pou tha dwsw gia to setup tou server kai ola ta sxetika... by the way, se liges wres tha balw kai system na loggarete.... apo customs uparxoun mono ta castle cloaks ta opia dinoun 650 cp(oxi kati idietero).... O server einai retail like sto pvp, apla merika edit opws delete ta bsoe, h ligotero reuse sto shadow step... klp..
Max Enchant +30 me auto-enchanter npc, 100% success rate alla ligo pio akribo apo ta sinithismena enchant...
opoios endiaferete as me kanei add sto msn 060795@windowslive.com i apla na milisei ligo edw na pei thn apopsh tou :)
Ean einai dunatwn, tha to ektimousa, na gnwrizete apo dev ligo, oxi apla cheaters, tespa :) oti nomizete!
O Server einai gracia epilogue Freya :P
Na ena screenshot :)
Oso anafwra to section pou ekana topic, thewrw pws kai palu zitaw bohthia apo devs... "[Request] Dev Help L2J Gr"
Paidia ekana spawn 1 baylor custom pou dinei polla polla coins, einai tou test server, mpite kai hf :))
Mhn ksexasete na me add sto msn protou loggarete
27 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.