Challenges.png
(2)

Merchant: j1r4
Price: $9.00
Framework: RocketMod
By purchasing this product you agree END-USER AGREEMENT

Challenges

Every new day or week, new set of challenges will be available to be completed. After completing a challenge, the player receives a certain amount of points, which can be spent on items in shop. Shop rotates items sold in it every X days (configurable) with random items from configuration.

Dependencies

  • RocketExtenions , UniTask, MySQL
  • Dependencies are installed automatically by the loader

Workshop

  • Plugin requires a workshop to function. You can download it in the "Workshop" tab.

Available challenges

  • KILLZOMBIE ⇒ Kill zombies
  • KILLZOMBIELOCATION ⇒ Kill zombies in certain location, you can set the location by adding it in AdditionalArgs
  • KILLPLAYER ⇒ Kill players
  • KILLPLAYERLOCATION ⇒ Kill players in certain location, you can set the location by adding it in AdditionalArgs
  • GETITEM ⇒ Get items, when you have enough in your inventory you can click "Claim" to exchange the items for points
  • KILLMEGA ⇒ Kill mega zombies
  • KILLMEGALOCATION ⇒ Kill mega zombies in certain location, you can set the location by adding it in AdditionalArgs
  • PLAYMINUTES ⇒ Stay for X minutes on the server
  • GETHEADHOSTKILLS ⇒ Kill players in the head
  • KILLANIMAL ⇒ Kill animals, if you specify the ID of the animal in additional args, only this animal will count and animal's name will be available in the translation.
  • MINEORES ⇒ Mine X ores, you need to configure oresIDs in configuration for the plugin to count the ores
  • CHOPTREES ⇒ Chop down X trees, you need to configure treeIDs in configuration for the plugin to count the trees
  • FISH ⇒ Catch X fish
  • HARVEST=> Harvest X plants, accepts plant ID as AdditionalArgs
  • KILLZOMBIEMELEE ⇒ Kill X zombies using any MELEE weapon
  • TRAVELVEHICLE ⇒ Travel X meters using a vehicle

Commands

  • /points - Opens UI | permission: "challenges.points"

Contact

If you have issues with the plugin, feel free to DM me on discord: j1r4

<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ConnectionString>SERVER=localhost;DATABASE=unturned;UID=root;PASSWORD=test;PORT=3306;charset=utf8</ConnectionString>
  <TableNamePoints>Points</TableNamePoints>
  <TableNameChallenges>Challenges</TableNameChallenges>
  <TableNameShopPurchases>ChallengesShop_Purchases</TableNameShopPurchases>
  <CurrencyName>Points</CurrencyName>
  <EffectID>32197</EffectID>
  <TrackingEffectID>32198</TrackingEffectID>
  <ShopUpdateHours>72</ShopUpdateHours>
  <FirstChallengesUpdateHours>24</FirstChallengesUpdateHours>
  <SecondChallengesUpdateHours>168</SecondChallengesUpdateHours>
  <IconURL>https://raw.githubusercontent.com/Jiraxd/HypnoticRPImages/main/{ITEM_ID}.png</IconURL>
  <treeIDs>
    <unsignedShort>1</unsignedShort>
  </treeIDs>
  <oresIDs>
    <unsignedShort>2</unsignedShort>
  </oresIDs>
  <ChallengesWeekly>
    <ArrayOfChallenge>
      <Challenge ChallengeType="KILLZOMBIE" AdditionalArgs="" ChallengeValue="150" ChallengeReward="100" />
      <Challenge ChallengeType="KILLZOMBIELOCATION" AdditionalArgs="Seattle" ChallengeValue="200" ChallengeReward="150" />
      <Challenge ChallengeType="KILLPLAYER" AdditionalArgs="Seattle" ChallengeValue="200" ChallengeReward="150" />
      <Challenge ChallengeType="PLAYMINUTES" AdditionalArgs="Seattle" ChallengeValue="200" ChallengeReward="150" />
    </ArrayOfChallenge>
    <ArrayOfChallenge>
      <Challenge ChallengeType="KILLPLAYER" AdditionalArgs="" ChallengeValue="20" ChallengeReward="100" />
      <Challenge ChallengeType="KILLMEGALOCATION" AdditionalArgs="Seattle" ChallengeValue="5" ChallengeReward="100" />
      <Challenge ChallengeType="PLAYMINUTES" AdditionalArgs="Seattle" ChallengeValue="200" ChallengeReward="150" />
      <Challenge ChallengeType="GETITEM" AdditionalArgs="336" ChallengeValue="200" ChallengeReward="150" />
    </ArrayOfChallenge>
  </ChallengesWeekly>
  <ChallengesDaily>
    <ArrayOfChallenge>
      <Challenge ChallengeType="KILLZOMBIE" AdditionalArgs="" ChallengeValue="150" ChallengeReward="100" />
      <Challenge ChallengeType="KILLZOMBIELOCATION" AdditionalArgs="Seattle" ChallengeValue="200" ChallengeReward="150" />
      <Challenge ChallengeType="KILLPLAYER" AdditionalArgs="Seattle" ChallengeValue="200" ChallengeReward="150" />
      <Challenge ChallengeType="PLAYMINUTES" AdditionalArgs="Seattle" ChallengeValue="200" ChallengeReward="150" />
    </ArrayOfChallenge>
    <ArrayOfChallenge>
      <Challenge ChallengeType="KILLPLAYER" AdditionalArgs="" ChallengeValue="20" ChallengeReward="100" />
      <Challenge ChallengeType="KILLMEGALOCATION" AdditionalArgs="Seattle" ChallengeValue="5" ChallengeReward="100" />
      <Challenge ChallengeType="KILLPLAYER" AdditionalArgs="Seattle" ChallengeValue="200" ChallengeReward="150" />
      <Challenge ChallengeType="GETITEM" AdditionalArgs="15" ChallengeValue="2" ChallengeReward="150" />
    </ArrayOfChallenge>
  </ChallengesDaily>
  <Purchasables>
    <ArrayOfPurchasable>
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="17" Price="10" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="0" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
    </ArrayOfPurchasable>
    <ArrayOfPurchasable>
      <Purchasable ItemID="1007" Price="25" BuyLimit="1" />
      <Purchasable ItemID="21" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
      <Purchasable ItemID="15" Price="5" BuyLimit="1" />
    </ArrayOfPurchasable>
  </Purchasables>
</Config>
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="KILLZOMBIE_UI" Value="Kill {0} Zombies" />
  <Translation Id="KILLZOMBIELOCATION_UI" Value="Kill {0} Zombies at {1}" />
  <Translation Id="KILLPLAYER_UI" Value="Kill {0} Players" />
  <Translation Id="KILLPLAYERLOCATION_UI" Value="Kill {0} Players at {1}" />
  <Translation Id="GETITEM_UI" Value="Get {0} {1}" />
  <Translation Id="KILLMEGA_UI" Value="Kill {0} Mega Zombies" />
  <Translation Id="KILLMEGALOCATION_UI" Value="Kill {0} Mega Zombies at {1}" />
  <Translation Id="PLAYMINUTES_UI" Value="Play for {0} minutes" />
  <Translation Id="GETHEADSHOTKILLS_UI" Value="Get {0} headshot kills" />
  <Translation Id="KILLANIMAL_UI" Value="Kill {0} Animals" />
  <Translation Id="KILLANIMAL_UI_ID" Value="Kill {0} Animals [{1}]" />
  <Translation Id="HARVEST_UI_ID" Value="Harvest {0} crops [{1}]" />
  <Translation Id="KILLZOMBIE" Value="Kill {0} zombies {0}/{1}" />
  <Translation Id="KILLZOMBIELOCATION" Value="Kill zombies {0}/{1} at {2}" />
  <Translation Id="KILLPLAYER" Value="Kill players {0}/{1}" />
  <Translation Id="KILLPLAYERLOCATION" Value="Kill players {0}/{1} at {2}" />
  <Translation Id="GETITEM" Value="Get {0}/{1} item(s)" />
  <Translation Id="KILLMEGA" Value="Kill mega zombies {0}/{1}" />
  <Translation Id="KILLMEGALOCATION" Value="Kill mega zombies {0}/{1} at {2}" />
  <Translation Id="PLAYMINUTES" Value="Play for {0}/{1} minutes" />
  <Translation Id="GETHEADSHOTKILLS" Value="Get {0}/{1} headshot kills" />
  <Translation Id="KILLANIMAL" Value="Kill animals {0}/{1}" />
  <Translation Id="KILLANIMAL_ID" Value="Kill animals  [{2}] {0}/{1}" />
  <Translation Id="finish_challenge" Value="You just completed a challenge! Type /challenges to view your finished challenges!" />
  <Translation Id="change_challenges" Value="Challenges were updated, please, re-open the UI using /challenges !" />
  <Translation Id="reset_challenges_daily" Value="Daily challenges just resetted!" />
  <Translation Id="reset_challenges_weekly" Value="Weekly challenges just resetted!" />
  <Translation Id="reset_shop" Value="Point shop just resetted!" />
  <Translation Id="not_enough_points" Value="You do not have enough points to purchase this item!" />
  <Translation Id="not_trackable" Value="This challenge type is not trackable!" />
  <Translation Id="claim_points" Value="Successfully claimed a reward of {0} points!" />
  <Translation Id="not_enough_items" Value="You do not have enough items to finish this challenge!" />
  <Translation Id="TIMESPANLONG" Value="{0} Days, {1} Hours, {2} Minutes" />
  <Translation Id="TIMESPAN" Value="{0} Hours, {1} Minutes" />
  <Translation Id="TRACKTEXT" Value="Track" />
  <Translation Id="UNTRACKTEXT" Value="Untrack" />
  <Translation Id="CLAIMTEXT" Value="Claim" />
  <Translation Id="PURCHASETEXT" Value="Purchase" />
  <Translation Id="DAILYTITLE" Value="Daily Challenges" />
  <Translation Id="TEXTCHALLENGES" Value="Challenges" />
  <Translation Id="TEXTSHOP" Value="Point Shop" />
  <Translation Id="SHOPTITLE" Value="Point Shop" />
  <Translation Id="WEEKLYTITLE" Value="Weekly Challenges" />
  <Translation Id="MINEORES_UI" Value="Mine {0} ores" />
  <Translation Id="CHOPTREES_UI" Value="Chop down {0} trees" />
  <Translation Id="FISH_UI" Value="Fish up {0} fish" />
  <Translation Id="KILLZOMBIEMELEE_UI" Value="Kill {0} zombies with melee" />
  <Translation Id="HARVEST_UI" Value="Harvest {0} plants" />
  <Translation Id="TRAVELVEHICLE_UI" Value="Travel {0} meters with vehicle" />
</Translations>

Not found