DMO Emulator

Status
Not open for further replies.
Auth Server:
ServerInfo found...
Listening...
Accepting a client: 127.0.0.1:2492
Accepted connection: 127.0.0.1:2492
Receiving login request: Kirusama
Incorrect password: KirusamaAccepting a client: 127.0.0.1:3105
Accepted connection: 127.0.0.1:3105
Receiving login request: Kiru
Incorrect password: KiruAccepting a client: 127.0.0.1:3163
Accepted connection: 127.0.0.1:3163
Receiving login request: admin
Incorrect password: admin

00 - DMO Emulator - RaGEZONE Forums

Does anyone have any idea what could be the problem?
 
Files to replace
settings.xml to server folder View attachment 111652
hosts>C:\WINDOWS\system32\drivers\etc\ View attachment 111653

Speedtouch port forwarding [video]Speedtouch port forwarding[/video]
Have lots of videos on youtube.

seting xml done
host done
last Speedtouch port forwarding not done ... i don't have a router and i use control panel > windows firewall > exception > add port 6999,7000,7029 but not succes too :(

ServerInfo found...
Listening...
Accepting a client: 127.0.0.1:1058
Accepted connection: 127.0.0.1:1058
Receiving login request: dimasx
Successful login: dimasx
Sending Server List

stuck in sending server list
 
Last edited:
any1 know this error ??
=================================================
Unknown Packet Type 1051
07 00 1B 04 04 3B 1A .....;.

Unknown Packet Type 1302
08 00 16 05 90 00 34 1A ......4.

Unknown Packet Type 1304
08 00 18 05 90 00 34 1A ......4.

Unknown Packet Type 1076
0A 00 34 04 00 00 00 00 36 1A ..4.....6.

A connection has closed.
=================================================
Speaking with NPC quest.
 
any1 know this error ??
=================================================
Unknown Packet Type 1051
07 00 1B 04 04 3B 1A .....;.

Unknown Packet Type 1302
08 00 16 05 90 00 34 1A ......4.

Unknown Packet Type 1304
08 00 18 05 90 00 34 1A ......4.

Unknown Packet Type 1076
0A 00 34 04 00 00 00 00 36 1A ..4.....6.

A connection has closed.
=================================================
Speaking with NPC quest.

I tested yesterday and this emulator is about 5% of working. Do not be surprised of such errors.
 
you make all steps ?

host>127.0.0.1 account.dmo.joymax.com

Settings.xml>
<?xml version="1.0"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Database Host="localhost" Username="root" Password="" Schema="DMO" />
<LobbyServer>
<Host>127.0.0.1</Host>
<Port>6999</Port>
<AutoStart>true</AutoStart>
</LobbyServer>
<AuthServer>
<Host>127.0.0.1</Host>
<Port>7029</Port>
<AutoStart>true</AutoStart>
</AuthServer>
<GameServer>
<Host>127.0.0.1</Host>
<Port>7000</Port>
<AutoStart>true</AutoStart>
<HatchRates>
<Level1 Success="0.9" Failure="0.1" Broken="0" />
<Level2 Success="0.8" Failure="0.15" Broken="0.05" />
<Level3 Success="0.7" Failure="0.25" Broken="0.05" />
<Level4 Success="0.5" Failure="0.35" Broken="0.15" />
<Level5 Success="0.3" Failure="0.5" Broken="0.2" />
</HatchRates>
<SizeRanges>
<Level3 min="70" max="100" />
<Level4 min="100" max="130" />
<Level5 min="130" max="160" />
</SizeRanges>
</GameServer>
</Settings>

Navicat > DMO > Server > IP = 2130706433 (127.0.0.1 = 2130706433)

Change port number 7029 > 7030 etc all configs >navicat , settings.XML

Working with last version DMO

Shiro Chan - DMO Emulator - RaGEZONE Forums

Shiro Chan - DMO Emulator - RaGEZONE Forums

Shiro Chan - DMO Emulator - RaGEZONE Forums



get error create character > Ikuto

need fix the sql file , i dont have any idea how to fix it.

CreateChar Ikuto MrLOL
Error: CreateCharacter()
System.IndexOutOfRangeException: O índice estava fora dos limites da matriz.
em Digital_World.SqlDB.CreateCharacter(UInt32 AcctId, Int32 pos, Int32 charModel, String charName, Int32 digiModel)
Error: CreateDigimon()
MySql.Data.MySqlClient.MySqlException (0x80004005): Out of range value for column 'characterId' at row 1
em MySql.Data.MySqlClient.MySqlStream.ReadPacket()
em MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
em MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
em MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
em MySql.Data.MySqlClient.MySqlDataReader.NextResult()
em MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
em MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
em Digital_World.SqlDB.CreateMercenary(UInt32 charId, String digiName, Int32 digiModel, Int32 digiScale, Int32 digiSize, Int32 intimacy)
System.InvalidCastException: Conversão especificada não é válida.
em Digital_World.SqlDB.GetTamerPosition(UInt32 acctId, Int32 slot)
System.NullReferenceException: Referência de objeto não definida para uma instância de um objeto.

Server stack trace:
em Digital_World.PacketLogic.Process(Client client, Byte[] buffer, Settings Opt) na C:\Users\owned\Desktop\Comfy-Mittens-Digital-World-dae79b3\Comfy-Mittens-Digital-World-dae79b3\Lobby Server\PacketLogic.cs:linha 106
em Digital_World.LobbyMainWin.PacketProcessor(Client client, Byte[] buffer, Int32 length) na C:\Users\owned\Desktop\Comfy-Mittens-Digital-World-dae79b3\Comfy-Mittens-Digital-World-dae79b3\Lobby Server\DigitalWorldLobby.xaml.cs:linha 60
em System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
em System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

Exception rethrown at [0]:
em System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
em System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
em Digital_World.Network.SocketWrapper.dlgRead.EndInvoke(IAsyncResult result)
em Digital_World.Network.SocketWrapper.ProcessedRead(IAsyncResult ar)
 
last version of official site ,but has a problem can not enter the world, only creates the characters

last server Update, Nov 23 2011 ,the project stopped in 2011 :(
Shiro Chan - DMO Emulator - RaGEZONE Forums
 
Last edited:
you make all steps ?

host>127.0.0.1 account.dmo.joymax.com

Settings.xml>
<?xml version="1.0"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Database Host="localhost" Username="root" Password="" Schema="DMO" />
<LobbyServer>
<Host>127.0.0.1</Host>
<Port>6999</Port>
<AutoStart>true</AutoStart>
</LobbyServer>
<AuthServer>
<Host>127.0.0.1</Host>
<Port>7029</Port>
<AutoStart>true</AutoStart>
</AuthServer>
<GameServer>
<Host>127.0.0.1</Host>
<Port>7000</Port>
<AutoStart>true</AutoStart>
<HatchRates>
<Level1 Success="0.9" Failure="0.1" Broken="0" />
<Level2 Success="0.8" Failure="0.15" Broken="0.05" />
<Level3 Success="0.7" Failure="0.25" Broken="0.05" />
<Level4 Success="0.5" Failure="0.35" Broken="0.15" />
<Level5 Success="0.3" Failure="0.5" Broken="0.2" />
</HatchRates>
<SizeRanges>
<Level3 min="70" max="100" />
<Level4 min="100" max="130" />
<Level5 min="130" max="160" />
</SizeRanges>
</GameServer>
</Settings>

Navicat > DMO > Server > IP = 2130706433 (127.0.0.1 = 2130706433)

I've done it but still error
if you use router ??
I do not have a router, how do I set up port
 
Last edited:
Status
Not open for further replies.
Back