Gnorizw kala pws exei ginei anafora arketes fores to problima me ta connx ports.Parolo omws pou exw akolou8isei kata gramma ola ta guides kai tou maxcheaters alla kai tou www.portforward.com den mporw na vgalw kamia akri me ta ports mou gia to L2J. Etsi loipon,prin katali3w sto oti to modem/router m exei provlima,8elw na sas pw to ti exw kanei gia tn energopoihsei twn ports m.
BHMATA:
1. Exontas mpei kanonika stis ru8miseis tou router m(Montelo Baudtec TW263R4-A0),klikarw sto Advanced Setup.
2. Apenergopoiw SPI kai Firewall (Prwtitera exw episkeu8ei to site tis my.otenet.gr kai exw apenergopoihsei kai apo kei to firewall gia "kakovoules epi8eseis")
3. Ystera, klikarw sto NAT kai Virtual Server kai arxizw na vazw ta ports m. (To PC m xrisimopoiei tn IP 192.168.1.6 sto router m,opote autin vazw san Local Ip Address)
4. Ta ports pou xrisimopoiw einai ola gia TCP kai UDP Protocol kai einai ta e3hs: 53, 80, 2000, 2003, 2006, 2106, 7777 kai 9014. Apenergopoiw to antivirus p xrisimopoiw!
Oriste mia eikona gia na vgalete kalutera sumperasmata:
5. Afou apenergopoihsw kai 3ananapsw to router mou gia na efarmostoun oi ru8miseis m, 3ekinw gameserver kai loginserver, prospa8w na mpw apo to pc m sto server m kai dn mporw (poso mallon alla atoma) exw dokimasei sta hosts na valw kai 127.0.0.1 kai tin ip p exw ekeini tn stigmei.. Sugkekrimena, vazw user kai pass, fortonei, m deixnei [bartz] kai otan 8elw na mpw stn server,ekei teliwnoun ola.kollaei.Malisa,allote m deixnei 9999 ping alla wstoso einai light o server,alles fores 0 ping alla to apotelesma to idio.
3erw oti sas exw kourasei me to polu mpla mpla mou,alla apo filous pou exoun to idio provlima dn mporoun na vroun lusi me tipota.
Alles prospa8eies gia tin lusi tou provlimatos:
1. Pera apo to na valw ta ports m sto router m,exw dokimasei na valw ta ports m kai stis e3aireseis tou teixou prostasias twn windows,mipws einai ekeino pou ftaei.Omws pali ta idia apotelesmata.
2. To antivirus m dn upostirizei kati paromoio me tis e3aireseis twn windows.Alla akoma kai na to ekane,to exw panta apenergopoihmeno afou dn mporw na mpw sto L2.
Loipon, nomizw oti eimoun arketa safhs gia to provlima. An exete pi8anes luseis gia to provlima,apla postarete.Min 3exnate oti dn 8a voh8hsete mono emena,alla kai alla atoma me to idio provlima.
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
MaGnuS
Agapitoi Maxcheaters,
Gnorizw kala pws exei ginei anafora arketes fores to problima me ta connx ports.Parolo omws pou exw akolou8isei kata gramma ola ta guides kai tou maxcheaters alla kai tou www.portforward.com den mporw na vgalw kamia akri me ta ports mou gia to L2J. Etsi loipon,prin katali3w sto oti to modem/router m exei provlima,8elw na sas pw to ti exw kanei gia tn energopoihsei twn ports m.
BHMATA:
1. Exontas mpei kanonika stis ru8miseis tou router m(Montelo Baudtec TW263R4-A0),klikarw sto Advanced Setup.
2. Apenergopoiw SPI kai Firewall (Prwtitera exw episkeu8ei to site tis my.otenet.gr kai exw apenergopoihsei kai apo kei to firewall gia "kakovoules epi8eseis")
3. Ystera, klikarw sto NAT kai Virtual Server kai arxizw na vazw ta ports m. (To PC m xrisimopoiei tn IP 192.168.1.6 sto router m,opote autin vazw san Local Ip Address)
4. Ta ports pou xrisimopoiw einai ola gia TCP kai UDP Protocol kai einai ta e3hs: 53, 80, 2000, 2003, 2006, 2106, 7777 kai 9014. Apenergopoiw to antivirus p xrisimopoiw!
Oriste mia eikona gia na vgalete kalutera sumperasmata:
5. Afou apenergopoihsw kai 3ananapsw to router mou gia na efarmostoun oi ru8miseis m, 3ekinw gameserver kai loginserver, prospa8w na mpw apo to pc m sto server m kai dn mporw (poso mallon alla atoma) exw dokimasei sta hosts na valw kai 127.0.0.1 kai tin ip p exw ekeini tn stigmei.. Sugkekrimena, vazw user kai pass, fortonei, m deixnei [bartz] kai otan 8elw na mpw stn server,ekei teliwnoun ola.kollaei.Malisa,allote m deixnei 9999 ping alla wstoso einai light o server,alles fores 0 ping alla to apotelesma to idio.
3erw oti sas exw kourasei me to polu mpla mpla mou,alla apo filous pou exoun to idio provlima dn mporoun na vroun lusi me tipota.
Alles prospa8eies gia tin lusi tou provlimatos:
1. Pera apo to na valw ta ports m sto router m,exw dokimasei na valw ta ports m kai stis e3aireseis tou teixou prostasias twn windows,mipws einai ekeino pou ftaei.Omws pali ta idia apotelesmata.
2. To antivirus m dn upostirizei kati paromoio me tis e3aireseis twn windows.Alla akoma kai na to ekane,to exw panta apenergopoihmeno afou dn mporw na mpw sto L2.
Loipon, nomizw oti eimoun arketa safhs gia to provlima. An exete pi8anes luseis gia to provlima,apla postarete.Min 3exnate oti dn 8a voh8hsete mono emena,alla kai alla atoma me to idio provlima.
Euxaristw polu gia ton xrono sas!
14 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.