Re: Digimon rpg server files and more!
Quote:
Originally Posted by
biggestdreamer
@
bruno3231 is the owner of an unfinished Digimon RPG server called Tamers Adventure Online, he already has this emulator source working so he didn't do anything new. Same for @
Devll , he is the owner of another unfinished DRO server called DBRASIL, both DBRASIL and Tamers Adventure Online use this same emulator source. I don't know what the problem with the SQL file is but I'll look into it, maybe I shared the incorrect SQL.
Yes bro.
Your sql file is incomplete. For example, dont habe the item_codex table
Re: Digimon rpg server files and more!
Quote:
Originally Posted by
alfarraptor
Yes bro.
Your sql file is incomplete. For example, dont habe the item_codex table
Just fixed the SQL link, now it downloads the correct SQL file.
- - - Updated - - -
Quote:
Originally Posted by
revengineer
Very Cool Bruno! Biggest dreamer was just a dreamer, but you're actually making his dreams come true! Are you going to post the updated version (when you think you've done enough fixes that is), or at least the fixes to get it into a workable base state like this?
I haven't ever played this game but from that last screenshot it looks like it might be fun. I'm currently gathering knowledge from server and client sources to build an original brand new IP! Modern iterations of these games are kind of overbloated and slow, I'm taking it back to basics back to the core of what made the games fun but also modernizing it in the ways that dont hurt the core gameplay. (Like uncapping variables to 64bit so there is no running into the hard limit of like 16bit or 32bit integer max values 64 is greatly increased and should be way enough. Making sure HD resolutions are present from the start, no 800x600 pain points and such, and using a highly performative language.)
Whatever you decide is fine, but dreamer got you going by sourcing these likely long lost files so maybe giving back your fixes would be a nice way to say thanks, so he can dream no more and make it his reality. And of course the other few users interested in this browsing this thread :)
The server emulator I shared already works out of the box, I just shared the incorrect SQL file. I already fixed this, now the SQL download link is correct.
Re: Digimon rpg server files and more!
Quote:
Originally Posted by
biggestdreamer
Just fixed the SQL link, now it downloads the correct SQL file.
- - - Updated - - -
The server emulator I shared already works out of the box, I just shared the incorrect SQL file. I already fixed this, now the SQL download link is correct.
Now server setup fine with new sql file.
But client , i cannot connect. I have this error.
https://i.imgur.com/ugEVapu.png
Re: Digimon rpg server files and more!
Quote:
Originally Posted by
biggestdreamer
Just fixed the SQL link, now it downloads the correct SQL file.
- - - Updated - - -
The server emulator I shared already works out of the box, I just shared the incorrect SQL file. I already fixed this, now the SQL download link is correct.
Thx for sharing fixed sql file.
- - - Updated - - -
Stuck again in loading character
https://i.ibb.co/PQjKRN6/Capturar6.png
- - - Updated - - -
Quote:
Originally Posted by
bruno3231
Found why, change autoridade to 100
- - - Updated - - -
Quote:
Originally Posted by
alfarraptor
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\DIGITALIC\DigimonRPG]"Path"="Your Game Path"
Save as .reg and execute will fix it
Re: Digimon rpg server files and more!
Can you record and share the video for the server setup?
Re: Digimon rpg server files and more!
Has anyone managed to make the website work?
Re: Digimon rpg server files and more!
@bruno3231 @biggestdreamer can you tell us what version of php use to make the website register work?
thanks.
I have the game open but i dont have account to log in xD
Re: Digimon rpg server files and more!
Quote:
Originally Posted by
alfarraptor
@
bruno3231 @
biggestdreamer can you tell us what version of php use to make the website register work?
thanks.
I have the game open but i dont have account to log in xD
Use xampp, here website configure with localhost and no password https://www.mediafire.com/file/65ro2...tdocs.rar/file
Re: Digimon rpg server files and more!
Ingame
https://i.imgur.com/4OWHyGl.png
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
Re: Digimon rpg server files and more!
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[i] = 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
Re: Digimon rpg server files and more!
Re: Digimon rpg server files and more!
Quote:
Originally Posted by
shinn77
Check everioment.cs and change the settings.
Re: Digimon rpg server files and more!
Can you explain all the steps required for server setup?
Re: Digimon rpg server files and more!
this is not my different SQL emulator
- - - Updated - - -
https://cdn.discordapp.com/attachmen...reenshot_1.png
- - - Updated - - -
https://cdn.discordapp.com/attachments/913610371875622932/926554049740939324/Screenshot_6.png
- - - Updated - - -
https://cdn.discordapp.com/attachmen...reenshot_9.png
Re: Digimon rpg server files and more!
This emulator just have 1 map :/