Jump to content

Problem getting own Map started.


Dark Dragon

Recommended Posts

Hi there.

Waiting for the mapeditor took too much time so my friends and me tryd to convert a map i've created in race to a working version on DM.

The resource is loaded correctly on server startup (windows dedicated) but when we start the map an error appears:

[19:14:03] Failed to sta resource item ctf-DrA-Docks.map in ctf-DrA-Docks

[19:14:03] start: Failed to start resource 'ctf-DrA-Docks'

[19:14:03] ERROR: mapmanager: map resource could not be started

the meta.xml file looks like that:

- <meta> 
  <info author="eXo|Dragon[GER]" type="map" gamemodes="ctf" />  
  <script src="ctf-DrA-Docks.lua" />  
  <map src="ctf-DrA-Docks.map" />  
- <settings> 
  <setting name="weather" value="[11]" />  
  </settings> 
  </meta> 

ctf-DrA-Docks.lua:

-- CTF-Sewer script by jhxp , contains parts of two scripts: 
-- giveWeaponsOnSpawn for CTF: CS Italy by Ratt 
-- assault (respawning vehicles) by driver2 
  
  
function giveWeaponsOnSpawn ( spawnpont, team ) 
    giveWeapon ( source, 22, 224 ) -- Gives Colt45 with 224 ammo 
    giveWeapon ( source, 29, 450 ) -- Gives MP5 with 450 ammo 
end 
addEventHandler ( "onPlayerSpawn", getRootElement(), giveWeaponsOnSpawn ) 
  
--[[ 
#### 
  
Vehicle respawn 
  
#### 
  
function respawnAllVehicles() 
    respawnVehicleTimers = {} 
    local vehicles = getElementsByType("vehicle", mapRoot) 
    for k,v in ipairs(vehicles) do 
        respawnVehicle(v) 
    end 
end 
]] 
  
  
function respawnVehicle(vehicle) 
    if (isElement(vehicle) == false) then return end 
    if (getElementData(vehicle,"noRespawn") == true) then return end 
    posX = getElementData(vehicle,"posX") 
    posY = getElementData(vehicle,"posY") 
    posZ = getElementData(vehicle,"posZ") 
    rotX = getElementData(vehicle,"rotX") 
    rotY = getElementData(vehicle,"rotY") 
    rotZ = getElementData(vehicle,"rotZ") 
    spawnVehicle ( vehicle, posX, posY, posZ, rotX, rotY, rotZ ) 
     
end 
--[[ 
function onVehicleExit() 
    if (isVehicleEmpty(source) == true) then 
        respawnVehicleTimers[source] = setTimer(respawnVehicle,30000,1,source) 
    end 
end 
function onVehicleEnter() 
    if (respawnVehicleTimers[source] ~= nil) then 
        killTimer(respawnVehicleTimers[source]) 
        respawnVehicleTimers[source] = nil 
    end 
end 
]] 
  
function onVehicleExplode() 
    setTimer(respawnVehicle,15000,1,source) 
end 
  
--[[ 
function isVehicleEmpty( vehicle ) 
    local max = getVehicleMaxPassengers( vehicle ) 
    local empty = true 
    local i = 0 
    while (i < max) do 
        if (getVehicleOccupant( vehicle, i ) ~= false) then 
            empty = false 
        end 
        i = i + 1 
    end 
    return empty 
end 
]] 
  
--addEventHandler ( "onVehicleEnter", getRootElement(), onVehicleEnter ) 
--addEventHandler ( "onVehicleExit", getRootElement(), onVehicleExit ) 
addEventHandler ( "onVehicleExplode", getRootElement(), onVehicleExplode ) 
  

and the map(ctf-DrA-Docks.map) splitted in two parts here because of max character limit!

<!-- DrA-Docks map by eXo|Dragon[Ger] --> 
<map mod="deathmatch" auto_balance="on" friendly_fire="on"> 
    <settings respawnTime="5000" spawnScreen="off" blips="team"/> 
  
    <object name="object (2)" posX="8924.823242" posY="-6739.701172" posZ="27.149260" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="5145"/> 
    <object name="object (3)" posX="8858.745117" posY="-6615.806152" posZ="28.264717" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3753"/> 
    <object name="object (4)" posX="8779.942383" posY="-6753.326172" posZ="27.149260" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="5145"/> 
    <object name="object (5)" posX="8846.027344" posY="-6877.204590" posZ="28.264717" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3753"/> 
    <object name="object (6)" posX="9025.129883" posY="-6747.504883" posZ="28.264717" rotX="-1.570795" rotY="0.000000" rotZ="0.000000" model="3753"/> 
    <object name="object (7)" posX="8679.632813" posY="-6747.504883" posZ="28.264717" rotX="-10.995569" rotY="0.000000" rotZ="0.000000" model="3753"/> 
    <object name="object (8)" posX="8846.118164" posY="-6823.528320" posZ="45.462353" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="3689"/> 
    <object name="object (9)" posX="8858.544922" posY="-6669.467773" posZ="45.487358" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3689"/> 
    <object name="object (10)" posX="8788.199219" posY="-6746.547363" posZ="42.810448" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3755"/> 
    <object name="object (11)" posX="8916.703125" posY="-6746.547363" posZ="42.835449" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3755"/> 
    <object name="object (13)" posX="8990.921875" posY="-6695.954102" posZ="43.964951" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="5131"/> 
    <object name="object (14)" posX="8713.919922" posY="-6799.078125" posZ="43.958706" rotX="0.000002" rotY="0.000000" rotZ="0.000000" model="5131"/> 
    <object name="object (28)" posX="8839.385742" posY="-6731.943359" posZ="45.041451" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="11543"/> 
    <object name="object (29)" posX="8865.337891" posY="-6761.095703" posZ="45.066448" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="11543"/> 
    <object name="object (38)" posX="8921.703125" posY="-6813.303223" posZ="45.208080" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3601"/> 
    <object name="object (39)" posX="8782.982422" posY="-6679.678223" posZ="45.158081" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="3601"/> 
    <object name="object (40)" posX="8707.555664" posY="-6748.361328" posZ="41.857571" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3624"/> 
    <object name="object (41)" posX="8997.305664" posY="-6746.634766" posZ="41.857571" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3624"/> 
    <object name="object (50)" posX="8753.597656" posY="-6678.154297" posZ="41.383083" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="4178"/> 
    <object name="object (51)" posX="8951.169922" posY="-6814.903320" posZ="41.383083" rotX="-6.283185" rotY="0.000000" rotZ="0.000000" model="4178"/> 
    <object name="object (53)" posX="8969.426758" posY="-6830.518066" posZ="44.977623" rotX="-6.283185" rotY="0.000000" rotZ="0.000000" model="5476"/> 
    <object name="object (54)" posX="8735.396484" posY="-6662.491699" posZ="44.977623" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="5476"/> 
    <object name="object (63)" posX="8758.461914" posY="-6856.969727" posZ="37.621506" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="11490"/> 
    <object name="object (64)" posX="8758.493164" posY="-6845.927246" posZ="39.124828" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="11491"/> 
    <object name="object (65)" posX="8946.768555" posY="-6636.105469" posZ="37.621506" rotX="0.000002" rotY="0.000000" rotZ="0.000000" model="11490"/> 
    <object name="object (66)" posX="8946.737305" posY="-6647.153809" posZ="39.149826" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="11491"/> 
    <object name="object (67)" posX="8995.109375" posY="-6640.094238" posZ="41.587296" rotX="-10.995574" rotY="0.000000" rotZ="0.000000" model="12938"/> 
    <object name="object (70)" posX="8709.734375" posY="-6852.843262" posZ="41.587296" rotX="-7.853985" rotY="0.000000" rotZ="0.000000" model="12938"/> 
    <object name="object (71)" posX="8760.192383" posY="-6773.571777" posZ="35.569721" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="13694"/> 
    <object name="object (74)" posX="8761.046875" posY="-6719.545898" posZ="37.602688" rotX="4.712389" rotY="0.000000" rotZ="0.000000" model="13696"/> 
    <object name="object (77)" posX="8761.091797" posY="-6743.199707" posZ="38.826550" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="18267"/> 
    <object name="object (78)" posX="8943.988281" posY="-6749.800293" posZ="38.826550" rotX="0.000001" rotY="0.000000" rotZ="0.000000" model="18267"/> 
    <object name="object (79)" posX="8944.687500" posY="-6719.498047" posZ="35.569721" rotX="-4.712389" rotY="0.000000" rotZ="0.000000" model="13694"/> 
    <object name="object (80)" posX="8943.851563" posY="-6773.445801" posZ="37.602688" rotX="1.570797" rotY="0.000000" rotZ="0.000000" model="13696"/> 
    <object name="object (91)" posX="8852.704102" posY="-6746.522949" posZ="46.119621" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="8431"/> 
    <object name="object (93)" posX="8702.520508" posY="-6704.133301" posZ="37.580311" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="12959"/> 
    <object name="object (94)" posX="9002.370117" posY="-6788.733398" posZ="37.580311" rotX="4.712389" rotY="0.000000" rotZ="0.000000" model="12959"/> 
    <object name="object (95)" posX="8762.038086" posY="-6812.060059" posZ="37.570740" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="16605"/> 
    <object name="object (96)" posX="8942.734375" posY="-6680.959961" posZ="37.570740" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="16605"/> 
    <object name="object (97)" posX="8982.265625" posY="-6815.573730" posZ="37.596008" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3256"/> 
    <object name="object (98)" posX="8722.987305" posY="-6676.972656" posZ="37.595898" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3256"/> 
    <object name="object (101)" posX="8837.388672" posY="-6627.735352" posZ="37.555840" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3255"/> 
    <object name="object (102)" posX="8867.441406" posY="-6865.314941" posZ="37.555840" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="3255"/> 
    <object name="object (55)" posX="8977.916992" posY="-6665.510742" posZ="42.875004" rotX="-7.853981" rotY="0.000000" rotZ="0.000000" model="3361"/> 
    <object name="object (57)" posX="8977.916992" posY="-6671.535645" posZ="38.875008" rotX="-7.853981" rotY="0.000000" rotZ="0.000000" model="3361"/> 
    <object name="object (58)" posX="8726.942383" posY="-6829.525879" posZ="42.864452" rotX="-10.995573" rotY="0.000000" rotZ="0.000000" model="3361"/> 
    <object name="object (59)" posX="8726.942383" posY="-6823.525879" posZ="38.864449" rotX="-10.995573" rotY="0.000000" rotZ="0.000000" model="3361"/> 
    <object name="object (60)" posX="8838.049805" posY="-6718.061035" posZ="38.374722" rotX="-12.566369" rotY="0.000000" rotZ="0.000000" model="3361"/> 
    <object name="object (62)" posX="8866.633789" posY="-6774.989258" posZ="38.399696" rotX="-15.707960" rotY="0.000000" rotZ="0.000000" model="3361"/> 
    <object name="object (64)" posX="8846.652344" posY="-6783.201660" posZ="38.399693" rotX="-15.707960" rotY="0.000000" rotZ="0.000000" model="3361"/> 
    <object name="object (65)" posX="8858.062500" posY="-6709.825684" posZ="38.374710" rotX="-18.849554" rotY="0.000000" rotZ="0.000000" model="3361"/> 
    <object name="object (70)" posX="8794.120117" posY="-6747.197266" posZ="44.101109" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="9588"/> 
    <object name="object (71)" posX="8910.788086" posY="-6745.682617" posZ="44.107384" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="9588"/> 
    <object name="object (92)" posX="8914.420898" posY="-6783.366699" posZ="40.270538" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (93)" posX="8914.446289" posY="-6783.366699" posZ="43.970528" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (95)" posX="8790.562500" posY="-6709.611328" posZ="40.270535" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (96)" posX="8790.562500" posY="-6709.611328" posZ="44.020527" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (100)" posX="8914.446289" posY="-6783.366699" posZ="47.670540" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (101)" posX="8790.562500" posY="-6709.611328" posZ="47.745533" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (104)" posX="8790.562500" posY="-6783.260254" posZ="40.270535" rotX="0.000001" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (105)" posX="8790.562500" posY="-6783.260254" posZ="43.995537" rotX="0.000001" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (106)" posX="8790.562500" posY="-6783.260254" posZ="47.720539" rotX="0.000001" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (107)" posX="8914.420898" posY="-6709.642090" posZ="40.270538" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (108)" posX="8914.420898" posY="-6709.642090" posZ="44.020542" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (109)" posX="8914.420898" posY="-6709.642090" posZ="47.795544" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="8229"/> 
    <object name="object (113)" posX="9000.875000" posY="-6684.757324" posZ="41.915058" rotX="-2.356194" rotY="0.000000" rotZ="0.000000" model="5130"/> 
    <object name="object (114)" posX="8703.946289" posY="-6810.032227" posZ="41.915058" rotX="0.785398" rotY="0.000000" rotZ="0.000000" model="5130"/> 
    <object name="object (116)" posX="8718.484375" posY="-6816.616211" posZ="42.222504" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="12839"/> 
    <object name="object (118)" posX="8709.953125" posY="-6819.015137" posZ="41.927883" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="12958"/> 
    <object name="object (122)" posX="8696.438477" posY="-6819.718262" posZ="41.677166" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="3573"/> 
    <object name="object (130)" posX="8713.879883" posY="-6738.835938" posZ="38.975819" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (131)" posX="8701.224609" posY="-6738.840332" posZ="38.972729" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (132)" posX="8711.135742" posY="-6744.161621" posZ="38.975185" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (133)" posX="8703.919922" posY="-6746.744141" posZ="38.973721" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (134)" posX="8699.373047" posY="-6752.223633" posZ="38.972500" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (135)" posX="8707.432617" posY="-6752.183594" posZ="38.974243" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (136)" posX="8712.781250" posY="-6754.945801" posZ="38.975552" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (137)" posX="8707.727539" posY="-6759.697266" posZ="38.974506" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (138)" posX="8702.111328" posY="-6754.986328" posZ="38.947964" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (139)" posX="8713.873047" posY="-6741.437012" posZ="41.673141" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (140)" posX="8703.363281" posY="-6752.167480" posZ="41.671570" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (141)" posX="8712.788086" posY="-6754.940918" posZ="41.672874" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (143)" posX="8703.928711" posY="-6746.727051" posZ="41.671047" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (144)" posX="8701.237305" posY="-6738.798340" posZ="41.670052" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (145)" posX="9003.641602" posY="-6756.164551" posZ="38.972763" rotX="4.712389" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (146)" posX="9003.627930" posY="-6756.189453" posZ="41.670090" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (147)" posX="8990.964844" posY="-6756.168945" posZ="38.975800" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (148)" posX="8993.725586" posY="-6750.842285" posZ="38.975056" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (149)" posX="8990.972656" posY="-6753.575195" posZ="41.673122" rotX="4.712389" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (150)" posX="9000.791992" posY="-6748.249023" posZ="38.973400" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (151)" posX="9000.800781" posY="-6748.250977" posZ="41.670723" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (153)" posX="9005.450195" posY="-6742.364258" posZ="38.972214" rotX="0.000001" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (155)" posX="8997.404297" posY="-6742.375977" posZ="38.974190" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (156)" posX="9001.466797" posY="-6742.391113" posZ="41.669537" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (157)" posX="8992.033203" posY="-6739.631348" posZ="38.976398" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (158)" posX="8992.023438" posY="-6739.638672" posZ="41.673721" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (159)" posX="9002.726563" posY="-6739.583984" posZ="38.972900" rotX="4.712389" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (160)" posX="8997.398438" posY="-6735.363281" posZ="38.974228" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (162)" posX="8986.366211" posY="-6678.436523" posZ="42.176819" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="12839"/> 
    <object name="object (163)" posX="8994.836914" posY="-6676.014160" posZ="41.927956" rotX="-4.712389" rotY="0.000000" rotZ="0.000000" model="12958"/> 
    <object name="object (164)" posX="9008.437500" posY="-6675.286133" posZ="41.727200" rotX="-6.283185" rotY="0.000000" rotZ="0.000000" model="3573"/> 
    <object name="object (165)" posX="8939.987305" posY="-6676.535156" posZ="37.570740" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="16605"/> 
    <object name="object (166)" posX="8764.786133" posY="-6816.459961" posZ="37.570740" rotX="-0.000001" rotY="0.000000" rotZ="0.000000" model="16605"/> 
    <object name="object (167)" posX="8714.966797" posY="-6771.901855" posZ="38.976067" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (168)" posX="8707.003906" posY="-6767.770996" posZ="38.974316" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (169)" posX="8707.016602" posY="-6775.864258" posZ="38.974045" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (170)" posX="8712.308594" posY="-6778.581543" posZ="38.975330" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (172)" posX="8715.464844" posY="-6784.162109" posZ="38.975807" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (173)" posX="8707.371094" posY="-6784.145508" posZ="38.974228" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (174)" posX="8702.058594" posY="-6781.417969" posZ="38.972931" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (175)" posX="8702.082031" posY="-6773.309082" posZ="38.972939" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (176)" posX="8696.709961" posY="-6770.577637" posZ="38.971622" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (177)" posX="8692.712891" posY="-6777.126953" posZ="38.970619" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (178)" posX="8696.714844" posY="-6784.177734" posZ="38.971626" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (179)" posX="8692.672852" posY="-6790.646973" posZ="38.970638" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (180)" posX="8702.069336" posY="-6789.512207" posZ="38.972946" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (181)" posX="8704.822266" posY="-6794.875000" posZ="38.973618" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (182)" posX="8715.469727" posY="-6789.617676" posZ="38.976112" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (183)" posX="8712.826172" posY="-6794.834473" posZ="38.975559" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (184)" posX="8710.395508" posY="-6789.626953" posZ="38.974857" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (185)" posX="8695.444336" posY="-6795.973633" posZ="38.971317" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (186)" posX="8707.046875" posY="-6767.750977" posZ="41.671642" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (187)" posX="8707.035156" posY="-6775.819824" posZ="41.671368" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (188)" posX="8712.292969" posY="-6778.578613" posZ="41.672657" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (189)" posX="8715.430664" posY="-6784.169922" posZ="41.673134" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (190)" posX="8704.810547" posY="-6784.171875" posZ="41.671551" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (191)" posX="8702.099609" posY="-6778.839844" posZ="41.670258" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (192)" posX="8699.324219" posY="-6770.581055" posZ="41.668949" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (193)" posX="8692.679688" posY="-6777.113281" posZ="41.667942" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (194)" posX="8712.825195" posY="-6794.835938" posZ="41.672886" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (195)" posX="8704.805664" posY="-6794.875977" posZ="41.670944" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (196)" posX="8710.371094" posY="-6789.613281" posZ="41.672184" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (197)" posX="8702.118164" posY="-6789.541992" posZ="41.670269" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (198)" posX="8692.676758" posY="-6790.634277" posZ="41.667961" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (199)" posX="8695.413086" posY="-6796.006836" posZ="41.668640" rotX="-4.712389" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (200)" posX="8989.902344" posY="-6723.135254" posZ="38.976192" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (201)" posX="8998.165039" posY="-6727.253906" posZ="38.974075" rotX="4.712389" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (202)" posX="8998.163086" posY="-6727.293457" posZ="41.671402" rotX="-4.712389" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (203)" posX="8998.147461" posY="-6719.151855" posZ="38.974056" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (204)" posX="8998.137695" posY="-6719.188965" posZ="41.671383" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (205)" posX="8992.810547" posY="-6716.403320" posZ="38.975567" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (206)" posX="8992.821289" posY="-6716.410156" posZ="41.672894" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (207)" posX="8989.377930" posY="-6710.981934" posZ="38.976414" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (208)" posX="8989.364258" posY="-6710.995605" posZ="41.673737" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (209)" posX="9002.725586" posY="-6713.711914" posZ="38.972576" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (210)" posX="8997.390625" posY="-6710.989746" posZ="38.974228" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (211)" posX="8999.993164" posY="-6710.988770" posZ="41.671555" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (212)" posX="9002.708008" posY="-6721.835449" posZ="38.972939" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (213)" posX="9002.718750" posY="-6716.307617" posZ="41.669903" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (214)" posX="9008.066406" posY="-6724.577637" posZ="38.971615" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (215)" posX="9005.487305" posY="-6724.575684" posZ="41.668941" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (216)" posX="9008.007813" posY="-6713.549316" posZ="38.971527" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (217)" posX="9012.163086" posY="-6718.906738" posZ="38.970470" rotX="0.000001" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (218)" posX="9012.196289" posY="-6718.928711" posZ="41.667793" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (219)" posX="9002.733398" posY="-6705.624512" posZ="38.972927" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (220)" posX="9002.727539" posY="-6705.661133" posZ="41.670254" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (221)" posX="8999.980469" posY="-6700.293945" posZ="38.974224" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3565"/> 
  

Link to comment

    <object name="object (222)" posX="9000.015625" posY="-6700.311035" posZ="41.671551" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (223)" posX="8991.945313" posY="-6700.317383" posZ="38.975578" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (224)" posX="8991.955078" posY="-6700.347168" posZ="41.672901" rotX="-3.141593" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (225)" posX="8989.318359" posY="-6705.673828" posZ="38.976162" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (226)" posX="8993.991211" posY="-6705.673828" posZ="38.976162" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (227)" posX="8993.981445" posY="-6705.688477" posZ="41.673489" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (228)" posX="9012.226563" posY="-6707.476074" posZ="38.970779" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (229)" posX="9012.209961" posY="-6707.486328" posZ="41.668102" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (230)" posX="9009.462891" posY="-6702.181152" posZ="38.971279" rotX="-4.712389" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (231)" posX="9009.504883" posY="-6702.147949" posZ="41.668606" rotX="-7.853981" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (232)" posX="9013.004883" posY="-6676.290039" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (245)" posX="9013.004883" posY="-6673.564453" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (247)" posX="9009.281250" posY="-6676.290039" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (248)" posX="9009.281250" posY="-6673.565430" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (249)" posX="9009.281250" posY="-6672.438965" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (250)" posX="9005.560547" posY="-6676.290039" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (251)" posX="9005.560547" posY="-6673.564941" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (252)" posX="9005.560547" posY="-6672.438965" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (253)" posX="9001.836914" posY="-6676.290039" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (254)" posX="9001.836914" posY="-6673.565430" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (255)" posX="9001.836914" posY="-6672.439941" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (256)" posX="8998.109375" posY="-6676.290039" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (257)" posX="8994.413086" posY="-6676.290039" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (258)" posX="8990.791016" posY="-6676.290039" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (259)" posX="8998.109375" posY="-6673.564941" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (260)" posX="8998.109375" posY="-6672.438477" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (261)" posX="8994.413086" posY="-6673.564941" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (262)" posX="8994.413086" posY="-6672.439941" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (263)" posX="8990.791016" posY="-6673.564941" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (264)" posX="8990.791016" posY="-6672.438477" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (265)" posX="8691.876953" posY="-6818.713379" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (266)" posX="8695.596680" posY="-6818.713379" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (267)" posX="8699.319336" posY="-6818.713379" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (268)" posX="8703.042969" posY="-6818.713379" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (269)" posX="8706.768555" posY="-6818.713379" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (270)" posX="8710.440430" posY="-6818.713379" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (271)" posX="8714.066406" posY="-6818.713379" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (272)" posX="8691.876953" posY="-6821.437988" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (273)" posX="8691.876953" posY="-6822.562012" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (275)" posX="8695.596680" posY="-6821.440918" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (276)" posX="8695.596680" posY="-6822.566895" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (277)" posX="8699.319336" posY="-6821.438477" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (278)" posX="8699.319336" posY="-6822.563965" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (279)" posX="8703.042969" posY="-6821.438477" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (280)" posX="8703.042969" posY="-6822.564453" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (281)" posX="8706.768555" posY="-6821.438477" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (282)" posX="8706.768555" posY="-6822.563965" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (283)" posX="8710.440430" posY="-6821.438477" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (284)" posX="8710.440430" posY="-6822.564941" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (285)" posX="8714.066406" posY="-6821.438965" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (286)" posX="8714.066406" posY="-6822.564941" posZ="44.849331" rotX="3.141593" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (219)" posX="8998.147461" posY="-6723.212891" posZ="44.368710" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (220)" posX="8995.991211" posY="-6700.337402" posZ="44.368874" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (221)" posX="9002.716797" posY="-6711.177734" posZ="44.368877" rotX="-1.570795" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (222)" posX="8989.371094" posY="-6710.995605" posZ="44.371063" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (223)" posX="9012.202148" posY="-6718.911133" posZ="44.365116" rotX="3.141592" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (225)" posX="8707.031250" posY="-6771.202637" posZ="44.368965" rotX="-4.712387" rotY="0.000000" rotZ="0.000000" model="3571"/> 
    <object name="object (226)" posX="8715.381836" posY="-6784.140625" posZ="44.370461" rotX="-6.283185" rotY="0.000000" rotZ="0.000000" model="3572"/> 
    <object name="object (227)" posX="8702.126953" posY="-6784.167480" posZ="44.368877" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="3570"/> 
    <object name="object (228)" posX="8692.692383" posY="-6777.101074" posZ="44.365269" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (230)" posX="8708.786133" posY="-6794.816406" posZ="44.368267" rotX="-6.283185" rotY="0.000000" rotZ="0.000000" model="3565"/> 
    <object name="object (234)" posX="8975.591797" posY="-6749.503418" posZ="41.510616" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (239)" posX="8804.810547" posY="-6702.544434" posZ="40.750050" rotX="-7.853982" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (243)" posX="8818.625000" posY="-6705.371582" posZ="40.926151" rotX="-6.283185" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (244)" posX="8821.883789" posY="-6692.660156" posZ="40.761856" rotX="-4.712389" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (245)" posX="8821.179688" posY="-6790.742676" posZ="40.723026" rotX="-4.712388" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (246)" posX="8807.765625" posY="-6787.596191" posZ="40.717010" rotX="-3.141591" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (247)" posX="8804.513672" posY="-6798.826172" posZ="40.756680" rotX="-1.570794" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (248)" posX="8886.430664" posY="-6787.883789" posZ="40.748379" rotX="-3.141591" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (249)" posX="8882.983398" posY="-6800.620117" posZ="40.756729" rotX="-1.570795" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (250)" posX="8900.310547" posY="-6790.429688" posZ="40.926151" rotX="1.570797" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (252)" posX="8883.846680" posY="-6702.335449" posZ="40.723026" rotX="-1.570794" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (253)" posX="8897.312500" posY="-6705.162598" posZ="40.715248" rotX="0.000002" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (254)" posX="8880.295898" posY="-6706.156738" posZ="37.625824" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="1612"/> 
    <object name="object (255)" posX="8900.307617" posY="-6694.034668" posZ="40.753304" rotX="1.570798" rotY="0.000000" rotZ="0.000000" model="1315"/> 
    <object name="object (256)" posX="8962.816406" posY="-6717.442383" posZ="41.516369" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (257)" posX="8962.886719" posY="-6774.955566" posZ="41.515869" rotX="-3.141592" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (258)" posX="8941.443359" posY="-6691.115234" posZ="41.500244" rotX="-4.712389" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (259)" posX="8940.762695" posY="-6802.189941" posZ="41.531494" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (260)" posX="8729.368164" posY="-6744.016602" posZ="41.510612" rotX="3.141593" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (261)" posX="8741.770508" posY="-6775.485840" posZ="41.515476" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (262)" posX="8741.788086" posY="-6718.083496" posZ="41.515869" rotX="0.000000" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (263)" posX="8762.953125" posY="-6802.064453" posZ="41.500240" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (265)" posX="8762.243164" posY="-6690.958984" posZ="41.531494" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="1226"/> 
    <object name="object (271)" posX="9013.004883" posY="-6672.437988" posZ="44.866764" rotX="0.000000" rotY="0.000000" rotZ="1.568251" model="2395"/> 
    <object name="object (250)" posX="8873.701172" posY="-6848.824219" posZ="-57.078285" rotX="1.570796" rotY="0.000000" rotZ="1.575000" model="8356"/> 
    <object name="object (253)" posX="8873.701172" posY="-6855.649414" posZ="-57.078285" rotX="0.000000" rotY="0.000000" rotZ="1.575000" model="8356"/> 
    <object name="object (254)" posX="8831.127930" posY="-6643.923828" posZ="-57.078285" rotX="4.712389" rotY="0.000000" rotZ="1.575000" model="8356"/> 
    <object name="object (255)" posX="8831.127930" posY="-6637.374023" posZ="-57.078285" rotX="3.141593" rotY="0.000000" rotZ="1.575000" model="8356"/> 
    <object name="object (252)" posX="8717.463867" posY="-6759.953613" posZ="35.878731" rotX="1.570796" rotY="0.000000" rotZ="0.000000" model="14409"/> 
    <object name="object (253)" posX="8987.402344" posY="-6735.044434" posZ="35.886845" rotX="-1.570796" rotY="0.000000" rotZ="0.000000" model="14409"/> 
  
    <pickup posX="8982.020508" posY="-6812.535156" posZ="52.244442" type="34" amount="10" respawn="60000"/> 
    <pickup posX="8723.174805" posY="-6679.934570" posZ="52.244335" type="34" amount="10" respawn="60000"/> 
    <pickup posX="8852.628906" posY="-6746.434082" posZ="55.027287" type="37" amount="50" respawn="90000"/> 
    <pickup posX="8914.904297" posY="-6747.467285" posZ="39.135532" type="28" amount="150" respawn="30000"/> 
    <pickup posX="8789.772461" posY="-6745.555176" posZ="39.135532" type="28" amount="150" respawn="30000"/> 
    <pickup posX="8758.485352" posY="-6850.752930" posZ="40.629318" type="28" amount="150" respawn="30000"/> 
    <pickup posX="8946.801758" posY="-6642.266113" posZ="40.629318" type="28" amount="150" respawn="30000"/> 
    <pickup posX="8829.196289" posY="-6733.425293" posZ="39.127335" type="31" amount="200" respawn="20000"/> 
    <pickup posX="8875.572266" posY="-6759.600586" posZ="39.127331" type="31" amount="200" respawn="20000"/> 
    <pickup posX="8787.769531" posY="-6685.360352" posZ="49.963802" type="22" amount="50" respawn="10000"/> 
    <pickup posX="8916.911133" posY="-6807.596191" posZ="50.013802" type="22" amount="50" respawn="10000"/> 
    <pickup posX="9003.111328" posY="-6786.104492" posZ="44.103748" type="16" amount="5" respawn="40000"/> 
    <pickup posX="8701.702148" posY="-6707.036133" posZ="44.103748" type="16" amount="5" respawn="40000"/> 
    <pickup posX="8851.581055" posY="-6777.869629" posZ="42.002834" type="22" amount="50" respawn="10000"/> 
    <pickup posX="8853.416992" posY="-6715.427734" posZ="41.977837" type="22" amount="50" respawn="10000"/> 
    <pickup posX="8787.205078" posY="-6723.782227" posZ="39.140850" type="28" amount="150" respawn="30000"/> 
    <pickup posX="8917.585938" posY="-6769.079102" posZ="39.140808" type="28" amount="150" respawn="30000"/> 
    <pickup posX="8987.739258" posY="-6757.484863" posZ="39.128647" type="armor" amount="50" respawn="30000"/> 
    <pickup posX="8717.082031" posY="-6737.431641" posZ="39.128658" type="armor" amount="50" respawn="20000"/> 
    <pickup posX="8853.393555" posY="-6807.899414" posZ="43.349571" type="health" amount="100" respawn="40000"/> 
    <pickup posX="8853.704102" posY="-6684.758789" posZ="43.374573" type="health" amount="100" respawn="40000"/> 
    <pickup posX="8788.013672" posY="-6759.915039" posZ="39.131004" type="armor" amount="50" respawn="20000"/> 
    <pickup posX="8916.875977" posY="-6732.731934" posZ="39.130852" type="armor" amount="50" respawn="20000"/> 
    <pickup posX="8944.041016" posY="-6753.685547" posZ="40.404675" type="18" amount="5" respawn="50000"/> 
    <pickup posX="8761.088867" posY="-6739.424316" posZ="40.404675" type="18" amount="5" respawn="50000"/> 
    <pickup posX="8760.574219" posY="-6725.507324" posZ="45.500854" type="22" amount="50" respawn="20000"/> 
    <pickup posX="8944.390625" posY="-6767.541992" posZ="45.500854" type="22" amount="50" respawn="20000"/> 
    <pickup posX="8838.241211" posY="-6618.256836" posZ="28.725657" type="28" amount="150" respawn="30000"/> 
    <pickup posX="8866.583984" posY="-6874.718750" posZ="28.725657" type="28" amount="150" respawn="30000"/> 
    <pickup posX="9022.775391" posY="-6727.010254" posZ="28.725657" type="4" amount="1" respawn="10000"/> 
    <pickup posX="8682.006836" posY="-6768.108398" posZ="28.725657" type="4" amount="1" respawn="10000"/> 
    <pickup posX="8705.824219" posY="-6819.148926" posZ="46.474331" type="27" amount="50" respawn="30000"/> 
    <pickup posX="8999.070313" posY="-6675.876953" posZ="46.481606" type="27" amount="50" respawn="30000"/> 
    <pickup posX="8689.513672" posY="-6821.670898" posZ="43.182800" type="31" amount="250" respawn="60000"/> 
    <pickup posX="9015.350586" posY="-6673.316895" posZ="43.232834" type="31" amount="250" respawn="60000"/> 
    <pickup posX="8846.000000" posY="-6838.858398" posZ="43.349571" type="health" amount="100" respawn="60000"/> 
    <pickup posX="8858.642578" posY="-6653.885742" posZ="43.374573" type="health" amount="100" respawn="60000"/> 
    <pickup posX="8941.135742" posY="-6672.764648" posZ="41.776627" type="22" amount="50" respawn="20000"/> 
    <pickup posX="8763.514648" posY="-6820.364258" posZ="41.776627" type="22" amount="50" respawn="20000"/> 
    <pickup posX="8986.317383" posY="-6674.988281" posZ="46.309631" type="9" amount="1" respawn="40000"/> 
    <pickup posX="8718.555664" posY="-6820.594238" posZ="46.355316" type="9" amount="1" respawn="40000"/> 
    <pickup posX="8902.124023" posY="-6725.721191" posZ="39.123825" type="17" amount="5" respawn="60000"/> 
    <pickup posX="8802.898438" posY="-6766.736816" posZ="39.124039" type="17" amount="5" respawn="60000"/> 
  
    <team name="RED" colorR="255" colorG="0" colorB="0"> 
        <flag name="RED" posX="8714.602539" posY="-6805.778809" posZ="40.582184"> 
            <spawnpoint name="spawnpoint 0 " posX="8736.738281" posY="-6746.426270" posZ="39.046120" rot="0" skin="122"/> 
    </team> 
    <team name="BLUE" colorR="0" colorG="0" colorB="255"> 
        <flag name="BLUE" posX="8990.416992" posY="-6689.189453" posZ="40.587902"> 
            <spawnpoint name="spawnpoint 1 " posX="8968.039063" posY="-6746.426270" posZ="39.046120" rot="0" skin="116"/> 
    </team> 
  
    <vehicle name="Billiger Wagen" model="554" posX="8950.101563" posY="-6737.364258" posZ="38.831196" rotX="271" rotY="0" rotZ="0"/> 
    <vehicle name="Billiger Wagen" model="554" posX="8755.014648" posY="-6755.606445" posZ="38.831196" rotX="89" rotY="0" rotZ="0"/> 
    <vehicle name="Laster" model="456" posX="8707.470703" posY="-6734.123047" posZ="38.876366" rotX="360" rotY="0" rotZ="0"/> 
    <vehicle name="Laster" model="456" posX="8997.406250" posY="-6761.091309" posZ="38.876286" rotX="178" rotY="0" rotZ="0"/> 
    <vehicle name="Mittelklasse" model="405" posX="8759.499023" posY="-6677.724609" posZ="38.646458" rotX="89" rotY="0" rotZ="0"/> 
    <vehicle name="Mittelklasse" model="405" posX="8945.667969" posY="-6815.255371" posZ="38.648251" rotX="271" rotY="0" rotZ="0"/> 
    <vehicle name="Mittelklasse" model="426" posX="8826.982422" posY="-6761.823242" posZ="38.445824" rotX="182" rotY="0" rotZ="0"/> 
    <vehicle name="Mittelklasse" model="426" posX="8878.099609" posY="-6731.246582" posZ="38.445824" rotX="360" rotY="0" rotZ="0"/> 
    <vehicle name="Laster" model="428" posX="8802.746094" posY="-6776.499023" posZ="38.875614" rotX="271" rotY="0" rotZ="0"/> 
    <vehicle name="Laster" model="428" posX="8902.954102" posY="-6716.549316" posZ="38.875614" rotX="90" rotY="0" rotZ="0"/> 
    <vehicle name="Dinghy" model="473" posX="8858.669922" posY="-6601.606934" posZ="27.398924" rotX="360" rotY="0" rotZ="0"/> 
    <vehicle name="Dinghy" model="473" posX="8846.314453" posY="-6891.404785" posZ="26.979086" rotX="182" rotY="0" rotZ="0"/> 
    <vehicle name="Sportwagen" model="415" posX="8938.576172" posY="-6626.577637" posZ="38.475346" rotX="90" rotY="0" rotZ="0"/> 
    <vehicle name="Sportwagen" model="415" posX="8766.762695" posY="-6866.458008" posZ="38.475346" rotX="271" rotY="0" rotZ="0"/> 
    <vehicle name="PCJ 600" model="461" posX="8936.916992" posY="-6853.819824" posZ="38.291115" rotX="182" rotY="0" rotZ="0"/> 
    <vehicle name="PCJ 600" model="461" posX="8767.890625" posY="-6639.259766" posZ="38.291149" rotX="360" rotY="0" rotZ="0"/> 
    <vehicle name="Gabelstapler" model="530" posX="8803.101563" posY="-6745.418945" posZ="38.432327" rotX="271" rotY="0" rotZ="0"/> 
    <vehicle name="Gabelstapler" model="530" posX="8901.731445" posY="-6747.395020" posZ="38.432224" rotX="90" rotY="0" rotZ="0"/> 
    <vehicle name="Billiger Wagen" model="400" posX="8884.478516" posY="-6772.671387" posZ="38.780594" rotX="360" rotY="0" rotZ="0"/> 
    <vehicle name="Billiger Wagen" model="400" posX="8820.355469" posY="-6720.449707" posZ="38.780548" rotX="182" rotY="0" rotZ="0"/> 
    <vehicle name="Industrie Fahrzeug" model="578" posX="8858.740234" posY="-6690.109375" posZ="39.370567" rotX="89" rotY="0" rotZ="0"/> 
    <vehicle name="Industrie Fahrzeug" model="578" posX="8845.833008" posY="-6803.036133" posZ="39.370567" rotX="271" rotY="0" rotZ="0"/> 
    <vehicle name="Mittelklasse" model="471" posX="8737.758789" posY="-6846.491699" posZ="38.200821" rotX="271" rotY="0" rotZ="0"/> 
    <vehicle name="Mittelklasse" model="471" posX="8967.623047" posY="-6646.017578" posZ="38.200821" rotX="90" rotY="0" rotZ="0"/> 
  
</map> 
  

Sorry for doubleposting but the max character limit didnt want me to show you the whole code. We took many parts of already existing maps so thanks goes to the creater of ctf-sewers and ctf-csitaly

If you have any idea what the problem could be i'd be happy if you tell me.

Thanks in advance

Link to comment

In the server console, type "info " and it will give you the load failure reason. Alternatively use the getResourceLoadFailureReason scripting function.

Also, please ensure your XML syntax is properly formatted. You can use any syntax checker to do this, such as http://www.xml.com/pub/a/tools/ruwf/check.html. A notepad++ plugin also exists to check XML syntax.

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...