Moves to GS_CS Maps

Results 1 to 6 of 6
  1. #1
    Infraction Banned celta120 is offline
    MemberRank
    Mar 2009 Join Date
    UruguayLocation
    91Posts

    sad Moves to GS_CS Maps

    i have 3 server whit diferent gs (slow, medium, fast) but have problem with move to maps GS_CS this is my config of mapserverinrfo
    0
    //ServerCode MapServerGroup InitSetVal IpAddress Port
    11 0 1 SMY IP 55901
    19 0 0 SMY IP 55919
    20 0 1 SMY IP 55922
    39 0 0 SMY IP 55939
    40 0 1 SMY IP 55942
    59 0 0 SMY IP 55959
    end

    1
    //ServerCode NotMoveOption NextMap NextServerCode
    11 0 30 19
    11 0 31 19
    11 0 34 19
    11 0 41 19
    11 0 42 19
    11 0 79 19
    19 1 30 -1
    19 1 31 -1
    19 1 34 -1
    19 1 41 -1
    19 1 42 -1
    19 1 79 -1
    20 0 30 39
    20 0 31 39
    20 0 34 39
    20 0 41 39
    20 0 42 39
    20 0 79 39
    39 1 30 -1
    39 1 31 -1
    39 1 34 -1
    39 1 41 -1
    39 1 42 -1
    39 1 79 -1
    40 0 30 59
    40 0 31 59
    40 0 34 59
    40 0 41 59
    40 0 42 59
    40 0 79 59
    59 1 30 -1
    59 1 31 -1
    59 1 34 -1
    59 1 41 -1
    59 1 42 -1
    59 1 79 -1
    end
    any solution?


  2. #2

    Re: Moves to GS_CS Maps

    try this

    Code:
    //==================================================================================================================
    //ServerCode MapServerGroup  InitSetting   Address IP   Port
    //==================================================================================================================
    0
    0        0       1       SYour IP  55901 //GameServer
    19        0       0       SYour IP   55919 //GameServerCS
    20	 0	1	SYour IP	     55922 //GameServerSub1
    39	 0	0	SYour IP	     55939 //GameServerSub2
    40	0	1	SYour IP	     55942 //GameServerSub3
    59	0	0	SYour IP	     55959 //GameServerSub4
    end
    
    //ServerCode    MoveAbleOption   Map DestServerCode
    //(Server cord) (mobile yes or no option) (Maeb) (destination server cord)
    //-----------------------------------------------------------------------------
    1
    
    0    0   30  19
    0    0   31  19
    0    0   34  19
    0    0   41  19
    0    0   42  19
    0    0   56  19
    
    0 0 30 19
    0 0 31 19
    0 0 34 19
    0 0 41 19
    0 0 42 19
    0 0 56 19
    
    19 1 30 -1
    19 1 31 -1
    19 1 34 -1
    19 1 41 -1
    19 1 42 -1
    19 1 56 -1
    
    0    0   30  20
    0    0   31  20
    0    0   34  20
    0    0   41  20
    0    0   42  20
    0    0   56  20
    
    0 0 30 20
    0 0 31 20
    0 0 34 20
    0 0 41 20
    0 0 42 20
    0 0 56 20
    
    20 1 30 -1
    20 1 31 -1
    20 1 34 -1
    20 1 41 -1
    20 1 42 -1
    20 1 56 -1
    
    0    0   30  39
    0    0   31  39
    0    0   34  39
    0    0   41  39
    0    0   42  39
    0    0   56  39
    
    0 0 30 39
    0 0 31 39
    0 0 34 39
    0 0 41 39
    0 0 42 39
    0 0 56 39
    
    39 1 30 -1
    39 1 31 -1
    39 1 34 -1
    39 1 41 -1
    39 1 42 -1
    39 1 56 -1
    
    0    0   30  40
    0    0   31  40
    0    0   34  40
    0    0   41  40
    0    0   42  40
    0    0   56  40
    
    0 0 30 40
    0 0 31 40
    0 0 34 40
    0 0 41 40
    0 0 42 40
    0 0 56 40
    
    40 1 30 -1
    40 1 31 -1
    40 1 34 -1
    40 1 41 -1
    40 1 42 -1
    40 1 56 -1
    
    0    0   30  59
    0    0   31  59
    0    0   34  59
    0    0   41  59
    0    0   42  59
    0    0   56  59
    
    0 0 30 59
    0 0 31 59
    0 0 34 59
    0 0 41 59
    0 0 42 59
    0 0 56 59
    
    59 1 30 -1
    59 1 31 -1
    59 1 34 -1
    59 1 41 -1
    59 1 42 -1
    59 1 56 -1
    
    end

  3. #3
    Infraction Banned celta120 is offline
    MemberRank
    Mar 2009 Join Date
    UruguayLocation
    91Posts

    Re: Moves to GS_CS Maps

    @KarLi thanks for your answer, all moves works well but does not appear monsters and npc in maps gs_cs
    Can you give me some solution to this problem? thank you :)

  4. #4

    Moves to GS_CS Maps

    try this

    Code:
    //==================================================================================================================
    //ServerCode MapServerGroup  InitSetting   Address IP   Port
    //==================================================================================================================
    0
    0        0       1       SYour IP  55901 //GameServer
    19        0       0       SYour IP   55919 //GameServerCS
    20 0 1 SYour IP     55922 //GameServerSub1
    39 0 0 SYour IP     55939 //GameServerSub2
    40 0 1 SYour IP     55942 //GameServerSub3
    59 0 0 SYour IP     55959 //GameServerSub4
    end
    
    //ServerCode    MoveAbleOption   Map DestServerCode
    //(Server cord) (mobile yes or no option) (Maeb) (destination server cord)
    //-----------------------------------------------------------------------------
    1
    
    0    0   30  19
    0    0   31  19
    0    0   34  19
    0    0   41  19
    0    0   42  19
    0    0   56  19
    
    19 1 30 -1
    19 1 31 -1
    19 1 34 -1
    19 1 41 -1
    19 1 42 -1
    19 1 56 -1
    
    0    0   30  20
    0    0   31  20
    0    0   34  20
    0    0   41  20
    0    0   42  20
    0    0   56  20
    
    20 1 30 -1
    20 1 31 -1
    20 1 34 -1
    20 1 41 -1
    20 1 42 -1
    20 1 56 -1
    
    0    0   30  39
    0    0   31  39
    0    0   34  39
    0    0   41  39
    0    0   42  39
    0    0   56  39
    
    39 1 30 -1
    39 1 31 -1
    39 1 34 -1
    39 1 41 -1
    39 1 42 -1
    39 1 56 -1
    
    0    0   30  40
    0    0   31  40
    0    0   34  40
    0    0   41  40
    0    0   42  40
    0    0   56  40
    
    40 1 30 -1
    40 1 31 -1
    40 1 34 -1
    40 1 41 -1
    40 1 42 -1
    40 1 56 -1
    
    0    0   30  59
    0    0   31  59
    0    0   34  59
    0    0   41  59
    0    0   42  59
    0    0   56  59
    
    59 1 30 -1
    59 1 31 -1
    59 1 34 -1
    59 1 41 -1
    59 1 42 -1
    59 1 56 -1
    
    end
    if still not working try also changing the -1 to 1 and let meknow how it goes



    Sent from my iPhone.

  5. #5
    Infraction Banned celta120 is offline
    MemberRank
    Mar 2009 Join Date
    UruguayLocation
    91Posts

    Re: Moves to GS_CS Maps

    remains the same problem no appear monster & npc in mapas gs_cs, in gs normal 0 - 19 this message: you cant not move to this map at time.
    If you do not mind I can provide online support? Thanks for your interest in my problem

  6. #6

    Re: Moves to GS_CS Maps

    well then maybe u no need to use extra codes try:

    Code:
    0
    //ServerCode MapServerGroup InitSetVal IpAddress Port
    11 0 1 SMY IP 55901
    19 0 0 SMY IP 55919
    20 0 1 SMY IP 55922
    39 0 0 SMY IP 55939
    40 0 1 SMY IP 55942
    59 0 0 SMY IP 55959
    end
    
    1
    //ServerCode NotMoveOption NextMap NextServerCode
    11 0 30 19
    11 0 31 19
    11 0 34 19
    11 0 41 19
    11 0 42 19
    11 0 79 19
    
    19 1 30 -1
    19 1 31 -1
    19 1 34 -1
    19 1 41 -1
    19 1 42 -1
    19 1 79 -1
    
    end
    did u change before the 0 for GS to 11 on the config i send u???
    i send u config where it says
    0 0 1 SYour IP 55901 //GameServer

    and it must be
    11 0 1 SYour IP 55901 //GameServer
    cuz ur gameserver number is 11. .


    and lastly, i can help you only here .



Advertisement