Verkaufsstelle für Dünger!

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

      Verkaufsstelle für Dünger!

      Hallo Leute,
      ich habe mir die Düngerherstellung runtergeladen:

      modhoster.de/mods/hot-seeds-fertilizer-produktion


      Jetz würde ich gerne den produzierten Dünger auch verkaufen.
      Leider habe ich keine Anleitung gefunden wie man in LS17 den vorhandenen Trigger etwas hinzu fügt.
      Hat jeman eine Idee oder kann mir helfen?

      Gruß baba
      Hallo,

      fillTypes werden beim LS17 in der map01.xml eingetragen und nicht mehr im Trigger.

      Quellcode

      1. <tipTrigger index="GRAIN_ELEVATOR" stationName="station_grainElevatorGCV" appearsOnPDA="true" isAreaTrigger="true" isSellingPoint="true" triggerWidth="3" litersForFullPriceDrop="200000" fullPriceRecoverHours="48">
      2. <fillType name="wheat" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      3. <fillType name="barley" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      4. <fillType name="rape" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      5. <fillType name="sunflower" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      6. <fillType name="soybean" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      7. <fillType name="maize" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      8. <fillType name="potato" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      9. <fillType name="sugarBeet" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      10. </tipTrigger>
      Hallo,
      es klappt! :D :D :D


      Quellcode

      1. <tipTrigger index="GARDENCENTER" stationName="station_gardenCenter" appearsOnPDA="true" isAreaTrigger="true" isSellingPoint="true" triggerWidth="3" litersForFullPriceDrop="200000" fullPriceRecoverHours="48">
      2. <fillType name="woodChips" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      3. <fillType name="straw" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      4. <fillType name="grass_windrow" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      5. <fillType name="chaff" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      6. <fillType name="dryGrass_windrow" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      7. <fillType name="fertilizer" priceScale="1" supportsGreatDemand="true" disablePriceDrop="false" />
      8. </tipTrigger>
      Eine Frage habe ich noch, wie bekomme ich jetzt z.B. den Dünger in die Verkaufsübersicht?

      Gruß David