Just got this error show up in console :/Code:Calling hook CanAcceptItem resulted in a conflict between the following plugins: Skins - True (Boolean), DangerousTreasures (CannotAccept (CanAcceptResult))
DangerousTreasures
Moved
Total Downloads: 3,087 - First Release: May 20, 2017 - Last Update: Jul 20, 2018
- 5/5, 24 likes
-
[DOUBLEPOST=1500117478][/DOUBLEPOST]So just replace:
Code:object CanAcceptItem(ItemContainer container, Item item) { if (Containers.Exists(c => c.inventory == container && c.status != ContainerStatus.Ready)) { return false; } return true; }
Code:object CanAcceptItem(ItemContainer container, Item item) { if (Containers.Exists(c => c.inventory == container && c.status != ContainerStatus.Ready)) { return false; } return null; }
-
Ah OK will give it a go
Thank you @nivex
-
Do I need to give the permission to the default group or is it only for admins?
-
dangeroustreasures.th - awarded when the map wipes. The plugin gives this out automatically so you don't need to.
treasurehunter - awarded when the map wipes. The plugin gives this out automatically so you don't need to. -
One suggestion - Remove the Y coordinates from broadcasting - X and Z are enough, most people don't even use Y coordinates.
-
Anyone else having ghost icons on LustyMap called dtchest '#'? These are being left over and I can't get rid of them.
-
nivex updated Dangerous Treasures with a new update entry:
0.1.23
-
Hello . It does not work. I only have this message looping every time : "Event failed to start! Unable to obtain a valid position. Please try again"
-
Open DangerousTreasures.cs file
Search: int maxRetries = 100;
Replace 100 with 500
Save, and install
Use dteventLast edited by a moderator: Jul 22, 2017 -
Help
How to add an icon to the map?
I do not use LastyMap. i use my plugin Map
I need a path to the icon oxide/data/Map/
and api
ApiAddPointUrl(string url, string iconName, Vector3 position) - add icon.
ApiRemovePointUrl(string url, string iconName, Vector3 position) - remove icon -
hi. How do you know how many entities are present in the game? I went from 100 to 1000 but still the same error message.
-
-
Thx. Not sorry, I do not have the ability to test on another server. The size of the card is 3000.
-
Are there any other messages in server console? -
boxes not showing up on lusty map ...
Attached Files:
-
-
-
is it possible to generate the marker name on lustymap with a shortname? I changed the image name in the config to "Treasure" but it still shows the string* number after "Treasure_2" http://i.imgur.com/ml9D2Vd.png the icon got nearly 200 views in 20 minutes some how. lol -
-
Is it possible to disable the Events for wipe day? Would be cool to have the first events on second day of wipe