Jump to content

Search the Community

Showing results for tags 'Trader System'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
  • DayZ
    • Discussion
    • Public Servers
    • DayZ SA Resources
    • Q&A Section
  • ArmA 3
    • Epoch Survival
    • Community Projects
    • Q&A Section
    • Terrain Discussion
    • Resources
  • Arma 3 Resources
  • ArmA 2
    • General Discussion.
    • Q&A Section
    • Resources
    • Legacy Resources
    • A2: Community Projects
    • A2 Community Servers
  • Space Engineers
    • General Discussion.
    • Public Servers
  • Other Games
    • Discussion
  • Off Topic
    • Off Topic

Categories

  • Arma 3
  • Arma 2
  • DayZ

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. /* HS Blackmarket by Halv & Suppe */ The HS Blackmarket is a 'new' Trader-system for A3 Epoch, it was created in collaboration with Halv, Halv wrote the main part of the script, he is the true genius. Features: - Trader with Custom Dialog (Menu) - Trader with unlimited supply - You control how many Trader will spawn - Trader will spawn random over the Map - Trader will spawn in 5 different "Camps" - With persistent Vehicles or not persistent Vehicles - Easily edit/add Prices, Items, Vehicles, Weapons - Easily Blacklist Items, Vehicles, Weapons - Easily control about Vehicleammo - Vehicleammo count over restart (10 bullets left for the restart = 10 bullets left after restart) - Static and Random Traders - Work with stock Epoch AH and infistar - Work without emod ! - Work on every Map Pictures: Download: https://github.com/GBR-Suppe/a3_epoch_HSBlackmarket Install: - Copy the "trader" Folder and the Stringtable.xml in your epoch.Mission - Add to your init: [] execVM "trader\init.sqf"; [] execVM "trader\resetvehicleammo.sqf"; [] execVM "trader\HALV_takegive_crypto_init.sqf"; - Add to your description.ext ( on the very top and if you use Halv's spawn script as well, you need only 1x the Halv_defines.hpp) #include "trader\Halv_defines.hpp" #include "trader\tradedialog.hpp" #include "trader\HSPricing.hpp" - (optional) Open epoch.Mission/trader/init.sqf to configurate the HS Blackmarket - (optional) Open epoch.Mission/trader/settings.sqf and resetvehicleammo.sqf to configurate the Vehicleammo - (optional) Open epoch.Mission/trader/HSPricing.hpp to configurate prices, or to add Items, Vehicles, Weapons and so on - (optional) Remove 1 Epoch Trader for every Blackmarket Trader you added (remove Epoch Trader: \Arma 3\@epochhive\epochconfig.hpp ,search for NPCSlotsLimit) - (optional) To get all messages of the traders (like the vehicleworldlimit check) you need: Edit your BE Filter: For infistar Server: for Halv for Suppe Copyright © 2015 Halvhjearne & Suppe This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
×
×
  • Create New...