-
Posts
1,254 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Krungh Crow
-
have to look at `MenuTip`
-
Version 1.1.0
466 downloads
Crafting of Stationary Paper with new skins for organisiation and a locked `Admin Note` Features : Vanilla Notes get a new skin when crafted Craft different stationary papers each with their own skin and name Admin Note cant be rewritten or crafted if a player doesn't have the stationarypaper.admin permission assigned (to avoid abuse) Set a crafting price (wood for now) the Admin Notes are free to craft by admins Chat notification when not enough wood to craft in your inventory Craft canceling if no free inventory space Popup with costs when crafted (custom items don't show in notifications when crafting) Can be added to kits Backpacks safe (Bank does not support custom item names) Permissions : stationarypaper.admin (to be able to craft the admin note) stationarypaper.normal (To craft the notes for vanilla price : 10 wood) Commands : /note info : for a full listing of Configuration setup and commands /note admin : Crafts a Admin Note (locked for editing) /note bomb : Crafts a Bomb Letter (Does not explode) /note crow : Crafts a Crow Note /note information : Crafts a Info Note /note love : Crafts a Love Letter Configuration : { "Main config": { "Debug": false, "Chat Prefix": "[<color=purple>Stationary Paper</color>] " }, "Crafting Costs": { "Wood ammount": 100 } } Localisation : English language file included to use a diffrent language just make a new file in the language folder. { "NoteCrafted": "You succesfully crafted a <color=orange>{0}</color>", "Info": "\n<color=green>Available Commands</color> :\n<color=orange>/note info</color> : Shows info on version/author and commands", "InfoAdmin": "<color=orange>/note admin</color> : Crafts a Admin Note", "InfoBomb": "<color=orange>/note bomb</color> : Crafts a Bomb letter (does not explode)", "InfoCrow": "<color=orange>/note crow</color> : Crafts a Crow Note", "InfoInfo": "<color=orange>/note information</color> : Crafts a Info Note", "InfoLove": "<color=orange>/note love</color> : Crafts a Love Letter", "InvalidInput": "Please enter a valid command!", "InventoryFull": "You need at least 1 more slot in your inventory,canceling the craft", "Version": "Version : V", "NoPermission": "You do not have permission to use that command!" } Skins are uploaded with : Totally worth itFree -
Changed Status from Pending to Work in Progress
-
Changed Status from Pending to Work in Progress
-
error spamming after last rust update
Krungh Crow replied to DutchPrelude's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to 1.0.6 -
works perfect on my testserver. Do you have any other animal related or navmesh related plugins running ? I might have to remove the no run section and see if it could still be a issue
-
error spamming after last rust update
Krungh Crow replied to DutchPrelude's Support Request in Support
the new AI is kinda botched i noticed oxide released a attempt to fix this nre i will do more testing myself too -
- 31 comments
-
- 31 comments
-
#CrazyIdea - Fortune Cookies (Casual Questions)
Krungh Crow replied to Flammable's topic in Requests
Large lootbags with a skin has everything in and can make it trigger to send a randomised chatmessage that way u can edit the loot or reward with an loot plugin -
all backtothewild does is alter stats vs customai which built its own behaviour and if u set server variables to ai.move false ai.think false then there will be issues
-
- 31 comments
-
- 1
-
-
yes and new npc-animal behaviour and appearance this will have some impact on plugins using npc and animals allso
-
yeah i got the terrain bit covered but the new rocks(cliffs) hdrp are a pain in the but lol
-
they move on my test server they do pause (confusion) when reaching original treshold then attack again i have to think of a complete monobehaviour to make them agro allways and dont give up on attacks
-
animals wont move if u ported around in vanish and unvanish i have not changed the the immobile animals in the plugin. i set the chance to flee to 0 so that could be it i could change it to treshold instead
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.4 Added the Test feature to disable spawns in 1 zone in the config @Solsey
-
yeah i have the NPC vs Animal attacks tested "Global settings": { "Use Global Targeting": true, "Animals ignore NPC's": true, "NPC's ignore Animals": true }, that would stop their targeting wolf/bear/boar allready have the agressive tag so you dont need a behaviour for that So basicly u want them not to run away when their HP gets low (treshold) ?
-
testing the zones (never used zones so its a little puzzle for me) so far i have it to block spawns in 1 zone (but i think users like to have it blocked in multiple zones (id's) if needed) Ill keep u posted extra progress so far "Suicide block": false, "Zone block": true, "Zone ID": 29190840
-
ah i need to check into that too thx for the report