Jump to content

imthenewguy

Curator
  • Posts

    4,650
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. imthenewguy

    no XP work

    I can't replicate the issue. I tried with my existing config. I tried deleting everything and generating a new config. The only time I don't get xp is if I don't have the skilltree.xp permission
  2. imthenewguy

    no XP work

    I think I see the issue. Maybe. Will need to test when I am home.
  3. A console print out would be helpful, around the time where it starts/ends.
  4. Seems like you are getting the null reference exceptions regardless if Skill Tree is loaded or not.
  5. imthenewguy

    no XP work

    I need a lot more information than that to assist.
  6. imthenewguy

    cost icon doesnt change

    What entities are you having this issue with? Mouse3 = Fire_third. If you have rebound that it wont work. Does the dnpickup command work to pick them up?
  7. imthenewguy

    cost icon doesnt change

    Will remove the buttons next release. You can change the currency format in lang under "NatureMarketPriceDisplay"
  8. Hey mate a feature request for you. When I do UI, i often want to manipulate the elements using offsets, not changing the anchors. Would it be possible to get a tick box or a lock icon or something under the positions menu to lock anchor points, so any movements etc are automatically handled via offset? Really enjoying the tool btw. Really awesome work.
  9. imthenewguy

    Buff not Working

    Sounds like there may be another plugin conflicting with it and changing the values. Do you run any other plugins that affect health or metabolism?
  10. Make the icons for me and I will add it in the next release
  11. imthenewguy

    UI Position

    It should be updating the config file with the new position. When you move it next time, type save into your server console.
  12. I will need to figure out a solution for this.
  13. They will roll individually. For example if you have 2 chance buffs at 50%, it will roll 2 times at 50%, not once at 100%.
  14. imthenewguy

    fising

    Yeah I don't understand what you are wanting mate. I said there are hooks available already. Not commands.
  15. Yeah they must have changed the prefab. You can adjust it in the config.
  16. You would need to ask the developer to add support for the item.text field for the Custom Vending Setup plugin. Seems to be the only field missing from the VendingItem class. Should be an easy thing to add. Once added, it would look something like this: Skill Tree Items config entry: "forbidden archive": { "displayName": "forbidden archive [XP: 5000 - 10000]", "shortname": "xmas.present.large", "skinID": 3646162194, "effects": [ { "min": 5000.0, "max": 10000.0, "type": "XPInjection", "preventXpModifiers": false } ] }, Custom Vending Setup entry { "SellItem": { "ShortName": "xmas.present.large", "DisplayName": "whatever displayname you like here", "Text": "forbidden archive" "Amount": 1, "Skin": 3329896239 }, "CurrencyItem": { "ShortName": "redidtag", "DisplayName": "Heli Token", "Amount": 9, "Skin": 3447697655 }, "RefillMax": 100, "RefillDelay": 0 }, You can see that I am referencing the entry of the skill tree item pro item in the text field of the custom vending setup item (in this case it's "forbidden archive". You create any number of types of items in the SkillTreeItemsPro config, then reference those in the "Text" field of the Custom vending setup (if the developer adds support for the Text field).
  17. imthenewguy

    fising

    The 2 hooks I gave you should be more than suitable for that. If a hotspawn spawns, and there are currently no active hotspots, it will fire OnFishingHotspotsStarted. If a hotspawn despawns, and that was the last active hotspot, it will fire OnFishingHotspotsEnded.
  18. No, but I am sure there is a plugin that exists. You would just create a custom skill that gives the players the permissions to use it.
  19. imthenewguy

    Cooking

    I built this plugin specifically due to the limitations of the default vending systems.
  20. imthenewguy

    fising

    What are you trying to do
  21. Yeah they work differently. Download the beta version from here. Give me an example of the old setup in your shop and I will show you how to add it
  22. Download the beta version
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.6k

Files Sold

Total number of files sold.

3.3m

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.