• 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.
Newbie Spellweaver
Joined
Oct 18, 2010
Messages
50
Reaction score
0
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

kelvin

update the revision 73, my friend return to login page after create character. but owner can login to server after create character, pls fix this problem
 
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

Did you edit the server constants to your IP?
 
Newbie Spellweaver
Joined
Oct 18, 2010
Messages
50
Reaction score
0
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

kelvin

update the revision 73, my friend return to login page after create character. but owner can login to server after create character, pls fix this problem
 
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

kelvin

update the revision 73, my friend return to login page after create character. but owner can login to server after create character, pls fix this problem

Wow....

"Did you edit the server constants to your IP? "
and hex edit the client correctly?
 
Newbie Spellweaver
Joined
Aug 20, 2007
Messages
44
Reaction score
16
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

This also happened to me and I changed to another source and it worked fine.. So...
 
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

This also happened to me and I changed to another source and it worked fine.. So...

Its better to learn how to fix then to switch and never learn at all.
 
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

Depends if you're planning to make a career out of owning a MS server...Or if it counts towards your grade.

Every bit of knowledge helps in the future, throughout my experience.
 
Newbie Spellweaver
Joined
Oct 27, 2008
Messages
41
Reaction score
1
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

exp rate how to over 127?lol...
 
Newbie Spellweaver
Joined
Mar 18, 2009
Messages
27
Reaction score
6
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

I have a question, well a couple, how do i use the commands? all i see is Commands.java or what ever and in game they dont work lol, and where is the player commands and different level of gms?
 
Experienced Elementalist
Joined
Mar 13, 2010
Messages
291
Reaction score
47
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

Is reversion 73 currently released? I still see: Moopldev Reversion 66 :O
 
Newbie Spellweaver
Joined
Oct 27, 2008
Messages
41
Reaction score
1
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

exp rate cant over 127...?
 
Newbie Spellweaver
Joined
Oct 27, 2008
Messages
41
Reaction score
1
Re: [v83] MoopleDEV | 0.83 Source | *UPDATED*

but if i changed it to int ,the exp set into original.

and i also get this when i enter cash shop and buy item.

com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cann
ot add or update a child row: a foreign key constraint fails (`moopledev`.`inven
toryitems`, CONSTRAINT `FK_inventoryitems_1` FOREIGN KEY (`characterid`) REFEREN
CES `characters` (`id`) ON DELETE CASCADE)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
at com.mysql.jdbc.Util.getInstance(Util.java:384)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1041)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3566)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2113)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2568)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:2113)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:2409)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:2327)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:2312)
at client.ItemFactory.saveItems(ItemFactory.java:150)
at server.CashShop.save(CashShop.java:341)
at client.MapleCharacter.saveToDB(MapleCharacter.java:3366)
at net.channel.handler.ChangeMapHandler.handlePacket(ChangeMapHandler.ja
va:46)
at net.MapleServerHandler.messageReceived(MapleServerHandler.java:109)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.mess
ageReceived(DefaultIoFilterChain.java:734)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
Received(DefaultIoFilterChain.java:429)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(Def
aultIoFilterChain.java:51)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.mes
sageReceived(DefaultIoFilterChain.java:812)
at org.apache.mina.filter.codec.ProtocolCodecFilter$ProtocolDecoderOutpu
tImpl.flush(ProtocolCodecFilter.java:346)
at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
ocolCodecFilter.java:221)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
Received(DefaultIoFilterChain.java:429)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(Def
aultIoFilterChain.java:51)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.mes
sageReceived(DefaultIoFilterChain.java:812)
at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFi
lterAdapter.java:119)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessage
Received(DefaultIoFilterChain.java:429)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageRece
ived(DefaultIoFilterChain.java:416)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(Abstract
PollingIoProcessor.java:638)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(Abstr
actPollingIoProcessor.java:598)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(Abstr
actPollingIoProcessor.java:587)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$400(Ab
stractPollingIoProcessor.java:61)
at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run
(AbstractPollingIoProcessor.java:969)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
e.java:64)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Last edited:
Status
Not open for further replies.
Back
Top