[RELEASE] Dragonball Online Release Source

Page 91 of 108 FirstFirst ... 41818384858687888990919293949596979899101 ... LastLast
Results 1,351 to 1,365 of 1609
  1. #1351
    Dbo Dev Daneos is offline
    MemberRank
    Sep 2009 Join Date
    GermanyLocation
    933Posts

    Re: Dragonball Online Release Source

    Quote Originally Posted by ignasmh View Post
    Ok, I'll try to explain this to everyone.
    They are doing this all for free, they want to create a good and working server without bugs. They don't want to give you ppl something you wouldn't even understand how to use, something you wouldn't enjoy playing. So have some respect for those guys, who are doing all this for free. And what are YOU doing for DBO? nothing.So for crying out loud, you should at least try to understand how much work it takes to create just a simple, running server and stop whining like little kids in a toy shop.
    welcome to the internet. where everyone have big balls, is the strongest, the coolest, the sexiest but in real life a pathetic loser xD

  2. #1352
    Apprentice Alon Ayash2 is offline
    MemberRank
    May 2014 Join Date
    13Posts

    Re: Dragonball Online Release Source

    these not our fault that we dont know how to do these stuff and for what i see they do a great job and thank to every one who do these but why dont give us a simple explanation how to enter a server we dont want them to do the original dbo for these there is dbor so why not let us have fun with these dbo server that you made guys

  3. #1353
    Valued Member ihaki is offline
    MemberRank
    Nov 2008 Join Date
    FranceLocation
    144Posts

    Re: Dragonball Online Release Source

    @Alon Ayash2 If you read all the pages (91) you'll be able to enter in your own server

    You gotta download all the files and follow what people are saying

  4. #1354
    Valued Member ignasmh is offline
    MemberRank
    Feb 2012 Join Date
    116Posts

    Re: Dragonball Online Release Source

    Quote Originally Posted by Daneos View Post
    welcome to the internet. where everyone have big balls, is the strongest, the coolest, the sexiest but in real life a pathetic loser xD
    haha true xD but you guys should really talk about everything in skype or raidcall or whatever program you want (if you aren't already doing it) and use this site just to tell people about little or big updates (if you want to). Because, well, you see what's happening here.

  5. #1355
    Apprentice Alon Ayash2 is offline
    MemberRank
    May 2014 Join Date
    13Posts

    Re: Dragonball Online Release Source

    i got all the files and for 2 or 3 days i try to enter the game but still no able to enter and i ask for there help and nothing so pls someone simple one explanation of how to enter the game will not kill anyone so pls help

  6. #1356
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts

    Re: Dragonball Online Release Source

    Quote Originally Posted by Daneos View Post
    welcome to the internet. where everyone have big balls, is the strongest, the coolest, the sexiest but in real life a pathetic loser xD
    where everyone leach every other

    - - - Updated - - -

    Quote Originally Posted by Alon Ayash2 View Post
    i got all the files and for 2 or 3 days i try to enter the game but still no able to enter and i ask for there help and nothing so pls someone simple one explanation of how to enter the game will not kill anyone so pls help
    write the gameserver.

  7. #1357
    Enthusiast NicoElPatron is offline
    MemberRank
    Jan 2014 Join Date
    41Posts

    Re: Dragonball Online Release Source

    @Arnie36 for enable Skill and other details, i must work on VirtualServer.cpp?

  8. #1358
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts

    Re: Dragonball Online Release Source

    printf("before\n");
    sql::SQLString tes;
    while (res->next())
    {
    tes = res->getString("awchName");
    sPcDataSummary->bIsAdult = res->getBoolean("bIsAdult");
    sPcDataSummary->bNeedNameChange = res->getBoolean("bNeedNameChange");
    sPcDataSummary->bTutorialFlag = res->getBoolean("bTutorialFlag");
    sPcDataSummary->byClass = (unsigned char)res->getInt("byClass");
    sPcDataSummary->byFace = (unsigned char)res->getInt("byFace");
    sPcDataSummary->byGender = (unsigned char)res->getInt("byGender");
    sPcDataSummary->byHair = (unsigned char)res->getInt("byHair");
    sPcDataSummary->byHairColor = (unsigned char)res->getInt("byHairColor");
    sPcDataSummary->byLevel = (unsigned char)res->getInt("byLevel");
    sPcDataSummary->byRace = (unsigned char)res->getInt("byRace");
    sPcDataSummary->bySkinColor = (unsigned char)res->getInt("bySkinColor");
    sPcDataSummary->charId = charid;
    sPcDataSummary->dwMapInfoIndex = res->getDouble("dwMapInfoIndex");
    sPcDataSummary->dwMoney = res->getDouble("dwMoney");
    sPcDataSummary->dwMoneyBank = res->getDouble("dwMoneyBank");
    sPcDataSummary->fPositionX = (float)res->getDouble("fPositionX");
    sPcDataSummary->fPositionY = (float)res->getDouble("fPositionY");
    sPcDataSummary->fPositionZ = (float)res->getDouble("fPositionZ");
    sPcDataSummary->sDogi.byDojoColor = 0;
    sPcDataSummary->sDogi.byGuildColor = 0;
    sPcDataSummary->sDogi.byType = 0;
    sPcDataSummary->sDogi.guildId = 0;
    //sPcDataSummary->sItem;
    sPcDataSummary->sMarking.byCode = 0; //= res->getString("sMarking");
    sPcDataSummary->worldId = res->getInt("worldId");
    sPcDataSummary->worldTblidx = res->getInt("worldTblidx");
    }
    printf("after\n");
    any idea why the char server crash ?

    - - - Updated - - -

    crash here

    tes = res->getString("awchName");

  9. #1359
    Enthusiast as54590322712 is offline
    MemberRank
    Jan 2014 Join Date
    Hong Kong, HongLocation
    28Posts

    Re: Dragonball Online Release Source

    @Arnie36how to make the npc in offline@@ and skill
    Last edited by as54590322712; 16-06-14 at 04:08 PM.

  10. #1360
    Enthusiast NicoElPatron is offline
    MemberRank
    Jan 2014 Join Date
    41Posts

    Re: Dragonball Online Release Source

    this post is turning what could possibly be a group effort, in a power struggle...

  11. #1361
    Dbo Dev Daneos is offline
    MemberRank
    Sep 2009 Join Date
    GermanyLocation
    933Posts

    Re: Dragonball Online Release Source

    soon 1000 pages

    anyway thanks atidot3 I finally can use querys like this:

    app->db->execute("CALL AuthLogin ('DaneosIsSexy','fuckyou', @acc_id, @result_code)");
    app->db->execute("SELECT @acc_id, @result_code");
    app->db->fetch();

    cout << "ACC ID: " << app->db->print("@acc_id")
    << " RESULT CODE: " << app->db->print("@result_code")
    << endl;
    now its time to fuck

  12. #1362
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts

    Re: Dragonball Online Release Source

    Np bro haha ^^.

    Anyway it's working fine just i can't get the charactername at the moment.


  13. #1363
    Enthusiast qwe12345 is offline
    MemberRank
    May 2014 Join Date
    29Posts

    Re: Dragonball Online Release Source

    somebody have new link to download dbkr client from beta ?

  14. #1364
    DBO Freak xDarKyx is offline
    MemberRank
    Mar 2011 Join Date
    280Posts

    Re: Dragonball Online Release Source

    Since yesterday I'm able to use the whole server using only mysql. (AuthServer, CharServer and GameServer)

    To everyone you should convert the mysql String (For Character's name) you got from the data base into a Wchar_t.

  15. #1365
    Enthusiast qwe12345 is offline
    MemberRank
    May 2014 Join Date
    29Posts

    Re: Dragonball Online Release Source

    somebody upload korea client 50.0.4 because old link is dead



Advertisement