Team BlueWater Game Online Tutorial's
Bine ati venit la Team-BlueWater!!Tutorial's 4 all Games!

Join the forum, it's quick and easy

Team BlueWater Game Online Tutorial's
Bine ati venit la Team-BlueWater!!Tutorial's 4 all Games!
Team BlueWater Game Online Tutorial's
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Cabal]Auto Map & Warp Codes

Go down

   [Cabal]Auto Map & Warp Codes  Empty [Cabal]Auto Map & Warp Codes

Post  Karma Fri Aug 19, 2011 8:29 am

GAMEDB > Stored Procedures > cabal_sp_newchar > si paste
Code:
<SNIP>
        insert into cabal_quickslot_table (characterIdx, data) select @characteridx, quickSlotData from #TempTable
        insert into cabal_questdata_table (characterIdx, data, flags) select @characteridx, questData, questFlagsData from #TempTable
        commit tran
        ----------------------------------------------------------------------------------------------

        -- 리턴값 0xA1 ~ 0xA6
        drop table #tempTable
        select convert(int, @result)
        ----------------------------------------------------------------------------------------------- 
-- Here is where I added the Warp and Map codes, near the bottom of the procedure
        update cabal_character_table set WarpBField = '511', MapsBField = '511' where CharacterIdx = @characteridx
    end

SET NOCOUNT OFF
end
GO
Karma
Karma
Admin
Admin

Mesaje : 1092
Data de inscriere : 2011-04-22
Varsta : 33
Localizare : Craiova

https://team-bluewater.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum