Advertisement
Guest User

Untitled

a guest
Apr 21st, 2020
5,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. 1.Add these to limitsdefinition.xml
  2.  
  3. <category name="Bridge"/>
  4. <usage name="Parts"/>
  5.  
  6. 2. Add below to mapgroupproto.xml
  7.  
  8. <group name="Bridge1" lootmax="3">
  9. <usage name="Parts" />
  10. <container name="loot" lootmax="3">
  11. <category name="Bridge"/>
  12. </container>
  13. <dispatch>
  14. <proxy type="GardenPlot" pos="0.000000 0 0.000000" rpy="0.0 0.0 0.0" />
  15. <proxy type="GardenPlot" pos="-0.003173 0 -2.660400" rpy="0.0 0.0 0.0" />
  16. <proxy type="GardenPlot" pos="-0.001464 0 2.587402" rpy="0.0 0.0 0.0" />
  17. </dispatch>
  18. </group>
  19.  
  20. 3. Updatde types.xml for garden plots
  21.  
  22. <type name="GardenPlot">
  23. <nominal>2500</nominal>
  24. <lifetime>1209600</lifetime>
  25. <restock>0</restock>
  26. <min>2500</min>
  27. <quantmin>-1</quantmin>
  28. <quantmax>-1</quantmax>
  29. <cost>100</cost>
  30. <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  31. <category name="Bridge"/>
  32. <usage name="Parts"/>
  33. </type>
  34.  
  35.  
  36. 4.Increae spawn initial to 2000 in globals.xml
  37.  
  38. <var name="SpawnInitial" type="0" value="2000"/>
  39.  
  40. 5.Add generated/pre made co ords to mapgrouppos.xml between <map> and </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement