Jump to content

[Share]Grand Bosses Commands


Goree

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...