Jump to content

imthenewguy

Curator
  • Posts

    4,425
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. Version 1.0.3

    2,788 downloads

    SkillTreeItems adds 2 item types into loot containers on your server. Research Notes: will provide the player with an injection of xp equal to the amount specified in the items name. Tome of skill points: will award the player with skill points equal to the amount specified in the items name. The plugin allows you to create your own versions of the items, and has a number of commands available that should work with other plugins. skilltreeitems.use - required to consume the items and find them in loot containers. skilltreeitems.admin - required to use the spawn commands. Command: givexpitem Type: Chat Parameters: <amount> <Skin ID> <displayName> Example: givexpitem 1500 2863540162 research notes - Generates an item that can be redeemed for 1500 experience Command: givespitem Type: Chat Parameters: <amount> <Skin ID> <displayName> Example: givespitem 2 2863540162 tome of skill points - Generates an item that can be redeemed for 2 skill points Command: givespitemto Type: Chat/Console Parameters: <target ID> <amount> <skin ID> <displayName> Example: givespitemto 76561197988695317 3 2863540162 tome of skill points - Generates an item that can be redeemed for 2 skill points and gives it to target ID. Command: givexpitemto Type: Chat/Console Parameters: <target ID> <amount> <skin ID> <displayName> Example: givexpitemto 76561197988695317 1500 2863540162 research notes - Generates an item that can be redeemed for 1500 experience and gives it to target ID. Command: giverandomxpitem Type: Chat/Console Parameters: <target ID> Example: giverandomxpitem 76561197988695317 - Generates a random item from the xp items listed in the config and gives it to Target ID. Command: giverandomspitem Type: Chat/Console Parameters: <target ID> Example: giverandomspitem 76561197988695317 - Generates a random item from the skill points items listed in the config and gives it to Target ID.
    Free
  2. imthenewguy

    Admin Toggle

    Hey mate a customer of mine mentioned a conflict between your plugin and EpicLoot. Apparently when switching inventories, the items from EpicLoot are being returned as vanilla items, and they lose their name. If you are destroying the items and serializing them, it should be a simple matter of storing the item.name, and then restoring it when creating the items again. If you need any help feel free to download EventHelper for some inspiration or send me a pm
  3. imthenewguy

    Buffs not working

    Changed Status from Pending to Closed
  4. Changed Status from Pending to Closed
  5. Yeah I had a look at the code. It is not going to work for a number of reasons based on how player data is handled and perms are assigned/unassigned for that particular permission set (skilltree.<tree perm>)
  6. Hmm that is odd. Paste me the section of the config responsible for it.
  7. imthenewguy

    Buffs not working

    You have put set bonuses for "2" items before "1". Change this around and it should work fine. The plugin assess the config 1 bonus at a time to see if the amount of pieces worn are equal to or greater than the set bonus entry and if so, moves on to the next. If you are wearing 2 pieces, this is how the logic would work with your current setup. Confirmed 2 pieces equipped. Check config for a match and enter into a foreach loop, where the key is the set pieces required. We start by assessing "2" and confirm that our current set amount is greater or equal to "2" pieces. We set our highest value as "2".. We move onto the next entry, which is "1", and we are greater than or equal to that as well, so we set our highest value as "1". We check the entry after that, but the entry is larger than "2" so we ignore it and confirm that "1" is our highest set number. I will add some logic to change it so it doesn't register a smaller number, but in the mean time change the entries to be ascending order and it will fix the issue.
  8. I added permission requirements for it. Forgot to update the main page but they were in the patch notes. Have updated the permission section with the relevant perm
  9. imthenewguy

    Cooking

    I have a feeling youn are updating from a version older than 1.4.0. 1.4.0 required a config deletion. Delete your config, reload the plugin and it should work fine.
  10. Changed Status from Pending to Closed
  11. imthenewguy

    Help me im Stupid

    Changed Status from Pending to No Response
  12. imthenewguy

    Everything can be picked up

    Changed Status from Pending to Closed Changed Fixed In to 1.0.12
  13. imthenewguy

    Image not load

    Changed Status from Pending to No Response
  14. imthenewguy

    pickup

    Changed Status from Pending to Closed
  15. imthenewguy

    reload

    Changed Status from Pending to No Response
  16. Changed Status from Pending to Closed
  17. imthenewguy

    New buff update

    Changed Status from Pending to Closed
  18. imthenewguy

    New buff update

    Have a solution being tested on a server. Should see this in the next release.
  19. Changed Status from Pending to Closed Changed Fixed In to 1.4.1
  20. Patched in 1.4.1
  21. Known bug and has been patched in the next release.
  22. If I made it, it would use items with interactive buttons such as presents. Ill have a tinker and let you know though.
2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.7k

Files Sold

Total number of files sold.

3.1m

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.