-
Posts
4,910 -
Joined
-
Last visited
-
Days Won
65
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by imthenewguy
-
- 48 comments
-
- #skilltree
- #event
-
(and 4 more)
Tagged with:
-
- 50 comments
-
- #enchanting
- #epic
- (and 4 more)
-
Ive raised it with Raul again. He's looking into it.
-
Its a Dictionary<string, double> String is the name of the npc profile, double is the xp value. Something liek this: "NpcSpawn (by KpucTaji) settings": { "Dictionary of NPC names and the value that they provide": { "myNpcProfile": 120, "myNpcProfile2": 150 } },
-
using hammer/mouse3 click isn't working suddenly
imthenewguy replied to Tage2's Support Report in Support
Can you confirm what the ownerid of the target entity is? The only way the code fails for a non-admin is when the owner id of the entity is not equal to the player, which means something else has reset it or overridden it. I will add a failsafe to the next release that checks the ownerid from data of the entity as well. -
There shouldn't be any reason the icon isnt showing up in the UI. Can you show me a video of the issue from creation of the shop?
-
Question about integrating Legendary Item drops with BetterNpc per monument
imthenewguy replied to GameKit47's Support Report in Support
Legendary items supports NpcSpawn npcs. It will create a drop bag with the loot inside at the position the npc died. It relies on the Loot source being set correctly, and allows you to filter based on the name of the npc profile. Example config. { "Loot source": "BetterNPC", "Prefab shortname, boss profile, event name [null if not required]": "name_of_your_npc_here", "A list of required skin IDs [null if not required]": [], "Identifiers to exclude from consideration [List - null if not required]": [], "Drop chance [%]": 10.0, "Should we consider loot chance modifiers that the player may have?": false, "Items that can drop from this source [profile name: drop weight]": { "Rocket Barrage": 25 } }, -
I recommend using a permissions manager plugin if you aren't already. Helpful for seeing exactly what permissions are available for a plugin.
-
Have you granted all of the relevant permissions? A number of them have permissions in order to purchase from the market.
-
- 1,601 comments
-
- 2
-
-
- #leveling
- #progression
- (and 19 more)
-
You would achieve this by changing the entities to deployable types that cannot be placed on a tugboat, such as a teslacoil.
-
Doesn't the speaker icon only exist when you are pressing the talk button?
-
- 213 comments
-
- 1
-
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
The entire menu? It should appear over the top of your other UI when being used. Can you show me a pic of the issue?
-
I see the issue. WIll patch in the next release.
-
- 23 comments
-
- #skilltree
- #skill
- (and 10 more)
-
Should all be sorted now.
-
The video you had on there isn't available. How do I replicate the issue?
-
Issue should be resolved. Turns out it was an issue from the scaling changes I made.
-
Will add to next releases.
- 1 reply
-
- 1
-
-
Will null check the inventory of the container.
-
- 18 comments
-
- #skills
- #skill tree
-
(and 3 more)
Tagged with:
-
I am looking into this. It was apparently broken by Facepunch with Anti-hack updates. I've been on holiday since forced wipe.
-
I can't replicate the issue on my server. Can you provide me with step by step instructions so I can see the issue from my end?