Advertisement
DonSibleyGames

TraderanylocationEvent

May 6th, 2021
11,836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.46 KB | None | 0 0
  1. <!-- These instructions assume you have seen the video upto this point and have added one of the options to add the trader to the video. Having already added the new entry into MapGroupProto.xml File -->
  2.  
  3. <!-- Add this into CfgEventSpawns.xml -->
  4.  
  5.     <event name="Staticshop">
  6.         <!--<pos x="3702.98" z="5977.98" a="160" /><!-- GM -->
  7.         <pos x="5480.831055" y="100" z="2704.374512" a="127.999321" /> <!-- Rooftop near Balota -->
  8.     </event>
  9.  
  10. <!-- Add this into events.xml -->
  11.  
  12.     <event name="Staticshop">
  13.         <nominal>1</nominal>
  14.         <min>0</min>
  15.         <max>0</max>
  16.         <lifetime>86400</lifetime>
  17.         <restock>0</restock>
  18.         <saferadius>0</saferadius>
  19.         <distanceradius>100</distanceradius>
  20.         <cleanupradius>0</cleanupradius>
  21.         <flags deletable="0" init_random="0" remove_damaged="1"/>
  22.         <position>fixed</position>
  23.         <limit>child</limit>
  24.         <active>1</active>
  25.         <children>
  26.             <child lootmax="0" lootmin="0" max="1" min="1" type="Land_Village_store"/>
  27.         </children>
  28.     </event>
  29.  
  30. <!-- Add the below into MapGroupPos.xml. Recommend only using one new trader added through events -->
  31.  
  32.     <!--<group name="Land_Village_Store_SHOP" pos="3703.87 404.985809 5977.94" rpy="-0.000000 0.000000 160.00" a="-70.00" />--> <!-- Green Mountain -->
  33.     <!--<group name="Land_Village_Store_SHOP" pos="5481.61 86.8539 2704.81" rpy="-0.3 -0.4 127.999321" a="-37.999321" />--> <!-- That other place near Balota -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement