Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Adding drops to beacons or alpha dinos


Recommended Posts

So I’ve been looking at adding some element in to our Ragnorok server since with current play times 10 artifacts on a constant farm to get 65 element is not viable for us. We will fight the boss eventually but to play with tek stuff we want another element drop option. So I’m hoping to add it to the dinos or the beacons in small amounts to encourage hunting of alphas or not ignoring beacons. Everything I’ve seen about adding to dinos didn’t seem to have much success according to the forum post about it. Anyone have any experience with this? I tried the following code but doesn’t seem to work.

 

ConfigOverrideSupplyCrateItems=(

 

SupplyCrateClassString="SupplyCrate_Level03_C",MinItemSets=1,MaxItemSets=1,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,

 

ItemSets=(

 

(

 

MinNumItems=1,MaxNumItems=1,NumItemsPower=1.0,SetWeight=0.8,bItemsRandomWithoutReplacement=true,

 

ItemEntries=(

 

(EntryWeight=0.9,ItemClassStrings=("PrimalItemResource_Element_C"),ItemsWeights=(1.0),MinQuantity=5.0,MaxQuantity=10.0,MinQuality=1.0,

MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0),

 

)

 

)

 

)

 

)

 

 

Any help or suggestions would be awesome

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...