DBO Project v1.05

Page 3 of 7 FirstFirst 1234567 LastLast
Results 31 to 45 of 100
  1. #31
    Apprentice whitespirits123 is offline
    MemberRank
    Oct 2014 Join Date
    12Posts

    Re: DBO Project v1.00

    im confused, so i just run mysql from Xamp by clicking start then i name my database dbotest, right click when connection is made in navicat and click execute sql file and select dbotest from the server folder and it comes back unsuccessful? what do i need to do? thanks for help!

  2. #32
    DBO Developer Nicolas321 is offline
    MemberRank
    May 2014 Join Date
    482Posts

    Re: DBO Project v1.00

    I think NaviCat allways back unsuccessfull for me. After execute sql file, close Navicat and reopen, see the dbotest database, and there should be the tables, or try right click, something about reload or something like that.

    Because I use XAMPP with PhPMyAdmin

  3. #33
    Apprentice whitespirits123 is offline
    MemberRank
    Oct 2014 Join Date
    12Posts

    Re: DBO Project v1.00

    The error I get everytime

    [Err] 1046 - No database selected
    [Err] --
    -- Base de datos: `dbotest`
    --


    --
    -- Procedimientos
    --
    CREATE DEFINER=`root`@`localhost` PROCEDURE `AuthLogin`(IN m_szUserID VARCHAR(20), IN m_szUserPW VARCHAR(20), OUT m_dwAccountID INT, OUT m_nResultCode INT)
    BEGIN


    DECLARE dec_pw VARCHAR(100);
    DECLARE dec_status VARCHAR(7);


    IF(SELECT EXISTS(SELECT 1 FROM accounts WHERE Username = m_szUserID)) THEN
    SELECT AccountID,AccountPW,acc_status INTO m_dwAccountID,dec_pw,dec_status
    FROM accounts
    WHERE Username = m_szUserID;


    IF (dec_pw = m_szUserPW) THEN
    SET m_nResultCode = 100;
    ELSE
    SET m_nResultCode = 107;
    END IF;
    IF (dec_status = 'block') THEN
    SET m_nResultCode = 113;
    END IF;


    ELSE
    SET m_nResultCode = 108;
    END IF;


    END;
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

    - - - Updated - - -

    fixed it :) do we have a translate patch ?

    - - - Updated - - -

    Nice ;)


  4. #34
    Valued Member mazzod is offline
    MemberRank
    Jan 2016 Join Date
    ItalyLocation
    125Posts

    Re: DBO Project v1.00

    @whitespirits123

    Good, now even you are in

    If you want, you can use the locale emulator (search in internet) so you can see the number on the LP and MP bar.

    Cheers

    EDIT:

    this's the resoult with locale emulator, for who want to see:




    Last edited by mazzod; 20-02-16 at 12:38 AM.

  5. #35
    Member pamaor is offline
    MemberRank
    Jan 2014 Join Date
    74Posts

    Re: DBO Project v1.00

    God luck in this, maybe one day all work in tw version :D

  6. #36
    DBO Developer Nicolas321 is offline
    MemberRank
    May 2014 Join Date
    482Posts

    Re: DBO Project v1.05

    New updated, Version 1.05 ready.

    New Server.ini, Tutorial ( Not done yet ) I recommend touch ESC when U enter on the tutorial, because it isn't finish, added Skills and Mobs.

    Screenshots added on main page.
    Last edited by Nicolas321; 20-02-16 at 09:26 PM.

  7. #37
    Valued Member mazzod is offline
    MemberRank
    Jan 2016 Join Date
    ItalyLocation
    125Posts

    Re: DBO Project v1.05

    Quote Originally Posted by Nicolas321 View Post
    New updated, Version 1.05 ready.

    New Server.ini, Tutorial ( Not done yet ) I recommend touch ESC when U enter on the tutorial, because it isn't finish, added Skills and Mobs.

    Screenshots added on main page.
    @Nicolas321

    thks for the update, when I'm home I'll test!

    Cheers

  8. #38
    DBO Developer Nicolas321 is offline
    MemberRank
    May 2014 Join Date
    482Posts

    Re: DBO Project v1.05

    I hope u enjoy the files!!, now I will work in a better fight system, revive system, etc.

    I was playing with 2 players, one on Kokkara ( Human ) and other on Majin, killing mobs, and works fine.

    If I get boost library x64, I will be able to compile the server with x64 and the server will go a little better.

  9. #39
    Valued Member mazzod is offline
    MemberRank
    Jan 2016 Join Date
    ItalyLocation
    125Posts

    Re: DBO Project v1.05

    @Nicolas321

    Only one question, did you see if even you, when start all the servers, the cpu goes to 100%?

  10. #40
    DBO Developer Nicolas321 is offline
    MemberRank
    May 2014 Join Date
    482Posts

    Re: DBO Project v1.05

    Not 100%, but 90%, I got CPU, well when I compile with x64 it will go a better, I'm downloading boost library now.

  11. #41
    Enthusiast demonicturtle is offline
    MemberRank
    Dec 2015 Join Date
    35Posts

    Re: DBO Project v1.05

    Appreciate the work your doing @Nicolas321 glad to see your work, and it's progression, good luck. *Question* have you incorporated any gm codes at this time or it it blank

  12. #42
    Member pamaor is offline
    MemberRank
    Jan 2014 Join Date
    74Posts

    Re: DBO Project v1.05

    I tested the v1.05 and it is good, but maybe exit any possibility that in the future you work in taiwan version?

  13. #43
    Apprentice whitespirits123 is offline
    MemberRank
    Oct 2014 Join Date
    12Posts

    Re: DBO Project v1.05

    Hey love it! killed me some mobs ;) would be great to get some GM commands or tools? I think work on the KR like you are as I hear its less buggy? good job cant wait for more updates!

  14. #44
    Valued Member mazzod is offline
    MemberRank
    Jan 2016 Join Date
    ItalyLocation
    125Posts

    Re: DBO Project v1.05

    @Nicolas321

    from one quick test, I've noticed only one little problem, when you create a new nameck dragon clan the posture on the char selection screen is the same of the warrior, in game all is good (posture/skill/equip/weapon).
    I'm testing right now all other thing, but seems all good. Even the calculation of the skill's damage seems already very accurate.
    Of course I like the customization that you added on the first tutorial screen (when the movie start )
    I'll continue to test the skill things, to see if they're properly recognized.

    Cheers

  15. #45
    DBO Developer Nicolas321 is offline
    MemberRank
    May 2014 Join Date
    482Posts

    Re: DBO Project v1.05

    Quote Originally Posted by pamaor View Post
    I tested the v1.05 and it is good, but maybe exit any possibility that in the future you work in taiwan version?
    I have work on TW, but I can't keep working because I don't have the Packet Struct, I got items, bags, skills, but I can't spawn mobs, so what can I do? Or Npc, nothing, or even other character.

    Quote Originally Posted by whitespirits123 View Post
    Hey love it! killed me some mobs ;) would be great to get some GM commands or tools? I think work on the KR like you are as I hear its less buggy? good job cant wait for more updates!
    In other update I will add some GM commands.

    - - - Updated - - -

    Maybe today I will make another update, like Mob Spawn, more skills, Idk.



Page 3 of 7 FirstFirst 1234567 LastLast

Advertisement