-
Posts
3,664 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
After the last update, players lose all experience when they die.
imthenewguy replied to DRALDEN's Support Request in Support
This setting is the issue: "Use the players xp (not the level xp) to calculate loss": true, Example: The player has 300,000 xp. The xp threshold for the players current level was 275,000 xp. The next level up is at 325,000 xp. The UI shows that the player requires 25,000 xp. This means that the player is 50% through their current level. Scenario: If the above config setting is set to true and the player dies, the plugin will calculate the xp loss based on the players TOTAL xp (in this case 300,000xp). If it was set to 20%, then they would be losing 60,000 xp. Since Skill Tree does not allow you to lose levels, It will either: put their xp back to the start of the level (275,000 xp), or put them back to the start of the level, and add the rest as xp debt (35,000 xp debt). If the above config setting is set to false and the player dies, it will calculate the loss based on the current level threshold. In this case it would be 50,000 xp (325,000 - 275,000). This means that the player would lose 10,000 xp, putting them back to 290.000 xp. -
Enabling XP Gain from the Mixing Table with AutoFarm Plugin?
imthenewguy replied to SunShine ツ's Support Request in Support
XP is only given if the player interacts directly with the entity, which calls OnCollectiblePickup. I may look at giving xp to the tea station down the track. They aren't straight forward as you need to track who started the craft and whether it finishes (in case the bench is destroyed mid process etc). -
Yeah floats and doubles can be weird. Ill add rounding to 2 decimal places in the next release.
-
Do they have the "skilltree.noxploss" permission assigned to them or a group that they are in?
-
It'd be a lot of work to integrate and Im not sure how many people would actually want this feature as it doesn't add any real features to the plugin.
- 1 reply
-
- 1
-
-
- 144 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
- 1,288 comments
-
- #leveling
- #progression
- (and 19 more)
-
After the last update, players lose all experience when they die.
imthenewguy replied to DRALDEN's Support Request in Support
I just need these settings "XP Loss settings": { "Allow players to lose xp when they die?": true, "Allow players to go into xp debt if they lose more xp than their level would allow?": true, "Use the players xp (not the level xp) to calculate loss": false, "Death penalty grace period - players won't lose xp if they die again within the specified time [seconds]": 0.0, "Percentage of xp into their current level that players lose when killed in PVP": 20.0, "Percentage of xp into their current level that players lose when killed in PVE": 20.0, "Percentage of xp into their current level that players lose when they suicide": 0.0, "Prevent xp loss when a player is offline?": true, "Permission based modifiers [1.0 = no reduced amount]": { "vip": 0.5 } }, -
Not really, no. There is nothing built into the plugin to mass update old equipment. Shouldn't be relevant as forced wipe is tomorrow though.
-
Change the buff settings in EpicLoot to scale for your servers requirements.
-
I need to see your xp loss settings
-
After the last update, players lose all experience when they die.
imthenewguy replied to DRALDEN's Support Request in Support
Need to see the xp loss settings in your config. -
Nothing immediately pops out in the code that would cause an error. DO you know what was being harvested at the time?
-
You have another plugin on your server (most likely Skinner) that has registered that command. Change the st command in skinners config or use /skilltree
-
Changed Status from Pending to Closed
-
anyone else on your server able to play the video?
-
Are you able to navigate to the website directly in your browser?
-
What happens if you run this command in your client: client.playvideo "https://files.catbox.moe/chtktm.mp4"
-
Score board is only showing a black screen
imthenewguy replied to B-Rad's Support Request in Support
Any errors in console? -
- 1,288 comments
-
- #leveling
- #progression
- (and 19 more)
-
It requires the shift button to be held down.
-
Have you updated to the latest version? If so, try changing all permissions to lowercase.
-
You can boost xp rates by creating a permission under the following config setting: "Permissions to adjust xp gain modifiers (skilltree.<perm>) [1.0 is default modifier]" Example: "Permissions to adjust xp gain modifiers (skilltree.<perm>) [1.0 is default modifier]": { "vip": 2.0, "prestige1": 1.5 }, You can then add it to prestige: "Prestige levels": { "1": { "Permissions [name : perm]": { "2x xp bonus": "skilltree.prestige1" }, "Additional benefits descriptions": [], "Format for BetterChat title showing the prestige level. {0} is the colour value and {1} is the player prestige value": "<color=#{0}>[Pr.{1}]</color>", "Colour for BetterChat xp titles": "d109ec", "Skin ID that will be displayed when ranking up": 3165843865, "Rank title": "Prestige Rank 1", "XP modifier": 1.0 },
-
You can also set the names through"Dictionary of NPC names and the value that they provide" as Bossmonster uses NpcSpawn