BSLEVEL Quest bug

Results 1 to 8 of 8
  1. #1
    Valued Member sixreygie is offline
    MemberRank
    Jan 2014 Join Date
    127.0.0.1Location
    101Posts

    BSLEVEL Quest bug

    after I edit auto dual transcender, Class rank 14 and Honor rank 12 I still got BSLVL 1 quest how to fix it?


  2. #2
    Proficient Member dragaobr is offline
    MemberRank
    Jan 2009 Join Date
    158Posts

    Re: BSLEVEL Quest bug

    Set character quest done.

    [Server01]
    cabal_questdata_table

    then put the data from all quests what you need what appear how done.

    @sixreygie
    This solve?
    Last edited by dragaobr; 11-10-15 at 10:10 AM.

  3. #3
    Valued Member sixreygie is offline
    MemberRank
    Jan 2014 Join Date
    127.0.0.1Location
    101Posts

    Re: BSLEVEL Quest bug

    can give me query with my quest Class Rank 14 bug ? :D

    - - - Updated - - -

    I edited this line for my starter character
    INSERT INTO cabal_character_table(
    CharacterIdx, Name,
    LEV, [EXP], [STR], DEX, [INT], PNT, Rank, Alz,
    WorldIdx, [Position], Style,
    HP, MP, SP, SwdPNT, MagPNT, RankEXP, Flags, WarpBField, MapsBField, Reputation
    )
    SELECT
    @CharacterIdx, @Name,
    100, [EXP], [STR], [DEX], [INT], 884, 2570, 5000000,
    WorldIdx, Position, @style + 104,
    HP, MP, SP, 300000000, 300000000, RankEXP, Flags, 4095, 4095, 20000000
    - - - Updated - - -

    I found this on my questdata table

    56 <Binary data> <Binary data> <Binary data> <Binary data> 1444521600

  4. #4
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: BSLEVEL Quest bug

    What about this quest? Even if someone pass the BSLV quest it gives nothing.

  5. #5
    Valued Member sixreygie is offline
    MemberRank
    Jan 2014 Join Date
    127.0.0.1Location
    101Posts

    Re: BSLEVEL Quest bug

    what I mean is I set with auto class rank 14 but when I want to quest I got BSLV 1 instead of BSLV X for Class Rank 14

    - - - Updated - - -

    Here's my screen shot
    Attached Thumbnails Attached Thumbnails cabal-151011-1212-ver374-0000-a  

  6. #6
    Proficient Member dragaobr is offline
    MemberRank
    Jan 2009 Join Date
    158Posts

    Re: BSLEVEL Quest bug

    @sixreygie,
    be this?


  7. #7
    Valued Member sixreygie is offline
    MemberRank
    Jan 2014 Join Date
    127.0.0.1Location
    101Posts

    Re: BSLEVEL Quest bug

    Quote Originally Posted by dragaobr View Post
    @sixreygie,
    be this?

    exactly

  8. #8
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: BSLEVEL Quest bug

    I won't give you full code, but I'll help you to get it.
    Make new character, make on it bslv quests till your quest, and close game.
    Now open database go to Server01 db, open procedures and search for procedure like sp_get_quest
    Get the quest data from ur character where u have done those quests.
    Now you have to put it in character creation.
    Find procedure where you add honor old quest etc. And put new data.
    That's all.



Advertisement