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!

Digimon rpg server files and more!

Newbie Spellweaver
Joined
Apr 30, 2021
Messages
32
Reaction score
6
Ingame
4OWHyGl - Digimon rpg server files and more! - RaGEZONE Forums




I think need fix some things.
Visual: a lot of words on chinnese lang. Lets work on translate that.
PLayable: you cant talk with npc, because yuu get disconnect server. picking item is not working.

Thanks Bruno to help me
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 1, 2022
Messages
20
Reaction score
24
How to fix Item Pick Up
In VB open Digimon Project/Game/Entities/Tamer.cs

In line 703 you will find
// Inserindo no Banco
after this add this code

Items = new Item(i + 1, Emulator.Enviroment.Database.Insert<int>("tamer_inventory" , new QueryParameters() { { "tamer_id", Id } , { "item_codex_id", item.Id }, { "item_tag", item.ItemTag } , { "quantity", quantRestante}, { "slot", i + 1} }));

Item pick up will be fixed
 
Newbie Spellweaver
Joined
Sep 13, 2021
Messages
15
Reaction score
1
Can you explain all the steps required for server setup?
 
Last edited:
Newbie Spellweaver
Joined
Jun 27, 2021
Messages
10
Reaction score
1
this is not my different SQL emulator



biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




https://cdn.discordapp.com/attachments/913610371875622932/926554049740939324/Screenshot_6.png



biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jun 27, 2021
Messages
10
Reaction score
1
biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




I have the source ben updated but I still need a guild so nothing else and fix item ids but I'm already configuring



biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Feb 1, 2022
Messages
20
Reaction score
24
biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums




I have the source ben updated but I still need a guild so nothing else and fix item ids but I'm already configuring



biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums

Very well, any plans to put in the most current version of the KR server?
 
Newbie Spellweaver
Joined
Jun 27, 2021
Messages
10
Reaction score
1
don't share can't help with anything else my no



yes bruno i'm capturing packages from the most current kr but my sql is different but i'm fixing it already i made the launcher to enter kr
biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Feb 1, 2022
Messages
20
Reaction score
24
don't share can't help with anything else my no



yes bruno i'm capturing packages from the most current kr but my sql is different but i'm fixing it already i made the launcher to enter kr
biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums

nice!
 
Newbie Spellweaver
Joined
Feb 2, 2022
Messages
5
Reaction score
3
I been trying do get my game to connect to the emulator login does work but nothing appear on console.

Also launcher required to create a new table called user_penality
biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums


 
Newbie Spellweaver
Joined
Feb 1, 2022
Messages
20
Reaction score
24
I been trying do get my game to connect to the emulator login does work but nothing appear on console.

Also launcher required to create a new table called user_penality
biggestdreamer - Digimon rpg server files and more! - RaGEZONE Forums


You need to change DigimonRPGPT.dro IP to your IP.
 
Initiate Mage
Joined
Feb 12, 2022
Messages
3
Reaction score
0
Connection has been terminated
An error has occurred.
It tells me to change the ip of the dro file, what should I do?


I tried to fix it myself, but I don't know if this is correct or not. A server check message appears. Is it a server setup issue?


set to 127.0.0.1it's fine...
 
Last edited:
Newbie Spellweaver
Joined
Feb 1, 2022
Messages
20
Reaction score
24
Connection has been terminated
An error has occurred.
It tells me to change the ip of the dro file, what should I do?


I tried to fix it myself, but I don't know if this is correct or not. A server check message appears. Is it a server setup issue?

Use HxD in .dro file and change 191.252.103.225 to your ip
 
Back
Top