Posts by junson

    <?xml version="1.0"?>

    <config_options>

    <op ver="0.1" ip="147.135.105.79" port="20200"/>

    <local ver="0.1" local_dsp=".\language\local_data.dat" local_sync_dsp=".\language\local_sync_data.dat"/>

    <BUGTRAP ip="127.0.0.1" port ="9999" folder="DBO Client(DBO_CT_TW_Release)"/>

    </config_options>



    -----------------------------------------------------------------------------------------------------------------------------------


    check the ConfigOptions IP

    \DBO\DBOGLOBAL\DboClient\Lib\NtlFlasher\GFx SDK 3.3\3rdParty\jpeg-6b\gfx_projects\Win32\Msvc142\


    create the release folder and select this output directory.

    throw the file into the release folder

    ~Dogi's

    @additem 90001 Dogi Ninja Murasaki

    @additem 90002 Dogi Yamcha (Solo Human)

    @additem 90003 Dogi Kami (Solo Namek)

    @additem 90004 Dogi NekoMajin (Solo Majin)

    @additem 90005 Dogi Goku (Turtle Emblem)

    @additem 90006 Dogi No.16

    @additem 90009 Dogi Saibaman

    @additem 90010 Dogi General Blue

    @additem 90011 future trunks gi

    @additem 90012 aloha outfit type a

    @additem 90013 aloha outfit type b

    @additem 90014 aloha outfit type c

    @additem 90015 swimsuit type a

    @additem 90016 swimsuit type b

    @additem 90017 swimsuit type c

    @additem 90018 tarzan outfit type a

    @additem 90019 tarzan outfit type b

    @additem 90020 tarzan outfit type c

    @additem 90021 turtle shell type a

    @additem 90022 turtle shell type b

    @additem 90027 tuxedo type a

    @additem 90039 bunny commander sunglasses

    @additem 90040 pumpkin mask type a

    @additem 90041 pumpkin mask type b

    @additem 90042 pumpkin mask type c

    @additem 90061 Ox king outfit (male/neutral)

    @additem 90062 chichi outfit (female)

    @additem 90071 Ox king helmet (male/neutral)

    @additem 90075 chichi helmet (female)

    @additem 90078 Goku gi (king kai emblem)

    @additem 90091 yardrat outfit

    @additem 90139 bacterial crown

    @additem 91001 Dogi Guild Dojo1

    @additem 91002 Dogi Guild Dojo2

    @additem 91003 Dogi Guild Dojo3

    @additem 91004 Dogi Guild Dojo4

    @additem 91005 Dogi Guild Dojo5

    @additem 91006 Dogi Dojo Champ


    ~Special


    @additem 92009 - Baby Goku

    @additem 92001 - Turtle backpack

    @additem 92002 - TMQ backpack

    @additem 92003 - Quest Dino Egg

    @additem 92004 - Quest Milk Can

    @additem 92005 - Quest Gift Box

    @additem 92006 - Quest Green Bag

    @additem 92007 - Quest Ghost backpack

    @additem 92008 - Quest Meat pack

    @additem 92010 - Quest Puppy Dog

    @additem 92011 - Quest Aged Namek

    @additem 92012 - Quest Can bag

    @additem 92025 - Quest Danger Symbol

    @additem 92030 - Quest Real Turtle

    @additem 92033 - Quest Mushroom

    @additem 30 - Bike [ NON USE]

    @additem 95001 gm mask

    for those who are lazy to open the server files like me, here is a small command.

    in the notepad, paste and save as bat extension and throw it in the server folder





    File:RunServers.bat


    @echo off

    start start_master_server


    ping -n 2 -w 1000 0.0.0.1 > nul


    start start_query_server


    ping -n 2 -w 1000 0.0.0.1 > nul


    start start_char_server_0


    ping -n 2 -w 1000 0.0.0.1 > nul


    start start_chat_server


    ping -n 2 -w 1000 0.0.0.1 > nul


    start start_channel_0


    ping -n 2 -w 1000 0.0.0.1 > nul


    start start_auth_server

    Code
    in the account table put 10 in admin and isGm, in the characters table put 10 in GameMaster
    Code



    Quote
    Code
    insert password in the config.inc file

    No sorry... but I can install it if necessary



    likely to have to enter root user password

    change mysql root user password, when opening xampp click on Shell after type it mysqladmin.exe -u root (your user) password (your password) after entering click on enter


    Code
    that same password and user you have to put in the ini files to have a connection
    Code
    in the xampp/phpMyAdmin folder look for the config.inc file after opening put your password you put in the shell






    Code
    got the latest version of the code?
    you have to open DboServer.sln as it is and compile, it shows the individual components installed.

    Screenshot attached. But I guess my method is just completely wrong, as I don't know what I'm doing.

    Windows 10 Home version 1903

    Thanks

    Code
    compile the server in x64 when the compilation is finished, the executable files will appear.
    create 3 databases with respective names "dbo_acc", "dbo_char" and "dbo_log", create a user with password in the database in the accounts table
    change the password of the ini files, put the same as the root of the server.
    in the dbo game folder change the IP of the ConfigOptions file to local IP
    run the server and open the game and put the user and password of the database of the accounts table and login.