-
Posts
566 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by aris96
-
i try to add multifuctionzone code:http://pastebin.com/fm7ij8WE and i get this error:http://postimg.org/image/y8ecubbrj/
-
Finally a server that worth to play!
-
Server starts normally and when i try to log in i cant : http://postimg.org/image/z7psuuo25/ properties : # ================================================================ # Gameserver setting # ================================================================ # 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 # If this ip is resolvable by Login just leave * 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. # If this ip is resolvable by Login just leave * InternalHostname = 127.0.0.1 # The Loginserver host and port. LoginPort = 9014 LoginHost = 127.0.0.1 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True #============================================================= # Loginserver #============================================================= # 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 # Bind ip of the LoginServer, use * to bind on all available IPs LoginserverHostname = * LoginserverPort = 2106 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan = 10 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan = 600 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname = * # The port on which login will listen for GameServers LoginPort = 9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = False # If false, the licence (after the login) will not be shown # It is highly recomended for Account Security to leave this option as default (True) ShowLicence = True
-
summary of server
-
i set jdk and now i got this error: http://postimg.org/image/vv4y0l9zl/ i used this solution: First install java jdk kit 7 on your pc then open eclipse Go to Window / preferences / Ant /Runtime / Select Ant Home Entries (default) and click add external jars... / navicate to jdk1.7.0_13 folder then Lib and select tools.jar and open then just click ok and then compile again and still the same error pops up
-
on installed jres?
-
BUILD FAILED C:\work\L2jFrozen_GameServer\build.xml:65: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "C:\Program Files\Java\jre7" i already set java_home and path: http://postimg.org/image/3tq5j6bcf/ http://postimg.org/image/67nhhgtbf/ http://postimg.org/image/4prnec6b9/ what am i doing wrong?
-
L2 Andrenaline Cracked Download Link Pls Ty
aris96 replied to tordek12's topic in General Discussion [English]
it says key is outdated -
a normal custom pvp server
-
nice work
-
great features!you implement oldschool with some new things that will attract people for sure
-
pm Tachi
-
εισαι φοβερος αχχαχαχαχααχ
-
καλα τα πηγεσ χαχαχχαχαχαχαχαχαχα
-
server is online?
-
Armor Set +30: 10 Euro Jewel Set +30: 15 Euro Weapon +30: 5 Euro Tattoo +30: 2 Euro Full items +30: 25 Euro Hero 1 month: 10 Euro Hero Forever: 20 Euro Change name: 2 Euro Change main class: 5 Euro Passive Augment: 4 Euro Active Augment: 6 Euro Wyvern: 5 Euro funny
-
http://postimg.org/image/bpc5eb6u7/
-
http://www.maxcheaters.com/topic/172697-tvt-event/ how can i add different colour name to each team or aura?
-
you have to advertise much more!also add server in hopzone/topzone before opening
-
http://postimg.org/image/qgfdynyzz/ http://postimg.org/image/4km985o13/ ναι αυτο θελω.εκανα αυτο που μ ειπες και βγαζει αυτα τα error: http://postimg.org/image/832acgn5r/ http://postimg.org/image/n7vbgw27r/
-
http://postimg.org/image/48i1wi951/ http://postimg.org/image/asotylmej/ http://postimg.org/image/d39y15d8p/ αυτα εχω τωρα ... ### Eclipse Workspace Patch 1.0 #P Dream_GameServer Index: src/com/dream/Config.java =================================================================== --- src/com/dream/Config.java (revision 1783) +++ src/com/dream/Config.java (working copy) @@ -91,6 +91,14 @@ public static boolean GRIDS_ALWAYS_ON; public static String PROTECTED_ITEMS; public static FastList<Integer> LIST_PROTECTED_ITEMS = new FastList<>(); + public static boolean ALLOW_REWARD_FAIL_ENCHANT; + public static int REWARD_FAIL_ENCHANT; + public static int REWARD_FAIL_ENCHANT_COUNT; public static Pattern CNAME_PATTERN; public static Pattern PET_NAME_PATTERN; public static Pattern CLAN_ALLY_NAME_PATTERN; @@ -217,6 +225,25 @@ LIST_PROTECTED_ITEMS.add(Integer.parseInt(id.trim())); } + ALLOW_REWARD_FAIL_ENCHANT = Boolean.parseBoolean(altSettings.getProperty("AllowRewardFailEnchant", "False")); + REWARD_FAIL_ENCHANT = Integer.parseInt(altSettings.getProperty("RewardFailEnchantitemId", "57")); + REWARD_FAIL_ENCHANT_COUNT = Integer.parseInt(altSettings.getProperty("RewardFailEnchantCount", "2")); DESTROY_DROPPED_PLAYER_ITEM = Boolean.parseBoolean(altSettings.getProperty("DestroyPlayerDroppedItem", "false")); DESTROY_EQUIPABLE_PLAYER_ITEM = Boolean.parseBoolean(altSettings.getProperty("DestroyEquipableItem", "false")); SAVE_DROPPED_ITEM = Boolean.parseBoolean(altSettings.getProperty("SaveDroppedItem", "false")); Index: src/com/dream/game/network/clientpackets/RequestEnchantItem.java =================================================================== --- src/com/dream/game/network/clientpackets/RequestEnchantItem.java (revision 1754) +++ src/com/dream/game/network/clientpackets/RequestEnchantItem.java (working copy) @@ -620,6 +620,18 @@ activeChar.sendPacket(new ExPutEnchantTargetItemResult(2, 0, 0)); return; } + + if (Config.ALLOW_REWARD_FAIL_ENCHANT) + { + L2ItemInstance reward = activeChar.getInventory().addItem("Enchant", Config.REWARD_FAIL_ENCHANT, Config.REWARD_FAIL_ENCHANT_COUNT, activeChar, null); + sm = new SystemMessage(SystemMessageId.EARNED_S2_S1_S); + sm.addItemName(reward); + sm.addNumber(Config.REWARD_FAIL_ENCHANT_COUNT); + activeChar.sendPacket(sm); + activeChar.getInventory().updateInventory(reward); + activeChar.sendPacket(new ExPutEnchantTargetItemResult(1, Config.REWARD_FAIL_ENCHANT, Config.REWARD_FAIL_ENCHANT_COUNT)); + } + if (item.getEnchantLevel() > 0) { sm = new SystemMessage(SystemMessageId.ENCHANTMENT_FAILED_S1_S2_EVAPORATED); # Allow Reward Fail Enchant Default = False AllowRewardFailEnchant = False # Item ID for reward Fail enchant RewardFailEnchantitemId = 57 #Count of reward Fail Enchant RewardFailEnchantCount = 2
-
http://postimg.org/image/4jbhba7bl/ http://postimg.org/image/asotylmej/ http://postimg.org/image/9a5fh4t2f/ http://postimg.org/image/d39y15d8p/