Kalispera exo 1 server l2j c6 ton exo stisi ola ok alla den mporw na anixw ta ports.mou exoune pei merika atoma alla xriazome bohthia giati den gnorizw ti rithmiseis prepi na kanw.mporo na boithisw se kati esas pou thelete tora na me help ti exo ftiaxi mexri tora.
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
kokopikou
Kalispera exo 1 server l2j c6 ton exo stisi ola ok alla den mporw na anixw ta ports.mou exoune pei merika atoma alla xriazome bohthia giati den gnorizw ti rithmiseis prepi na kanw.mporo na boithisw se kati esas pou thelete tora na me help ti exo ftiaxi mexri tora.
lipon:
1)to modem mou einai connex SAGEM 2404 fast
gia tis rithmiseis mpika se afto edo to site : http://portforward.com/ kai meta katelixa sths rothmiseis tou ruter mou pou einai afti edo : http://portforward.com/english/routers/port_forwarding/Sagem/Fast-2404/Lineage_II.htm
ekei exo ftiaxi kati rithmiseis tis opies sas ths dixno me mia foto look :
1 53 53 TCP/UDP 53 53 192.168.1.4
1 80 80 TCP/UDP 80 80 192.168.1.4
1 2106 2106 TCP/UDP 2106 2106 192.168.1.4
1 2009 2009 TCP/UDP 2009 2009 192.168.1.4
1 7777 7777 TCP/UDP 7777 7777 192.168.1.4
Meta piga na tsekaro ta port me to programa to 2106 kai to 7777 kai mou elege (port is open)
sto tcp mou ta dixni open otan omos ta chekaro se udp mou leei oti den einai on
2)exo ftiaxi no ip kai litourgi dite kai tis rithmiseis pou exo kani ston server mou. look :
Server\gameserver\config
# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2jfree.com
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ===================================================================================================
# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=*
GameserverPort=7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=l2zombie.no-ip.biz
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=l2zombie.no-ip.biz
# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)
InternalNetworks=
# Define optional networks and router IPs
# IP (200.100.200.100) or fully qualified domain name
# (google.com) that resolves to an IP (use ping to determine if a domain resolves).
# Format: ip,net/mask;ip,net/mask,net/mask
# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)
# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server
OptionalNetworks=
# Bind ip of the loginserver, use * to bind on all available IPs
LoginserverHostname=*
LoginserverPort=2106
LoginTryBeforeBan=20
# The Loginserver host and port
LoginPort=9014
LoginHost=192.168.1.4
3)sto l2 ini exo kani kai tin sosti rithmisi me tin ip dite kai afto :
Protocol=unreal
ProtocolDescription=Unreal Protocol
Name=Player
Map=Index.unr
LocalMap=Entry.unr
Host=
Portal=
MapExt=unr
EXEName=l2.exe
SaveExt=usa
Port=7777
Class=LineageWarrior.MFighter
ServerAddr=l2zombie.no-ip.biz
IsL2NetLogin=True
IsL2Console=True
IsL2Seamless=True
IsL2Projector=True
ISL2Mark=2
ForceAspectRatio=False
AspectRatio=1.334
IsDefaultShaodw=False
IsUnderWaterEffect=False
IsUseCommand=True
Kai den mpeni an prepi balte ikones mesa re pedia ama xeri kapios na me hellp to ti prepi na kanw sosta giati exo apelpisti.molis bazo external=127.0.01 kai sto ini mpeni molis bazo tin dikia mou ip giati den logari kan.pliz hellp balte ikones na ta kanw bima pros bima ama xeri kapios to tonizw .euxaristw
7 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.