Jump to content
  • 0

[HelP]Need some help!


dem0x`

Question

i need some help with my server.

1.)In what folder i must give the custom items,skills and NPCs?

2.)And how i can know the custom NPC like[Custom NPCBuffer]ID?

3.)Plz advice:What server pack is for you the best??

Please help me.......Thx Very MucH

 

Link to comment
Share on other sites

Recommended Posts

  • 0

as i can see from your screens of the console there is a problem of loading the java templates..try update your java console on your pc or download the full new release from www.java.com

Link to comment
Share on other sites

  • 0

server.properties

# ================================================================================================= #

# -----------------
# Connection Config
# -----------------
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 0.0.0.0
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 = 127.0.0.1

# This is transmitted to the client from the same network,
# so it has to be a local IP or resolvable hostname
InternalHostname = 127.0.0.1

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 =

# --------------
# Port Forwading
# --------------
# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1

# ------------------------
# Section: Network Options
# ------------------------
# Network traffic optimization: minimum time between sending char's hp/mp status update packet.
NetworkTrafficOptimization = false
NetworkTrafficOptimizationMs = 1100

# how character will be logged out on //kick command
# Options: 1 - closeclient - closes client: WARNING: this method sometimes crash client :P
#          2 - relogin - send client to relogin screen
KickType = relogin

# ----------------
# Section: Packets 
# ----------------
#Packet LifeTime in milliseconds, 0 - disabled feature
PacketLifeTime = 0

# Packet ExecutionTime in milliseconds, 0 - disabled feature 
PacketExecutionTime = 0

# -------------------------
# Section: Flood Protection
# -------------------------
# if enabled players which send more then PACKETLIMIT packets in PACKETTIMELIMIT ms will get kicked
# warning not tested made a quickhack for squeezed :)
FloodProtection = false
PacketLimit = 500
PacketTimeLimit = 1100

 

loginserver.properties

# =================================================================================================== #

# ===========
# Connection
# ===========

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostName = 127.0.0.1
LoginServerPort = 2106

# The port, ip on which login will listen for GameServers
LoginPort = 9014
LoginHostName = 127.0.0.1

# The delay between IP Update Time.
# set this delay in minutes after which the login updates the gameservers IP's 
# (usefull when ip is dynamic)
# (0 = disabled) in Minutes
IpUpdateTime = 10

Link to comment
Share on other sites

  • 0

# =================================================================================================== #

# ===========
# Connection
# ===========

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostName = 0.0.0.0
LoginServerPort = 2106

# The port, ip on which login will listen for GameServers
LoginPort = 9014
LoginHostName = 127.0.0.1

# The delay between IP Update Time.
# set this delay in minutes after which the login updates the gameservers IP's 
# (usefull when ip is dynamic)
# (0 = disabled) in Minutes
IpUpdateTime = 10

try this

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock