Just go to Enterprise manager and open cabal_character_table in GameDB database
Change WarpBfield to 511 and MapsBField to 511 like this
you will get all map codes and warp codes up to lakeside
Just go to Enterprise manager and open cabal_character_table in GameDB database
Change WarpBfield to 511 and MapsBField to 511 like this
you will get all map codes and warp codes up to lakeside
Thank ^ ^
Nice ^^
or u can use 255 also for all map codes till lakeside
nah, use 1023, and get all maps including mutant forest and pontus ferum ;)
thank you bro.
Ty =)
Thank you !!
thanks for the info. this way, people get to chose up to which map they want to have revealed.
Or all you can do this:
Open SQL Query Analyzer
Select GameDB, and run this command:
update dbo.cabal_character_table set WarpBfield=1023, MapsBField=1023
Where is "1023" in the both places you change to all you want that the guys showed here like 511, 1023, etc
very nice bro
you can always use chumpy gm tools to put maps and also a query
Use this query:
update account.dbo.cabal_newchardata_table set WarpBField=511
update account.dbo.cabal_newchardata_table set MapsBField=511
instead manually opening database.
it will give automatically all warp codes to new players.
Good job Thank.