• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

Status
Not open for further replies.
Junior Spellweaver
Joined
Jun 6, 2010
Messages
106
Reaction score
11
Open the MySQL and then You'll see the column GM... Look for your character name and set that column to what ever level you want 1 or more would be GM
 
Newbie Spellweaver
Joined
Dec 30, 2011
Messages
62
Reaction score
50
This thread is the greatest representation of the MS private server community in a nutshell.

kudos to you kevintjuh
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
This thread is the greatest representation of the MS private server community in a nutshell.

kudos to you kevintjuh

Thanks I guess? Also, I can see what you said before editing it...

OT: I have two tests coming up this week, after that I will continue the development!
 
Newbie Spellweaver
Joined
Jan 31, 2015
Messages
22
Reaction score
0
I have setup myown server (just for me for now), and would like to disable the AutoBan function.
I've searched how to do it, but all the threads I found were based on older versions of the AutoBanManager...
None of these ones they showed how to edit look like the one in this release... =/
How would I do it with the one in this release?
 
Custom Title Activated
Loyal Member
Joined
Mar 14, 2010
Messages
5,363
Reaction score
1,343
I have setup myown server (just for me for now), and would like to disable the AutoBan function.
I've searched how to do it, but all the threads I found were based on older versions of the AutoBanManager...
None of these ones they showed how to edit look like the one in this release... =/
How would I do it with the one in this release?
Find where it does the banning and comment it out obviously
 
Newbie Spellweaver
Joined
Jan 31, 2015
Messages
22
Reaction score
0
Find where it does the banning and comment it out obviously

Solved the issue! It was Item Vac being detected.
I just put // infront of these 3 places in ItemPickupHandler.java

// AutobanFactory.SHORT_ITEM_VAC.autoban(chr, cpos.toString() + Distance);
// } else if (chr.getPosition().distanceSq(mapitem.getPosition()) > 90000.0) {
// AutobanFactory.ITEM_VAC.autoban(chr, cpos.toString() + Distance);

Out of all the hacks in Blitz's Cheat Table for V83 Rev 3.00
That's the only one AutoBan caught.
 
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Solved the issue! It was Item Vac being detected.
I just put // infront of these 3 places in ItemPickupHandler.java

// AutobanFactory.SHORT_ITEM_VAC.autoban(chr, cpos.toString() + Distance);
// } else if (chr.getPosition().distanceSq(mapitem.getPosition()) > 90000.0) {
// AutobanFactory.ITEM_VAC.autoban(chr, cpos.toString() + Distance);

Out of all the hacks in Blitz's Cheat Table for V83 Rev 3.00
That's the only one AutoBan caught.

Wait... so if I understand correctly... the autoban works, but you disabled it?

Thanks for the report though, I will patch all the hacks in that table somewhere in the future.
 
Newbie Spellweaver
Joined
Jan 31, 2015
Messages
22
Reaction score
0
I'm currently working on the fixes for the trainer now. I found that Attack Speed is also being detected. Fixing that now!

I was mistaken! It's actually FastMPHealing being detected lol

Fixed the FastMPHealing aswell!
 
Last edited:
Newbie Spellweaver
Joined
Jun 21, 2014
Messages
6
Reaction score
0
I get these errors when I start the server, also when I try to login it says cannot connect to server

MoopleDEV v83 starting up.


Loading Skills
Skills loaded in 1.089 seconds
Loading Items
Items loaded in 1.992 seconds
Starting world 0
java.lang.NullPointerException
at scripting.event.EventScriptManager.init(EventScriptManager.java:70)
at net.server.channel.Channel.<init>(Channel.java:96)
at net.server.Server.run(Server.java:186)
at net.server.Server.main(Server.java:223)
Finished loading world 0


Listening on port 8484




Server is now online.
 
Junior Spellweaver
Joined
Oct 6, 2009
Messages
196
Reaction score
10
I get these errors when I start the server, also when I try to login it says cannot connect to server

MoopleDEV v83 starting up.


Loading Skills
Skills loaded in 1.089 seconds
Loading Items
Items loaded in 1.992 seconds
Starting world 0
java.lang.NullPointerException
at scripting.event.EventScriptManager.init(EventScriptManager.java:70)
at net.server.channel.Channel.<init>(Channel.java:96)
at net.server.Server.run(Server.java:186)
at net.server.Server.main(Server.java:223)
Finished loading world 0


Listening on port 8484




Server is now online.

its probably something else that doesn't let you login, this error has nothing to do with that.
if you do want to fix this one, the EVENT line in your serverconstant has some incorrect events. also don't forget to
kevintjuh93 - [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jun 21, 2014
Messages
6
Reaction score
0
When I try to login it just kicks me and says cannot connect to login server
 
Junior Spellweaver
Joined
Oct 6, 2009
Messages
196
Reaction score
10
When I try to login it just kicks me and says cannot connect to login server

Like i said, it doesn't have anything to do with your error. Do what maedhros said. Make sure to use jce7 for java7 etc
 
Newbie Spellweaver
Joined
Jan 31, 2015
Messages
22
Reaction score
0
I had errors like that aswell.
I uninstalled all java 6/7/8
Used CCleaner/Glary Utilities to clean out any left overs.
(Dont know if thats nessessary, but I always do it anyways.)
Restarted my comp, and installed java 7 again.
Then placed the JCE files.
 
Status
Not open for further replies.
Back
Top