All Map codes and Warp codes

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 20, 2004
Messages
37
Reaction score
36
Just go to Enterprise manager and open cabal_character_table in GameDB database

Change WarpBfield to 511 and MapsBField to 511 like this
roplys_ - All Map codes and Warp codes - RaGEZONE Forums

you will get all map codes and warp codes up to lakeside
 
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
 
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.
 
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.

thanks men it works but the port lux map doesn't appear just the warp and when try to go there got desconected...
if anyone know how to fix it pls let me know
:thumbup:
 
Status
Not open for further replies.
Back