Gunz doesn't get XP

Results 1 to 6 of 6
  1. #1
    Apprentice jonathan1234 is offline
    MemberRank
    Jul 2013 Join Date
    15Posts

    Gunz doesn't get XP

    Hello RZ, I added a new map to my Gunz, but I don't get XP, how can I fix it?


  2. #2
    Member ilmar18 is offline
    MemberRank
    Mar 2014 Join Date
    BrazilLocation
    97Posts

    Re: Gunz doesn't get XP

    check the map.xml file in system / matchserver and check that the map line you added contains: ExpRatio = "1" if it has 0 put 1 and if it is not, add it.

  3. #3
    Orby? Orby ? @-@ Orby is offline
    MemberRank
    Oct 2015 Join Date
    AstraLocation
    279Posts

    Re: Gunz doesn't get XP

    Code:
    <MAP id="0" MapName ="Name" MapImageName= "map_Name.bmp" BannerName = "banner_Name.png" ExpRatio ="1" MaxPlayers ="16" bOnlyDuelMap = "false"></MAP>

  4. #4
    Apprentice jonathan1234 is offline
    MemberRank
    Jul 2013 Join Date
    15Posts

    Re: Gunz doesn't get XP

    All the codes are exactly like this, with ExpRatio 1, I've tried everything and nothing solves ..There is a detail, the default maps get exp, and some 3 other maps I added too, but from a specific ID you don't get any more.

  5. #5
    Orby? Orby ? @-@ Orby is offline
    MemberRank
    Oct 2015 Join Date
    AstraLocation
    279Posts

    Re: Gunz doesn't get XP

    Quote Originally Posted by jonathan1234 View Post
    All the codes are exactly like this, with ExpRatio 1, I've tried everything and nothing solves ..There is a detail, the default maps get exp, and some 3 other maps I added too, but from a specific ID you don't get any more.
    I don't know what kind of source you should be using, but try increasing the amount of maps.

    MMatchMap.h
    Code:
    enum MMATCH_MAP 
    {
    	MMATCH_MAP_MANSION			= 0,
    	MMATCH_MAP_PRISON			= 1,
    	MMATCH_MAP_STATION			= 2,
    	MMATCH_MAP_PRISON_II		= 3,
    	MMATCH_MAP_BATTLE_ARENA		= 4,
    	MMATCH_MAP_TOWN				= 5,
    	MMATCH_MAP_DUNGEON			= 6,
    	MMATCH_MAP_RUIN				= 7,
    	MMATCH_MAP_ISLAND			= 8,
    	MMATCH_MAP_GARDEN			= 9,
    	MMATCH_MAP_CASTLE			= 10,
    	MMATCH_MAP_FACTORY			= 11,
    	MMATCH_MAP_PORT				= 12,
    	MMATCH_MAP_LOST_SHRINE		= 13,
    	MMATCH_MAP_STAIRWAY			= 14,
    	MMATCH_MAP_SNOWTOWN			= 15,
    	MMATCH_MAP_HALL				= 16,
    	MMATCH_MAP_CATACOMB			= 17,
    	MMATCH_MAP_JAIL				= 18,
    	MMATCH_MAP_SHOWERROOM		= 19,
    	MMATCH_MAP_HIGH_HAVEN		= 20,
    	MMATCH_MAP_CITADEL			= 21,
    	MMATCH_MAP_RELAYMAP			= 22,
    	MMATCH_MAP_HALLOWEEN_TOWN	= 23,
    	MMATCH_MAP_WEAPON_SHOP		= 24,
    	MMATCH_MAP_MAX				= 100 // Here you add as much map as you wish.
    };
    After you do this compile Gunz.exe and MatchServer.exe.

  6. #6
    Member ilmar18 is offline
    MemberRank
    Mar 2014 Join Date
    BrazilLocation
    97Posts

    Re: Gunz doesn't get XP

    and of course adding by obeying the map id you added in map.xml and make sure you add your map to channelrule.xml in system and matchserver.



Advertisement