ARK: Survival Evolved
Reusable Plus
 Αυτό το θέμα έχει επισημανθεί, οπότε πιθανώς είναι σημαντικό
123  [δημιουργός] 6 Ιουλ 2016, 3:23
Supply Drops with Reusable Plus Items
Would you like to provide the Reusable Plus Items in your custom supply drops? This thread contains example code and the Item Names.

While implementing Custom Supply Drops is beyond the scope of this document this is the code you will need to add Reusable Plus Items to your custom supply drops. Google is your friend for finding more info about adding Custom Supply Drops to your server.

Item Names

The names for each item are as follows:

- Reusable Bola: PrimalItem_WeaponReusableBola_C
- Reusable Flare Gun: PrimalItem_WeaponReusableFlareGun_C
- Reusable Spear: PrimalItem_WeaponReusableSpear_C
- Reusable Grappling Hook: PrimalItemAmmo_ReusableGrapplingHook_C
- Reusable Parachute: PrimalItemConsumableBuff_ReusableParachute_C

Remember, certain items work best when the Player has at least TWO of them so it is a good idea for the drops to provide at least 2 Bolas and Spears.

Example Code

This is example code to add an item set which drops two Reusable Bolas:

(MinNumItems = 1, MaxNumItems = 1, NumItemsPower = 1.0, SetWeight = 0.1, bItemsRandomWithoutReplacement = true, ItemEntries = ((EntryWeight = 1.0, ItemClassStrings = ("PrimalItem_WeaponReusableBola_C"), ItemsWeights = (1.0), MinQuantity = 2.0, MaxQuantity = 2.0, minQuality = 0.0, MaxQuality = 0.0, bForceBlueprint = false, ChanceToBeBlueprintOverride = 0.0)))
Τελευταία επεξεργασία από 123; 6 Ιουλ 2016, 3:24