-
Posts
325 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by Diabaths
-
Event Engine Teleport Problem!
Diabaths replied to Diabaths's question in Request Server Development Help [L2J]
any help??? -
Problhma Me Teleport Boss
Diabaths replied to djagripnos's question in Request Server Development Help [Greek]
gia na kaneis teleport direct sto rb prepei prwta na pas sto config tou raidboss(an exeis frozen) kai na kaneis auto Allow Direct Teleport To Boss Rooms # If you put true the player can go on BOSS_ZONE without Quests # If you put false the player will teleported on near town # Default: False AllowDirectTeleportToBossRoom= True meta bazeis ta cords tou teleport sthn gk kai eisai gg -
hello there i use the acis last rev 313 and i have adapt this http://www.maxcheaters.com/files/file/26-event-engine/ but the engine many times have problem when need to teleport the players in event place and some other problems!!!! any idea about this errors??? Oct 16, 2013 10:43:20 PM net.sf.l2j.gameserver.network.L2GameClient$CleanupTask run WARNING: Error while cleanup client. java.lang.NullPointerException at net.sf.l2j.gameserver.event.Event.getTeam(Event.java:408) at net.sf.l2j.gameserver.event.Korean.onLogout(Korean.java:262) at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.deleteMe(L2PcInstance.java:9584) at net.sf.l2j.gameserver.network.L2GameClient$CleanupTask.run(L2GameClient.java:632) at net.sf.l2j.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:85) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) Oct 17, 2013 8:30:21 PM net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket run SEVERE: Client: [Account: mycrazychar4 - IP: 187.56.48.202] - Failed reading: [C] CharacterSelected ; null java.lang.NullPointerException at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.destroyItem(L2PcInstance.java:2832) at net.sf.l2j.gameserver.event.Zombie.onLogout(Zombie.java:141) at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.deleteMe(L2PcInstance.java:9591) at net.sf.l2j.gameserver.network.L2GameClient.loadCharFromDisk(L2GameClient.java:413) at net.sf.l2j.gameserver.network.clientpackets.CharacterSelected.runImpl(CharacterSelected.java:80) at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:64) at net.sf.l2j.gameserver.network.L2GameClient.run(L2GameClient.java:805) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724)
-
the original files of pride dont sell it dude!!!
-
lol this guy is the intheend!!!
-
i say the same think dude this guy is unskilled and scammer since they dont code what i want and they dont give my money back
-
yea dont code by you!!!! start the lies now go for it pro and because you are talk see your epic commit about javolution <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry excluding="**/.svn/*|.svn" kind="src" path="java"/> <classpathentry kind="src" path="config"/> <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry exported="true" kind="lib" path="lib/c3p0-0.9.2-pre1.jar"/> <classpathentry exported="true" kind="lib" path="lib/ecj-3.7.1.jar"/> <classpathentry exported="true" kind="lib" path="lib/java-engine-1.7.jar"/> <classpathentry exported="true" kind="lib" path="lib/mchange-commons-0.2.jar"/> <classpathentry exported="true" kind="lib" path="lib/mmocore.jar"/> <classpathentry exported="true" kind="lib" path="lib/mysql-connector-5.1.22.jar"/> <classpathentry exported="true" kind="lib" path="lib/trove-3.0.2.jar"/> <classpathentry kind="lib" path="C:/Users/Marwan/Desktop/javolution-5.5.1.jar"/> <classpathentry kind="output" path="bin"/> </classpath> only one pro like you can commit this....
-
that shows how many kills and deaths and this is one small piece off your pro work, i am w8 one admin to see the report i will send it all i want replay here anymore i will w8 the staff MARVAN THE JOKE DEVELOPER SERVICE + SCAMMER
-
Scammer 100% dont trust him and this guy is full unskilled take a look!!! i ask him one command for sieges retail like [18/9/2013 12:56:49 μμ] kostas_palantzas: siege retail command that shows how many kills and deaths look the commit of this skilled person??? /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package net.sf.l2j.gameserver.handler.voicedcommandhandlers; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.model.L2Clan; import net.sf.l2j.gameserver.model.L2World; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.entity.Castle; import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; public class Siege implements IVoicedCommandHandler { private static final String[] _voicedCommands = { "register","unregister" }; @Override public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if (command.equalsIgnoreCase("seige")){ showHTML(activeChar); } return true; } public void showHTML(L2PcInstance player){ StringBuilder sb = new StringBuilder(); L2Clan cl; Castle cs; sb.append("<html><title>Siege Info</title><body>"); for(L2PcInstance players : L2World.getInstance().getAllPlayers().values()){ cl = players.getClan(); sb.append("<center>"+ cl.getName() + " : " + players.getClan().getCastleId()); } sb.append("</center></body></html>"); NpcHtmlMessage nhm = new NpcHtmlMessage(player.getObjectId()); nhm.setHtml(sb.toString()); player.sendPacket(nhm); sb.append("</body><html>"); } @Override public String[] getVoicedCommandList() { return _voicedCommands; } } i have report the topic and i can prove it all
-
one more exchange complete :not bad:
-
Scammer 100% dont trust him and this guy is full unskilled
-
hello to all!!! i was try to make the olympiad to run 2 times/day but i cant handle it!! so i ask some help here about how to make it, the pack i am using is l2jfrozen last rev!!!
-
Looking for Interlude server max x150 with custom Armors
Diabaths replied to Kirus's topic in [Request] Private Servers
http://l2-precious.eu custom apella armors!!! -
trusted and very fast !!!! O0
-
what an idiot lol
-
NEW EVENT RUNNING !!! WEEKEND BOOST EVENT Read More Here
-
Geodata C6 Interlude V 1.4 Version 2013
Diabaths replied to Cronia's topic in Server Shares & Files [L2J]
+1 this geo really rocks -
my precious lame server run already one month w/o problems!!! also you free to tell what ever you want i am just ignore you
-
what ever you say dude :) i smell ban here :O i can tell and your name if you want and your skype also
-
'To Town' (After death) - Question (Random Spawnpoints)
Diabaths replied to Slayerduck's question in Request Server Development Help [L2J]
or just put spam location inside your zone!!! -
Up UP !!! Server run already more than one month, in game have bin many changes you can see it Here COME JOIN US!!!