-
Posts
4,582 -
Joined
-
Last visited
-
Days Won
57
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by imthenewguy
-
- 279 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 1,511 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 279 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
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,511 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,511 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 24 comments
-
- 1
-
-
- #vending
- #vending machine
-
(and 6 more)
Tagged with:
-
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,511 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 222 comments
-
- 1
-
-
- 222 comments
-
- 199 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
- 199 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
That is an issue with the stack plugin you are using. If using a stacks plugin, it should be preventing stacking based on the item.name attribute. I recommend using Stack Modifier by the mad genius Khan. You can also set the following config value to true: "Use EpicLoot to prevent enhanced items from stacking? [Disable if you are having conflicts with stack control plugins]" This will throw up endless conflict errors in your console though, so not ideal.
- 279 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
These are the primary permissions. If they aren't showing on your manager, check page 2. skilltree.chat - required to use the chat commands to access the skill tree menu. skilltree.xp - required to obtain xp from xp sources. skilltree.tree - required to access and use the skill tree. skilltree.admin - required to use the admin commands. skilltree.all - allows user access to all trees. skilltree.Mining - allows the user to access the mining tree. skilltree.Woodcutting - allows the user to access the woodcutting tree. skilltree.Skinning - allows the user to access the skinning tree. skilltree.Harvesting - allows the user to access the harvesting tree. skilltree.Combat - allows the user to access the combat tree. skilltree.Medical - allows the user to access the medical tree. skilltree.Build_Craft - allows the user to access the build craft tree. skilltree.Scavenging - allows the user to access the scavenging tree. skilltree.Vehicles - allows the user to access the vehicles tree. skilltree.Cooking - allows the user to access the cooking tree. skilltree.bag.keepondeath - prevents the ExtraPockets bag from dropping on death. skilltree.notitles - Removes the level title from the player (Requires BetterChat) skilltree.noxploss - Prevents xp loss.
- 1,511 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 279 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 279 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 1,511 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 199 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
- 1,511 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
