Okay so, My commands aren't written normally. As in..
All of them are written in; for example
And I can't figure out how to get an @go command working, All the "Player." java commands are out,Code:case hardcore: if (ServerConstants.ENABLE_HARDCORE_MODE) { chr.enterHardcore(); chr.dropMessage("You will now receive 2X experience and mesos, but death means the end of your journey."); } else { chr.dropMessage("Hardcore Mode is disabled by the server. Sorry!"); } break;
Such as, player.dropmessage,
It would be set to chr.dropmessage,
So Is there anyone who would be willing to help me set up an @go command?
-UPDATE- Like 4 minuites later,
I got it working, Pretty easy actually. Just didn't know how to convert, It's written like php coding. :c



Reply With Quote


