-
Posts
76 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by dievas
-
http://www.mediafire.com/view/y6lgm0bbd3w6rd2/stdout.txt see here pls, when connecting to game gets disconnect.
-
i updated my java version on ubuntu using this http://tecadmin.net/install-oracle-java-8-jdk-8-ubuntu-via-ppa/and now server not work, lots of errors on stdouth.log please help. i can pay if need
-
Help Server Not Start, Please Help
dievas replied to dievas's question in Request Server Development Help [L2J]
yep i checked its java problem, any ideas how to install corectly? i isntalled using this tutorial http://tecadmin.net/install-oracle-java-8-jdk-8-ubuntu-via-ppa/ java -version show good 1.8 but i think its wrong because dont work -
Help Server Not Start, Please Help
dievas replied to dievas's question in Request Server Development Help [L2J]
i think its java on ubuntu problems, neothing work. any ideas? -
Help Server Not Start, Please Help
dievas replied to dievas's question in Request Server Development Help [L2J]
i am using latest h5 pack [26/02 18:31:53] GameServer: L2J Server Version: 6663 [26/02 18:31:53] GameServer: L2J Datapack Version: 10448 and it throws me lots of errors -
Help Server Not Start, Please Help
dievas posted a question in Request Server Development Help [L2J]
[26/02 18:10:51] Network Config: ipconfig.xml doesn't exists using automatic configuration... [26/02 18:10:52] Network Config: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1 [26/02 18:10:52] Network Config: Adding new subnet: 0.0.0.0/0 address: 109.235.71.180 [26/02 18:10:52] Loaded 6 Filter Words. [26/02 18:10:52] ------------------------------------------------=[ Database ] [26/02 18:10:52] GameServer: L2J Server Version: 6663 [26/02 18:10:52] GameServer: L2J Datapack Version: 10448 [26/02 18:10:52] Updated characters online status. [26/02 18:10:52] Cleaned 0 elements from database in 0 s [26/02 18:10:52] Cleaned 0 expired timestamps from database. [26/02 18:10:52] BitSetIDFactory: 102912 id's available. [26/02 18:10:52] -------------------------------------------------=[ Engines ] [26/02 18:10:53] Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1 [26/02 18:10:53] Script Engine: Oracle Nashorn 1.8.0_31 - Language: ECMAScript - Language Version: ECMA - 262 Edition 5.1 [26/02 18:10:53] Script Engine: java 1.8 - Language: java - Language Version: 1.8 [26/02 18:10:54] ---------------------------------------------------=[ World ] [26/02 18:10:54] GameTimeController: Started. [26/02 18:10:54] InstanceManager: Multiverse Instance created. [26/02 18:10:54] InstanceManager: Universe Instance created. [26/02 18:10:54] InstanceManager: Loaded 160 instance names. [26/02 18:10:54] L2World: (128 by 136) World Region Grid set up. [26/02 18:10:54] MapRegionManager: Loaded 57 map regions. [26/02 18:10:54] GlobalVariablesManager: Loaded 0 variables. [26/02 18:10:54] ----------------------------------------------------=[ Data ] [26/02 18:10:54] CategoryData: Loaded 124 Categories. [26/02 18:10:54] SecondaryAuthData: Loaded 328 forbidden passwords. [26/02 18:10:54] --------------------------------------------------=[ Skills ] ---------- 1. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/Harvesting.java (at line 67) final ItemHolder item = monster.takeHarvest(); ^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from ItemHolder[] to ItemHolder ---------- ---------- 2. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/Sow.java (at line 69) final L2Seed seed = target.getSeed(); ^^^^^^^ The method getSeed() is undefined for the type L2MonsterInstance ---------- ---------- 3. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/TriggerSkillByAvoid.java (at line 29) import com.l2jserver.gameserver.model.events.impl.character.OnCreatureAttackAvoid; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import com.l2jserver.gameserver.model.events.impl.character.OnCreatureAttackAvoid cannot be resolved ---------- 4. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/TriggerSkillByAvoid.java (at line 63) public void onAvoidEvent(OnCreatureAttackAvoid event) ^^^^^^^^^^^^^^^^^^^^^ OnCreatureAttackAvoid cannot be resolved to a type ---------- 5. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/TriggerSkillByAvoid.java (at line 103) info.getEffected().removeListenerIf(EventType.ON_CREATURE_ATTACK_AVOID, listener -> listener.getOwner() == this); ^^^^^^^^^^^^^^^^^^^^^^^^ ON_CREATURE_ATTACK_AVOID cannot be resolved or is not a field ---------- 6. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/TriggerSkillByAvoid.java (at line 109) info.getEffected().addListener(new ConsumerEventListener(info.getEffected(), EventType.ON_CREATURE_ATTACK_AVOID, (OnCreatureAttackAvoid event) -> onAvoidEvent(event), this)); ^^^^^^^^^^^^^^^^^^^^^^^^ ON_CREATURE_ATTACK_AVOID cannot be resolved or is not a field ---------- 7. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/TriggerSkillByAvoid.java (at line 109) info.getEffected().addListener(new ConsumerEventListener(info.getEffected(), EventType.ON_CREATURE_ATTACK_AVOID, (OnCreatureAttackAvoid event) -> onAvoidEvent(event), this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This lambda expression refers to the missing type OnCreatureAttackAvoid ---------- 8. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/TriggerSkillByAvoid.java (at line 109) info.getEffected().addListener(new ConsumerEventListener(info.getEffected(), EventType.ON_CREATURE_ATTACK_AVOID, (OnCreatureAttackAvoid event) -> onAvoidEvent(event), this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Consumer<OnCreatureAttackAvoid> cannot be resolved to a type ---------- 9. ERROR in /home/h5/game/data/scripts/handlers/effecthandlers/TriggerSkillByAvoid.java (at line 109) info.getEffected().addListener(new ConsumerEventListener(info.getEffected(), EventType.ON_CREATURE_ATTACK_AVOID, (OnCreatureAttackAvoid event) -> onAvoidEvent(event), this)); ^^^^^^^^^^^^^^^^^^^^^ OnCreatureAttackAvoid cannot be resolved to a type ---------- 9 problems (9 errors) Type safety: Unchecked cast from java.lang.Class<capture#2-of ?> to java.lang.Class<? extends com.l2jserver.gameserver.model.effects.AbstractEffect> Type mismatch: cannot convert from com.l2jserver.gameserver.model.holders.ItemHolder[] to com.l2jserver.gameserver.model.holders.ItemHolder The method getSeed() is undefined for the type com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance The import com.l2jserver.gameserver.model.events.impl.character.OnCreatureAttackAvoid cannot be resolved OnCreatureAttackAvoid cannot be resolved to a type ON_CREATURE_ATTACK_AVOID cannot be resolved or is not a field ON_CREATURE_ATTACK_AVOID cannot be resolved or is not a field OnCreatureAttackAvoid cannot be resolved to a type This lambda expression refers to the missing type OnCreatureAttackAvoid java.util.function.Consumer<OnCreatureAttackAvoid> cannot be resolved to a type Exception in thread "main" java.lang.Error: Problems while running EffectMansterHandler at com.l2jserver.gameserver.handler.EffectHandler.executeScript(EffectHandler.java:74) at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:227) at com.l2jserver.gameserver.GameServer.main(GameServer.java:496) Caused by: javax.script.ScriptException: compilation failed at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:248) at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:103) at com.l2jserver.script.java.JavaScriptEngine.compile(JavaScriptEngine.java:109) at com.l2jserver.gameserver.scripting.L2ScriptEngineManager.executeScript(L2ScriptEngineManager.java:377) at com.l2jserver.gameserver.scripting.L2ScriptEngineManager.executeScript(L2ScriptEngineManager.java:327) at com.l2jserver.gameserver.handler.EffectHandler.executeScript(EffectHandler.java:70) ... 2 more -
// chat.php echo "<div id='content'><h2>LOg CHAT</h2>"; $DATA_FILE = @file_get_contents('ftps://user:pass@servername.com/home/server/gameserver/log/chat.log'); //change to your server $nuskk = file($DATA_FILE); $nuskk = @file($DATA_FILE); $viso_tm = count($DATA_FILE); $convert = explode("\n", $DATA_FILE); //create array separate by new line $viso_tm = count($convert); //total msg echo"$viso_tm<br/>"; $puslapiu_skaicius = 50; // total pages if ($viso_tm == 0) { echo " <p align=\"center\"><small> Tema tuscia...<br/></small></p>"; } else { $page=$_GET['page']; if ($page == "") { $page = 1; } $next = $page + 1; $back = $page - 1; if ($page == 1) { $nuo = 0; $iki = $puslapiu_skaicius; } else { $nuo = $page * $puslapiu_skaicius - $puslapiu_skaicius; $iki = $page * $puslapiu_skaicius; } if ($viso_tm <= $page * $puslapiu_skaicius) { $iki = $viso_tm; } $masyvo_apvertimas = array_reverse($convert); for ($c = $nuo; $c < $iki; $c++) { /////// echo $masyvo_apvertimas[$c]."<br/>"; echo "<br/>"; } $viso_puslapiu = $viso_tm / $puslapiu_skaicius; $viso_puslapiai = 0; $starto_skaicius = 1; while ($viso_puslapiai < $viso_puslapiu) { if ($page == $starto_skaicius) { echo "[$starto_skaicius]"; } else { echo "<a href=\"index.php?id=chat&page=$starto_skaicius\">($starto_skaicius)</a>"; } $viso_puslapiai++; $starto_skaicius++; } } echo "<br/><br/></small> <a href=\"index.php?id=\">HOME</a></div>"; // all credits to dievas
-
$time=time() + 24*60*60; $active=@mysql_numrows(mysql_query("SELECT * FROM characters WHERE lastAccess<$time",$link)); dont work i dont know why, iwant to add how many player logged in in 24 hours show in my website please help
-
how to set 24 hour active player to my website?
-
Can someone write me few lines how to select from db that would show on my website players active within 24 hours i know it must contain column lastaccess i tryed myself but failed.
-
i need to adapt for freya please
-
RATES EXP: 1000x SP: 1000x Adena: 1000x PartyXP: 2x Spoil: 10x Drop: 1x Quest: 10x Hellbound: 10x TvT: 50md ENCHANT RATES Safe Enchant: 3 Max Enchant: 30 Enchant Rate: 66% Blessed Enchant Rate: 100% OTHER INFORMATION simple buffer. All buffs 3 hours. No customs. GM Shop free elegia and s84 weaps. Starting level 85 in giran. All skills are working. High balance. www.l2kill.com
-
Little changes News icon Reduced vote reward to 200 medal, online reward reduced 2x, increased tvt reward to 150gb, pvp reward is now 1 kc and 1 gb, siege reward is 50 gb come on waiting you all www.l2kill.com
-
BACk TO Life, more stuff and again News icon Dievas is back, Increased vote reward to 500 Medals, siege reward 50 kc, Tvt reward reduced to 100 gb, adena drop 1000x, for more TvT events, fixed bluff skill, same sex marriage allowed, fixed target bug and from now on, you wont need to enter antibot captcha after first kill, only after 250 kills box will appear. Also, with eastern, huge increase in donate section, wait for more updates comming soon, and visit in forum :) www.l2kill.com
-
After succesfull new year celebration in server, we now expect better new year 2012 in l2kill. video is on site also. :)
-
After negotiating in server about next months online increase, Admin also is thinking about opening new server, in January, when population grow up in x1000. But there is no serious desicion made, its just an idea, so more information will reach next month. www.l2kill.com
-
Bartz Christmas Celebrate We start celebrating Christmas from today. Added christmas event and Santa Claus. Happy Holidays! www.l2kill.com
-
==>looking for interlude pvp server<==
dievas replied to VerMiLLioN's topic in [Request] Private Servers
Bartz Christmas Celebrate We start celebrating Christmas from today. Added christmas event and Santa Claus. Happy Holidays! www.l2kill.com -
RATES EXP: 1000x SP: 1000x Adena: 2000x PartyXP: 2x ENCHANT RATES Safe Enchant: 3 Max Enchant: 20 Enchant Rate: 66% Blessed Enchant Rate: 100% OTHER INFORMATION Scheme and macro buffer. All buffs 5 hours. No donation for enchants. Max is 20. No customs. Except new cloaks: 7th anniversary, RB cloaks and tattoos. Max gear is vesper, but vorpal and elegia could also be obtained by doing siege. Masterwork system. PvP color system. Clan reputation system. PvP weapon & armor specialisation system. Very wide GM shop, with a lot of stuff inside. Easy Farm for adena and GoldBar exchange system. Custom Farm zones All skills are working. Full geodata + pathnode. High balance. www.l2kill.com
-
L2KILL 20x SERVER RATES RateXp = 20 RateSp = 20 RatePartyXp = 2 RatePartySp = 2 RateDropAdena = 30 RateDropItems = 15 RateDropSpoil = 20 Raid Boss Drop 3x Grand Boss Drop 1x Sealstone drop: 5x Fishing: 5x Manor: 5x ENCHANT RATES Safe Enchant +4. Max Enchant +16 Enchant Rate: 66% Blessed Enchant Rate: 75% QUEST RATES Quest Drop Rate 5x Quest reward rate: 1x S-80 Quest drop rate: x1 S-80 Quest reward rate: x1 Hellbound rate: 10x Profession without quest: 1st=1kk Adena, 2nd=3kk Adena 38 Buff slots, 28 Dance/Songs Slots Other Full Scheme Buffer GM Shop up to A-Grade Global GK Class Masters Events + Event Shop PvP Color System Full Geo + Pathnode Masterwork No customs, except new cloaks. All fully working quests Start date 12 November 2011, 19:00 gmt+3 gogo big start tommorow, waiting for all www.l2kill.com
-
fixed mana potions, added more stuff