• 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.

ElationMS Source (HeavenMS Based)

Newbie Spellweaver
Joined
May 31, 2014
Messages
52
Reaction score
1
Cool release, thanks for sharing. I dont know what the banter is about but ye, nice stuff.
 
Initiate Mage
Joined
Mar 6, 2020
Messages
4
Reaction score
0
the link medal in item equipment have problem , when your mouse click the link medal ,client will exit.
 
Newbie Spellweaver
Joined
Oct 6, 2019
Messages
14
Reaction score
5
the link medal in item equipment have problem , when your mouse click the link medal ,client will exit.
I believe it is coded that way so you can't remove it and gain another medal when you change channels or move maps.
 
Initiate Mage
Joined
Mar 6, 2020
Messages
4
Reaction score
0
Thanks for your reply,finally I fixed all the problems and the server runs very well.
Let me say about that...
1/when you run the server,print "Not fount mapid 541020000",the reason is in the server side,wz\String.wz missing the map info of 541020000 below the "singapore" ,you can add it by yourself .
2/the problem it mentioned before,the reason is in the server side,wz\Character.wz\Ring\01113058.img,there is something wrong ,the origin of the item should not appear negative,you can refer to other item information,and on the other sidethe offical clean v83 client missing of the item "Quest Ring",because this item is the developer created not the offical one,you should add the information of 01113058 item into the Client side Character.wz below the Ring node and add the name of 01113058 into the Client side String.wz


you can download the patch of mine ,include all the wz folder in the server side and 2 wz file of the client side.
 
Newbie Spellweaver
Joined
Apr 11, 2020
Messages
6
Reaction score
0
can someone upload link for this source thanks!
 
Newbie Spellweaver
Joined
Oct 6, 2019
Messages
14
Reaction score
5
fixed link sorry, I haven't been on here in a while
 
Initiate Mage
Joined
Apr 21, 2020
Messages
4
Reaction score
0
HeavenMS v83 starting up.com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'heavenms.namechanges' doesn't exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)Error thrown: players/NameChange.txtcom.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'heavenms.namechanges' doesn't exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.Util.getInstance(Util.java:381) at com.mysql.jdbc.Util.getInstance(Util.java:381) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1885) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734) at net.server.Server.applyAllNameChanges(Server.java:1598) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1885) at net.server.Server.init(Server.java:892) at net.server.Server.main(Server.java:997 at net.server.Server.applyAllNameChanges(Server.java:1598)) at net.server.Server.init(Server.java:892)Error thrown: players/WorldTransfer.txt at net.server.Server.main(Server.java:997)com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'heavenms.worldtransfers' doesn't existcom.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'heavenms.worldtransfers' doesn't exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) i have many errors any idea about that ?
 
Newbie Spellweaver
Joined
Oct 6, 2019
Messages
14
Reaction score
5

it tells you right there what is causing the issues.