Kits [Unmaintained]

Discussion in 'Plugin Support' started by Reneb, Apr 9, 2015.

  1. Wulf

    Wulf Community Admin

    It'll be fixed in the upcoming Oxide release. For now you can downgrade Oxide.
     
  2. Aight. Plugin now functions almost right. Only problem right now is that it cuts text strangely, it uses strings first word as server name, and the second word as message. Rest it just cuts off. But I think it's just small bug after all the changes.
     
  3. Wulf

    Wulf Community Admin

    That is fixed in the latest Oxide snapshots, and soon to be release.
     
  4. I'll have to test but I just realised that non-VIP's are showing VIP kit cooldowns in the data file.

    e.g
    Does this mean they succesfully got a VIP kit? This user and a few others I can see in the data file have that line showing against them who arent VIP's

    I set it up using:
    kit add "vip" "VIP Kit" -vip -cooldown1200

    And:
    oxide.group add vip
    oxide.grant group vip vip
    oxide.usergroup add <username> vip

    [DOUBLEPOST=1429794476,1429775146][/DOUBLEPOST]Ah sorted. Didn't like a second argument with the -vip argument.
    So created the vip kit then edited the Kits data json to add the cooldown argument.
     
  5. How the heck do I add in items to a kit? For example I do: /kit add "starter" "Something to start off with." - what else do I add? No option to add in items (Rock, Hunting Bow, etc...)?
     
  6. I think it adds your current items (Equiped, Belt and Inventory) when you run the add command
     
  7. everything is written in the overview
     
  8. /kit add Starter "Hurry an get your own loot!" -Max003 <11 How do i get Max 3 times used? Cool Down 3 min? Can someone Rewrite that if it is wrong.
     
  9. -max3 -cooldown180
     
  10. Hi, is there a way of adding unlimited VIP kits?
     
  11. /kit add "name" "desc" -vip

    and nothing else should do that, no?
     
  12. I mean like;

    /kit add "donora" "donor kit 1" -vip+
    /kit add "donorb" "donor kit 1" -vip++
    /kit add "donorc" "donor kit 2" -vip+++
    /kit add "donord" "donor kit 3" -vip++++
    /kit add "donore" "donor kit 4" -vip+++++

    Is it possible to do that?
     
  13. no only vip vip+ and vip++
     
  14. I would be willing to donate if you made an advanced kits system with unlimited vip, I can't upgrade to 2.0 since there aren't enough flags for my donor kits :/
     
  15. you will need to test it for me!!
    if you have errors please tell me (screenshot of the error would be the best ^^)
    all custom permissions can be edited in the configs
     

    Attached Files:

    • Kits.cs
      File size:
      23 KB
      Views:
      37
  16. You had typo on line 19; and then this error pops
     

    Attached Files:

    • err.png
      err.png
      File size:
      39.4 KB
      Views:
      20
  17. what about this one?
     

    Attached Files:

    • Kits.cs
      File size:
      23 KB
      Views:
      15
  18. this

    e: yeah, works after adding that helptext
     

    Attached Files:

    Last edited by a moderator: May 1, 2015
  19. try this :p
    [DOUBLEPOST=1430506477,1430493625][/DOUBLEPOST]Should i take this silence as it's working ^^?
     

    Attached Files:

    • Kits.cs
      File size:
      23.1 KB
      Views:
      26
  20. Oh yeah :) I actually edited my last message (but I think you just ninja posted new version) after I actually read the error message and added random help text.