Jump to content

16 Screenshots

Recommended Comments



imthenewguy

Posted

10 hours ago, Rockefeller said:

We use Zombie Hordes on my server and I noticed there is no XP gain for killing Zombies.  Would it be possible to make it Zombie Horde compatible?

Added to next release.

  • Like 2
imthenewguy

Posted (edited)

Duplicate post.

Edited by imthenewguy
imthenewguy

Posted (edited)

Duplicate post.

Edited by imthenewguy
Rockefeller

Posted

Confirmed Zombies from Zombie Horde plugin grant XP on kill now.

You rock dude!

Rockefeller

Posted

Would it also be possible to grant XP on:

Bradley/Patrol Heli kills
Looting Hackable crates
 

imthenewguy

Posted

5 hours ago, Rockefeller said:

Would it also be possible to grant XP on:

Bradley/Patrol Heli kills
Looting Hackable crates
 

Will add bradley to the xp list when killed.

Cant reliably add the heli so ill also add heli crate, bradley crate and hacked lockable crates to the list when they are looted for the first time.

Also adding quest completion.

 

  • Love 1
Neighigh

Posted

I've noticed when giving players XP manually via the chat command, it reads back with my username. Still gives them the XP though, minor visual thing on my end.

imthenewguy

Posted

2 hours ago, Neighigh said:

I've noticed when giving players XP manually via the chat command, it reads back with my username. Still gives them the XP though, minor visual thing on my end.

Ty will fix in the next release.

  • Like 1
RobJ

Posted

Could you possibly add increased recycling speed.

  • Like 2
Rockefeller

Posted

5 hours ago, RobJ said:

Could you possibly add increased recycling speed.

Very cool, would fit in the down in the Scavenging tree IMO.

  • Like 1
Rockefeller

Posted

When respecing, would it be possible to refund points one tree at a time? As opposed to an entire respec?

imthenewguy

Posted

7 hours ago, RobJ said:

Could you possibly add increased recycling speed.

Will add to next update.

2 hours ago, Rockefeller said:

When respecing, would it be possible to refund points one tree at a time? As opposed to an entire respec?

I will probably keep it global, much easier from a code point with the way the plugin is structured.

  • Like 1
  • Love 1
Neighigh

Posted

In the case of adding skills, is there a way to reduce electrical damage? That would make the trifecta with the cold/fire reductions! 😄 

imthenewguy

Posted

6 minutes ago, Neighigh said:

In the case of adding skills, is there a way to reduce electrical damage? That would make the trifecta with the cold/fire reductions! 😄 

I feel there are too few sources of electrical damage to warrant it tbh. The only source I know of is a tesla coil.

Would be something to add if rust adds more electrical damage sources for sure though.

  • Like 2
Neighigh

Posted

Totally understandable! We have a Boss that uses tesla damage from a distance so it came to mind lol I don't know how many people use Boss Monster but it's been a major staple for us.

imthenewguy

Posted

That makes sense 🙂

 

Also reviews are appreciated guys 😄

  • Like 1
  • Love 1
RobJ

Posted (edited)

Just a few suggestion from my players and I know some of these might not be possible and that’s ok just passing it on:

  1. Gain XP for completing a raidable bases.
  2. Gain XP for completing a quest from XDQuest.

and I’am wondering if there is a api hook to call to and return a players xp level     Thanks 🙏 

string wipe = Convert.ToString(SkillTree.CallHook("GetPlayerXP_API"));

 

Edited by RobJ
  • Like 2
Rockefeller

Posted

On 1/3/2022 at 7:08 PM, imthenewguy said:

Will add bradley to the xp list when killed.

Cant reliably add the heli so ill also add heli crate, bradley crate and hacked lockable crates to the list when they are looted for the first time.

Also adding quest completion.

 

My players are reporting no XP gains from Brad/Heli kills/loot.

Im on the newest version and have their XP values set in the config.

imthenewguy

Posted

1 hour ago, Rockefeller said:

My players are reporting no XP gains from Brad/Heli kills/loot.

Im on the newest version and have their XP values set in the config.

I recommend confirming it for yourself. I have checked on my main server and my test server and I receive xp drops from looting crates and destroying bradley. One thing to remember is that the killer is the player who lands the last hit on bradley, and the player who gains xp when looting a crate is the first one to do so. Any subsequent looting after the first player loots a crate does not reward xp.

6 hours ago, RobJ said:

Just a few suggestion from my players and I know some of these might not be possible and that’s ok just passing it on:

  1. Gain XP for completing a raidable bases.
  2. Gain XP for completing a quest from XDQuest.

and I’am wondering if there is a api hook to call to and return a players xp level     Thanks 🙏 

string wipe = Convert.ToString(SkillTree.CallHook("GetPlayerXP_API"));

 

I will add an API call for getting the player xp and level, and I will look at raidable bases. Can't see any api info on the sales page for XDQuest.

  • Like 2
Rockefeller

Posted

FYI this just popped up:

Failed to call hook 'OnItemCraft' on plugin 'SkillTree v1.0.4' (ArgumentException: An item with the same key has already been added. Key: 11)
at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Oxide.Plugins.SkillTree.OnItemCraft (ItemCraftTask task, BasePlayer player) [0x000b3] in <fa0e8af4d85c42b29a90fd76a7f8c573>:0
at Oxide.Plugins.SkillTree.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01054] in <fa0e8af4d85c42b29a90fd76a7f8c573>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <12678b905a6d43c3a9cc366104306651>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <12678b905a6d43c3a9cc366104306651>:0

imthenewguy

Posted

3 minutes ago, Rockefeller said:

FYI this just popped up:

Failed to call hook 'OnItemCraft' on plugin 'SkillTree v1.0.4' (ArgumentException: An item with the same key has already been added. Key: 11)
at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Oxide.Plugins.SkillTree.OnItemCraft (ItemCraftTask task, BasePlayer player) [0x000b3] in <fa0e8af4d85c42b29a90fd76a7f8c573>:0
at Oxide.Plugins.SkillTree.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01054] in <fa0e8af4d85c42b29a90fd76a7f8c573>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <12678b905a6d43c3a9cc366104306651>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <12678b905a6d43c3a9cc366104306651>:0

Odd.

I have added a validation to check the dictionary for any existing entries prior to being added. Should prevent this moving forward.
Will be in the next release.

  • Like 1
RobJ

Posted (edited)

Hello can I please 🙏 have a config option to turn of broadcasting the chat commands to open the plug.       Make my life so much easier to stop that getting sent   

EDIT: AccessReminder

Edited by RobJ
imthenewguy

Posted

8 minutes ago, RobJ said:

Hello can I please 🙏 have a config option to turn of broadcasting the chat commands to open the plug.       Make my life so much easier to stop that getting sent   

What messages are you talking about?

CashDK

Posted

43 minutes ago, imthenewguy said:

What messages are you talking about?

Think its a possibility to turn on/off "AccessReminder": "You can access the Skill Tree menu by typing:"

imthenewguy

Posted

7 minutes ago, CashDK said:

Think its a possibility to turn on/off "AccessReminder": "You can access the Skill Tree menu by typing:"

You can just change the string in the lang file to  a white space.

"AccessReminder": " "

Keep in mind it will only display once per player per plugin restart, after they gain xp.

  • Love 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 14
  • Love 18

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.