-
Posts
3,904 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
The pages are generate when the plugin loads as opposed to each time it is called for, for optimization purposes. Having a function like this would require the pages to be built each time a player press the next button or opens the menu, as well as the knock on effect for call backs to pages based on their index. The only thing that would be possible would be preventing a player from crating a meal if there is a permission, but they would still see it as a menu option.
-
I don't have them. It;s a matter of tweaking the values until you get it in the place you want it. The only thing to remember is - if lowing an x value, make sure you lower both x values by the same amount. IE the default value for x_min is "185.4" and the default value for x_max is "227.4". Changing these shifts the icon left to right (lowering makes it go left, increasing makes it go right). If I wanted to shift the button 100 to the left, I change deduct 100 from BOTH x_min and x_max, so the new values would be "85.4" and "127.4" respectively.
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.20
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.20
-
Patched in 1.1.20
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
Ill create a fresh server on my end and give it a try, see if I can replicate the issue.
-
Are they all from dropbox that you are having the issue with, or imagur as well?
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 80 comments
-
- 1
-
-
- #recycler
- #monetization
- (and 5 more)
-
Shutdown your server. Go to oxide/data/ and delete the imagelibrary folder. Start it backl up and see if it fixs it. Give it like 30min after boot to test.
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Usually they appear are server restarts/client restarts. Assuming you haven't updated the image links in the config. Would be worth checking to make sure they are there. Example Bandage Expert should be: https://imgur.com/Ys5zO7o.png
-
- 16 comments
-
- 1
-
-
- #skills
- #skill tree
-
(and 3 more)
Tagged with:
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
Hi mate, Can't sell ingredients to the market unless they are in your inventory. The next patch will allow selling from the ingredient pouch.
-
Assuming the image links haven't been edited in the config, you may need to delete your image library cache and then reload the plugin. Restarting client would also be a good idea after
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.1
-
Fixed in 1.0.1
-
Will most likely work with the BotReSpawn. Haven't looked at the code though so can't say with certainty. Rested xp works like this: Player accumulates a pool of rested xp while offline at a default rate of 1000xp per hour offline rounded down. Once connected, they are told how much xp they have pooled, and they will earn a bonus amount of xp for all tasks (default 25% bonus), which is removed from the bonus xp pool until it is depleted. Example: the player has a bonus pool if 10,000 xp. They hit a tree, which has a default value of 8, so they receive 10 xp instead (8 + 25% = 10). 10 xp is removed from the bonus pool. They complete an in-game mission, which gives the player 1000xp normally, but with the bonus amount its 1250 xp, which is also deducted from the bonus pool.
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
What are you typing in? Error doesn't meant anything without a little context