How to fix spawns (hp,ap,ammo) from all maps

Results 1 to 4 of 4
  1. #1
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    How to fix spawns (hp,ap,ammo) from all maps

    How to fix spawns (hp,ap,ammo) from all maps?
    Because the all of spawns are the same with mansion map.
    so here are my problems, the spawns of hp, ap and ammo are not in the right place, they are placed in what spawns of Mansion Map..

    Help me guys, how to fix this.

    In my computer, when I run my server and client, the spawns are in the right place, but in my VPS server, when I run the server, and my client from my Computer, they are not in the right place.

    Help me guys, how to fix this?



  2. #2
    Mad son. Evilness is offline
    MemberRank
    Oct 2010 Join Date
    207Posts

    Re: How to fix spawns (hp,ap,ammo) from all maps

    Decompile your map example:"Town.mrs"

    check for spawn.xml and search for something alike to this

    Code:
    		<SPAWN item="bullet02" timesec="45000">
    			<POSITION>-107.7636871 46.9901848 0.0000000</POSITION>
    		</SPAWN>
    		<SPAWN item="ap03" timesec="45000">
    			<POSITION>-3941.0378418 -1781.7968750 521.0701294</POSITION>
    		</SPAWN>
    		<SPAWN item="hp03" timesec="45000">
    			<POSITION>3217.4130859 2769.1140137 -710.6282959</POSITION>
    		</SPAWN>
    		<SPAWN item="hp02" timesec="30000">
    			<POSITION>-980.7435913 -2492.3833008 -374.6056824</POSITION>
    		</SPAWN>
    </GAMETYPE><GAMETYPE id="team">
    		<SPAWN item="bullet02" timesec="45000">
    			<POSITION>-668.5640869 35.8902969 0.0000000</POSITION>
    		</SPAWN>
    		<SPAWN item="bullet02" timesec="45000">
    			<POSITION>2135.9755859 -3046.4060059 -710.6286621</POSITION>
    		</SPAWN>

  3. #3
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: How to fix spawns (hp,ap,ammo) from all maps

    Extract this file and place the "Maps" folder in your MatchServer's directory. This also requires server/client ASM edits but it should be fine if you're using my repack or the 2011 source.
    Attached Files Attached Files

  4. #4
    Member Momar is offline
    MemberRank
    Mar 2011 Join Date
    QatarLocation
    90Posts

    Re: How to fix spawns (hp,ap,ammo) from all maps

    Thanks Phoenix, we have fixed it.
    Yeah, you are right Phoenix, 1st of all, I have edited Map.xml from MatchServer folder to defaut Map.xml

    I have added another Map ID's (+1+1~~~~) to fix the spawns of custom maps..
    thanks.



Advertisement