Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[PRE-SHUFFLE] IDK Java Emulator [SCRATCH]

Still alive.
Member
Joined
Apr 13, 2013
Messages
1,145
Reaction score
886
Holy! Thanks my german friend!

Greetz,
 
Junior Spellweaver
Joined
May 14, 2011
Messages
174
Reaction score
325
Also, the code is pretty illogical. In your methods you use fields and those fields are declared later. I know it's possible since it's OOP, but still it's not logical. That makes the reader thinks you write a method before you write all the fields. It's more logical if you had moved those fields to the begin of the class (which also looks much better).

I declared the fields later 'cause plugin developer should see the methods and getters they can use immediately when they open the file and so they don't have to scroll always to the bottom of the code.

I don't know if I'm going to complete the server, I am still undecided. Let's say.. it's a Developer Preview :p

Cheers,
Steve Winfield
 
Initiate Mage
Joined
Oct 17, 2014
Messages
12
Reaction score
0
Working, thanks. Just updated my cms to this database structure.

Screen:
 
Last edited:
Initiate Mage
Joined
Oct 17, 2014
Messages
12
Reaction score
0
What are the commands?


ONLINE hotel: (running on Centos, 512MB ram):
 
Junior Spellweaver
Joined
May 14, 2011
Messages
174
Reaction score
325
What are the commands?

Server-implemented commands:
:info
:pickall
:refresh_catalog
:refresh_furniture
:refresh_room

Dedicated Server commands:
kickAll
refreshCatalog
refreshFurniture
stop (ALWAYS USE THIS COMMAND FOR STOPPING THE SERVER)
refreshLocalPlugins

DeveloperPlugin.js commands:
:coords
:effect (effectID)
:chat (userName) (text) - Chat as another user.
:carry (carryID)

-- Permission for command x: "command_x"

Cheers,
Steve Winfield
 
Junior Spellweaver
Joined
May 14, 2011
Messages
174
Reaction score
325
Why don't you release the new crypto emulator?

Because I don't have a new crypto version of IDK lol? Started it a time ago but it doesn't have a lot of features.. Well, I deleted it either way.
 
Banned
Banned
Joined
Feb 9, 2007
Messages
1,313
Reaction score
177
This is a really good release you've made here, the emulator really looks good. Thank you!, I'm certainly going to try this one out!
 
Banned
Banned
Joined
Jun 28, 2014
Messages
45
Reaction score
14
This is really brilliant I've been waiting long for this thanks man.
 
Experienced Elementalist
Joined
Aug 7, 2011
Messages
257
Reaction score
37
It still looks nice as f*ck.
 
Back
Top