Olympiad (IL)
Posted: Tue Dec 01, 2009 12:36 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: Latest IL
L2JDP Revision Number: Latest IL
Im using latest IL datapack and core files. Installed http://l2jserver.com/trac/changeset/1951 olympiad fix. Needed some changes,but i cant fix one error. When characer participated into oly and before he had teleported if he crashes , other one gets winned match and gets points. But when winner being teleported back in gameserver i got this error,and winner is teleported to some water (i think teleports to 0,0,0 cords)
maybe someone had same problem or know solutions?
» Find Revision
L2J Revision Number: Latest IL
L2JDP Revision Number: Latest IL
Im using latest IL datapack and core files. Installed http://l2jserver.com/trac/changeset/1951 olympiad fix. Needed some changes,but i cant fix one error. When characer participated into oly and before he had teleported if he crashes , other one gets winned match and gets points. But when winner being teleported back in gameserver i got this error,and winner is teleported to some water (i think teleports to 0,0,0 cords)
Code: Select all
Olympiad System: Game - 0: MrCX Vs asdasdsaOlympia Result: MrCX vs asdasdsa ... MrCX lost 5 points for crashOlympia Result: MrCX vs asdasdsa ... asdasdsa Win 5 pointsjava.lang.NullPointerException at net.sf.l2j.gameserver.model.L2Character.teleToLocation(L2Character.java:490) at net.sf.l2j.gameserver.Olympiad$L2OlympiadGame.portPlayersBack(Olympiad.java:2036) at net.sf.l2j.gameserver.Olympiad$OlympiadGameTask.checkStatus(Olympiad.java:171) at net.sf.l2j.gameserver.Olympiad$OlympiadGameTask.run(Olympiad.java:206) at java.lang.Thread.run(Unknown Source)