Goree Posted October 24, 2010 Posted October 24, 2010 Hello there, I just finished my 1st try on java!! :D Well they are some commands and their job is teleport you near the Grand Bosses (Antharas,Valakas etc..). I know it isn't very useful but I hope that someone here will use it! Well, Here it is: Click Me It is for IL. If you find something wrong report it please. FeedBack too! It works for me. Credits: Me P.S.1 Special Thanks to Rizel for fixing something! :D P.S.2 Please dont be angry with me it's my first try :P EDIT: I modified it a little Quote
Coyote™ Posted October 24, 2010 Posted October 24, 2010 Won't work properly. And even if it would, too many if if if if, and shitloads of configs.. Jeez.. Quote
Coyote™ Posted October 24, 2010 Posted October 24, 2010 Why? :/ I will give you an example of something that won't work as supposed to (there are more than 1 things, though). Even if you disable the "Teleportation to Core" command, the Teleport.java class will be registered at the MasterHandler, because another config will be enabled. And vice versa + the same for every command. I won't mention the fact that you've screwed up the registration parts, the checks and even more. Try to test your codes before sharing them. Quote
Kяaσh Posted October 24, 2010 Posted October 24, 2010 I will give you an example of something that won't work as supposed to (there are more than 1 things, though). Even if you disable the "Teleportation to Core" command, the Teleport.java class will be registered at the MasterHandler, because another config will be enabled. And vice versa + the same for every command. I won't mention the fact that you've screwed up the registration parts, the checks and even more. Try to test your codes before sharing them. Ιsn't only that , u can done the code more easier and dont use methods which you don't need them. Quote
Goree Posted October 24, 2010 Author Posted October 24, 2010 But guys it works for me I just tested it.. Quote
Kяaσh Posted October 24, 2010 Posted October 24, 2010 But guys it works for me I just tested it.. well it may works but we tell is not coded well. Quote
Coyote™ Posted October 24, 2010 Posted October 24, 2010 But guys it works for me I just tested it.. Try to set 1 config false, and another one true. Then try to use the command of the config that you set on 'false'. For example, set Orfen's command to "false", and then try to use Orfen's Command. Quote
Goree Posted October 24, 2010 Author Posted October 24, 2010 I had them to False at first and it didnt teleport me anywhere Quote
Kяaσh Posted October 24, 2010 Posted October 24, 2010 I had them to False at first and it didnt teleport me anywhere btw why do you make a new method instance of use the method teleToLocation Quote
Coyote™ Posted October 25, 2010 Posted October 25, 2010 I had them to False at first and it didnt teleport me anywhere Read what I wrote and do it -.- I didn't tell you to set them all at false. Quote
Goree Posted October 25, 2010 Author Posted October 25, 2010 Read what I wrote and do it -.- I didn't tell you to set them all at false. ok sorry I ll test it in some minutes Quote
MasterDisaster Posted October 25, 2010 Posted October 25, 2010 Thanks dude.Don't forget the version that's up-to-date! Quote
webdes27 Posted October 26, 2010 Posted October 26, 2010 Errors GameServer. Loading Server Scripts ---------- 1. ERROR in D:\FreyaServer\gameserver\data\scripts\handlers\voicedcommandhandler s\Teleport.java (at line 124) else if (!TvTEvent.onEscapeUse(activeChar.getName())) ^^^^^^^^^^^ The method onEscapeUse(int) in the type TvTEvent is not applicable for the argum ents (String) ---------- 2. ERROR in D:\FreyaServer\gameserver\data\scripts\handlers\voicedcommandhandler s\Teleport.java (at line 126) activeChar.sendPacket(new ActionFailed()); ^^^^^^^^^^^^^^^^^^ The constructor ActionFailed() is not visible ---------- 2 problems (2 errors)The method onEscapeUse(int) in the type com.l2jserver.games erver.model.entity.TvTEvent is not applicable for the arguments (java.lang.Strin g) The constructor com.l2jserver.gameserver.network.serverpackets.ActionFailed() is not visible Failed executing script: D:\FreyaServer\gameserver\data\scripts\handlers\MasterH andler.java. See MasterHandler.java.error.log for details. Last Freya L2JServer. Quote
Recommended Posts
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.