-
Posts
3,850 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
What commands are private but registered in the plugin? Might these work for the next version?
imthenewguy replied to P.P's Support Request in Support
Changed Status from Pending to Closed -
The only reasons you wouldn't be getting ingredients: The user has cooking.nogather permission The user doesn't have cooking.gather permission There are no ingredients in the config. You don't have the latest version of Cooking (2.0.1)
-
only allow ST to run on assigned players
imthenewguy replied to GooberGrape's Support Request in Support
The most obvious solution would be not to assign any of the skill tree permissions to the default oxide group, and instead create a new oxide group with the permissions attached, and add users into that group whom you want to use the plugin. -
Have you also accidentally added the cooking.nogather permissions?
-
If you want to move it along the x axis, adjust both x_min and x_max by the same value to move them. The same goes for the y axis. Example: The default values are: public string x_min = "185.4"; public string y_min = "25.4"; public string x_max = "227.4"; public string y_max = "67.4"; If I wanted to move the icon to the left by 50, I would do the following. public string x_min = "135.4"; public string y_min = "25.4"; public string x_max = "177.4"; public string y_max = "67.4";
- 1,333 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.16
-
There isnt but I like the idea.
-
Ahh has the prefab path changed?
-
Remove the XP displayed you get when farming
imthenewguy replied to mrc_sdl's Support Request in Support
"Enable xp drop hud for players by default" This only affects newly connecting players. Players who have connected to the server already this wipe will have it enabled. You can go into the data file and disable for each user though. -
Remove the XP displayed you get when farming
imthenewguy replied to mrc_sdl's Support Request in Support
Its in the config and player settings menu -
- 1,333 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 23 comments
-
- 1
-
-
- #vending
- #vending machine
-
(and 6 more)
Tagged with:
-
"Extra pockets button anchors": { "x_min": "185.4", "y_min": "25.4", "x_max": "227.4", "y_max": "67.4" }, The difference between the x_min and x_max value is the size of the button.
-
Hey mate, if you head to the permissions page, you will see a list of permissions you need to assign. In order to grant a permission, you want to assign it to the default oxide group. Do this from the server console by tying: o.grant group default <permission here> Example: o.grant group default skilltree.tree It is recommended to look up some basic server owner tutorials if you aren't familiar with oxides permission system.
- 1,333 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
I think the issue is that your old config was converted, which used the halloween.lootbag.medium as the shortname for the bag. Ensure all of the values under "Bag item settings [Make sure these are the same as the recipe]" match what is shown in the recipe.