-
Posts
4,156 -
Joined
-
Last visited
-
Days Won
51
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Skilltree gather not counting with QDXuest plugin
imthenewguy replied to Castiel the Shield's Support Request in Support
Changed Status from Pending to Closed -
It gives permissions. You can add an example to your config that shows you how to do it by typing addtestpermsnode into your server console. This will create a new skill under Cooking called "Test perms node" which will be disabled by default.
- 1 reply
-
- 1
-
-
ItemPerks Legendary Items requires the ItemPerks plugin to work. Do you have the permissions setup for Enchanting?
-
Skilltree gather not counting with QDXuest plugin
imthenewguy replied to Castiel the Shield's Support Request in Support
Set "Should yield bonus skills be additive [if true, yields will modify the item.amount value, rather than giving additional items]" to false. -
No plans to do that myself but there is a HookMethod that someone can use to get the player info. [HookMethod("GetSkillTreeData")] public object GetSkillTreeData() { var sTStats = new Dictionary<ulong, (string Name, double XP, int PrestigeLevel, int CurrentLevel, double XPDebt)>(); var dataFiles = Directory.GetFiles(NewDirectory, "*.json", SearchOption.TopDirectoryOnly); foreach (var file in dataFiles) { try { var playerId = Path.GetFileNameWithoutExtension(file); if (!ulong.TryParse(playerId, out ulong playerID)) { continue; } var playerInfo = LoadPlayerData(playerId); if (playerInfo != null) { sTStats[playerID] = ( playerInfo.name, playerInfo.xp, playerInfo.prestige_level, playerInfo.current_level, playerInfo.xp_debt ); } } catch (Exception ex) { PrintWarning($"Exception while processing file {file}: {ex.Message}"); } } return sTStats; }
- 1,374 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 87 comments
-
- #recycler
- #monetization
- (and 5 more)
-
"crocodile meat" != "cooked crocodile meal" Will add tiger, croc and panther as gather sources to the next release. Will also add support for jungle biome.
-
Do you own ItemPerks? What are the issues you are having? I need as much detail as you can provide.
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Np ill add it to the next release.
-
- 1,374 comments
-
- #leveling
- #progression
- (and 19 more)
-
What do you mean license key?
-
Do you have a plugin that prevents them from recycling these items in a regular recycler?
-
You'd like to see the buffs increase in what way?
-
For what purpose?
-
Yeah that would help thank you.
-
Was it added to the map properly, and do you have the rust edit dll file on your server?
-
Changed Status from Pending to Closed
-
Handling in discord.
-
- 32 comments
-
- #skilltree
- #event
-
(and 4 more)
Tagged with:
-
- 1,374 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Prestige - After Wipe, Prestige permission is not resetting
imthenewguy replied to Nomad3211's Support Request in Support
That's your issue. Since you've simply deleted the data file, Skill Tree could not remove the perms. Run the stresetalldata console command next time. This will delete all player data and handle it safely. -
- 1,374 comments
-
- #leveling
- #progression
- (and 19 more)