Geia paides...loipon opws katalavate exw problem me ta ports...Exw (ROUTER)Thomson TG585 V7..etairia internet forthnet...(PROKITAI GEIA PORTS GEIA TO L2)...poloi fili mou mou lene oti einai provlimatiko sto na anoigei ports...kai mou lene na to peta3w...ana isxei pite t m h ama 3erete kanenan kalo router pou na anoigei ports epeiseis peite t m...loipon exw kanei hperprospathia me afto to router na anoi3w ports alla kai pali tpt:@@@..kai min arxisete na mou lete mpes http://portforward.com exw mpei xilies fores kai sas lew ta exw dokimasei ta pada...Tha sas valw kai foto na sas diefkolinw paidia alla pliz hlikrina xriazomai help eleoc poia toulaxiston na mou pei kapios ectw afto to router dn kanei yia na min prospathw tzampa...Sry an ta vlepetai katevata alla ws edw dn mporw allo thelw help...aaa kai kati allo teleftew paides...loipon anoigw kanonika ta ports...exw katevasi ena program apo to http://portforward.com/ idiko yia ports dld yia na vlepei ana einai open kai otan vazw tis ports ekei mou leei Your port is OPEN on this computer..tecpa...omws meta paw sto site http://www.canyouseeme.org/ yia na dw an einai online h ports alla tpt ekei leei oti h ports einai offline...aaa kai to firewall apo to router einai stin epeiloyi Disabled..loipon tr erxontai h foto na deite kai kalhtera...(1ti foto...)
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
konos003
Geia paides...loipon opws katalavate exw problem me ta ports...Exw (ROUTER)Thomson TG585 V7..etairia internet forthnet...(PROKITAI GEIA PORTS GEIA TO L2)...poloi fili mou mou lene oti einai provlimatiko sto na anoigei ports...kai mou lene na to peta3w...ana isxei pite t m h ama 3erete kanenan kalo router pou na anoigei ports epeiseis peite t m...loipon exw kanei hperprospathia me afto to router na anoi3w ports alla kai pali tpt:@@@..kai min arxisete na mou lete mpes http://portforward.com exw mpei xilies fores kai sas lew ta exw dokimasei ta pada...Tha sas valw kai foto na sas diefkolinw paidia alla pliz hlikrina xriazomai help eleoc poia toulaxiston na mou pei kapios ectw afto to router dn kanei yia na min prospathw tzampa...Sry an ta vlepetai katevata alla ws edw dn mporw allo thelw help...aaa kai kati allo teleftew paides...loipon anoigw kanonika ta ports...exw katevasi ena program apo to http://portforward.com/ idiko yia ports dld yia na vlepei ana einai open kai otan vazw tis ports ekei mou leei Your port is OPEN on this computer..tecpa...omws meta paw sto site http://www.canyouseeme.org/ yia na dw an einai online h ports alla tpt ekei leei oti h ports einai offline...aaa kai to firewall apo to router einai stin epeiloyi Disabled..loipon tr erxontai h foto na deite kai kalhtera...(1ti foto...)
Uploaded with ImageShack.us (2teri foto)
Uploaded with ImageShack.us (3ti foto)
Uploaded with ImageShack.us (4tarti foto)
Uploaded with ImageShack.us (5pti foto)
Uploaded with ImageShack.us (6kti foto)
(7mi foto)
Uploaded with ImageShack.us (8i foto)
Uploaded with ImageShack.us (10i kai teleftea foto...)
Uploaded with ImageShack.us (9i foto)
(10i kai teleftea foto...)
Uploaded with ImageShack.us
33 answers to this question
Recommended Posts