after I edit auto dual transcender, Class rank 14 and Honor rank 12 I still got BSLVL 1 quest how to fix it?
after I edit auto dual transcender, Class rank 14 and Honor rank 12 I still got BSLVL 1 quest how to fix it?
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.
can give me query with my quest Class Rank 14 bug ? :D
- - - Updated - - -
I edited this line for my starter character
- - - Updated - - -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
I found this on my questdata table
56 <Binary data> <Binary data> <Binary data> <Binary data> 1444521600
What about this quest? Even if someone pass the BSLV quest it gives nothing.
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
@sixreygie,
be this?
![]()
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.