automatically all warp codes knowing

Results 1 to 6 of 6
  1. #1
    Storm Rider devit65 is offline
    MemberRank
    Jan 2010 Join Date
    SRGAMESLocation
    267Posts

    automatically all warp codes knowing

    Do you have knowledge of how to adjust it where it is
    where can I edit..


  2. #2
    Proficient Member sapeone123 is offline
    MemberRank
    Sep 2013 Join Date
    166Posts

    Re: automatically all warp codes knowing

    if you want to add that new chars have all codes go to MSSQL --> SERVER01 --> Programibility --> stored procedure --> dbo.cabal_sp_newchar.
    find this :
    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,
    LEV, [EXP], [STR], [DEX], [INT], [PNT], Rank, Alz,
    WorldIdx, Position, @Style,
    HP, MP, SP, SwdPNT, MagPNT, RankEXP, Flags, 4095, 4095, 0
    make same as i did and all new char will have all map and warp codes :)

  3. #3
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: automatically all warp codes knowing

    Quote Originally Posted by sapeone123 View Post
    if you want to add that new chars have all codes go to MSSQL --> SERVER01 --> Programibility --> stored procedure --> dbo.cabal_sp_newchar.
    find this :
    make same as i did and all new char will have all map and warp codes :)
    devit65 goodknow
    him a jokeing

  4. #4
    Storm Rider devit65 is offline
    MemberRank
    Jan 2010 Join Date
    SRGAMESLocation
    267Posts

    Re: automatically all warp codes knowing

    not newly created characters
    I want to map codes automatic
    I could not find
    Maps
    asking him to drop by level

    sample : 50 lvl potrlux 160 lvl porta inferno add map and warp code

  5. #5
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: automatically all warp codes knowing

    Const.scp
    Code:
    [GPSget]	LV	MCD	WCD
    0	50	8	8
    1	65	16	16
    2	80	64	64
    3	95	128	128
    4	110	32	32
    5	125	256	256
    6	140	512	512
    7	160	1024	1024
    8	180	2048	2048
    *info Lv / x y /town
    on blackscreen map Edite file Mapinfo.enc

    Code:
    	<mapcode_guide>
    		<guide	world_id="1"	entry_lv="1"	warp_index="12"	/>
    		<guide	world_id="2"	entry_lv="1"	warp_index="11"	/>
    		<guide	world_id="3"	entry_lv="1"	warp_index="11"	/>
    		<guide	world_id="4"	entry_lv="50"	warp_index="222"	/>
    		<guide	world_id="5"	entry_lv="65"	warp_index="221"	/>
    		<guide	world_id="6"	entry_lv="110"	warp_index="221"	/>
    		<guide	world_id="7"	entry_lv="80"	warp_index="19"	/>
    		<guide	world_id="8"	entry_lv="95"	warp_index="28"	/>
    		<guide	world_id="9"	entry_lv="125"	warp_index="39"	/>
    		<guide	world_id="10"	entry_lv="140"	warp_index="262"	/>
    		<guide	world_id="11"	entry_lv="160"	warp_index="221"	/>
    		<guide	world_id="12"	entry_lv="180"	warp_index="4"	/>
    	</mapcode_guide>
    Last edited by GODSKIN; 18-10-13 at 09:49 PM.

  6. #6
    Storm Rider devit65 is offline
    MemberRank
    Jan 2010 Join Date
    SRGAMESLocation
    267Posts

    Re: automatically all warp codes knowing

    thx :)



Advertisement