need some help again with the map editor, I changed the start location tile in the nexus at position 134,140
to 35 the tiles all load fine, but if i set it to 190 Dark Sand the map stops loading.
basicly half the tiles in the map editor break the game idk can’t even be bother to explain, is this just happing to me
14 hours wasted on this.
<Ground type="0x23" id="Bright Grass"> Bright Grass converted to decimal equals 35
</Ground>
<Ground type="0xbe" id="Dark Sand"> Dark Sand convert to decimal equals 190
</Ground>
rotmg java proxy\rotmgserver\src\server\Map.java
public MAPINFO_Packet getMapInfo() {
MAPINFO_Packet mp = new MAPINFO_Packet();
mp.width_ = this.width;
mp.height_ = this.height;
mp.name_ = this.name;
mp.fp_ = this.fp_;
mp.background_ = this.background;
mp.allowPlayerTeleport_ = this.allowPlayerTeleport;
mp.showDisplays_ = this.showDisplays;
mp.extraXML_ = new ArrayList<String>();
mp.clientXML_ = new ArrayList<String>();
mapData[134][140]=190; (ADD THIS LINE )
return mp;
}
http://www.mpgh.net/forum/655-realm-...123-5-1-a.html