HeliControl

Moved

Total Downloads: 35,358 - First Release: Sep 18, 2015 - Last Update: Apr 19, 2018

5/5, 74 likes
  1. Good Idea, but ... not working ! Iam ServerOwner but alltime Error, that i havent Permission ...
     
  2. So you've created your file already? In that case, you should be able to drag your changed one over to Oxide\Data\HeliControlData.json (if it already exists, replace it, or rename the old one to back it up) and then reload the plugin once that's done. Provided there is no error (check using jsonlint.com ) it should work fine.


    EDIT:

    Have you granted yourself any of the permissions listed on the overview?
     
  3. jonlint said error free.

    I have in the data file a helicontroldata.json (The one I made) and a helicontrolweapons.json (Was already there) Is this correct?
     
  4. Yes, that should be correct, and as long as UseCustomLoot is set to true, it should be working. Is it not?
     
  5. Well the problem now is I have 2 admins, myself and 1 other and neither of us can get permissions...and we can't kill the heli at all lol. It's taking no damage.

    In config file there is no line saying permissions at all. I know on overview it shows permissions and says if its not set to true it should default to admin
    [DOUBLEPOST=1460165257][/DOUBLEPOST]You need to grant the group you are in the following permissions
    oxide.grant group admin helicontrol.callheli
    Permissions are as follows:
    helicontrol.callheli (gives you access /callheli)
    helicontrol.killheli (gives you access /killheli)
    helicontrol.killgibs (gives you access to /killgibs)
    helicontrol.killfireballs (gives you access to /killfireballs)
    helicontrol.strafe (gives you access to /strafe)
    helicontrol.update (gives you access to /updatehelis)
    helicontrol.destination (gives you access to /helidest)
    helicontrol.admin (gives you permission to everything)

    I did this and it says it worked for setting the permissions in Rusty. We cannot get any commands to work in game or thru rusty. And its still not letting us kill it. Stays at full health.
     
  6. UsePermissions was removed, apparently I forgot to remove it from the overview, sorry about that. It always uses permissions now, if I remember right. Try granting yourself the permission, instead of the group, though I'm not sure why you wouldn't be in the group.

    oxide.grant user UserName helicontrol.admin

    You should be able to use /killheli after that. Also, all commands should work through RCon no matter what, so not sure what's wrong there.
     
  7. ok got that part. It still spawns where your unable to kill it. If I keep reloading the config file it eventually lets us kill it. But that's a pain. I did get the custom loot working so now just have the invulnerablity thing...also would like to note its not hurting us either though.

    My files attached. What we wanted was for it to be a little less accurate. M249's to do the most damage against it followed by AK's. Custom loot.
    [DOUBLEPOST=1460181792,1460171916][/DOUBLEPOST]haha figured it out. We are running purge so we were only able to kill it during the night. Took purge off and it works. Thanks great plugin!
     

    Attached Files:

  8. thanks for much help ... iam from germany, so i dont understand not so much, but every is working, thanks again, very nice tool DEV :)
     
    Last edited by a moderator: Apr 9, 2016
  9. how do u edit how often the heli comes
     
  10. I recommend using the "TimedExecute" plugin to call the heli however often you want.
     
  11. Is there a way to set a timer to have heli spawn every 10 min?
     
  12. Nice plugin
     
  13. No longer notifies when you killheli command
     

  14. Appears to be working fine for me (the message is showing)... Are you sure the killheli command is even working for you?
     
  15. im getting errors when installing the plugin "[Oxide] 12:02 [Error] HeliControl v1.0.20: Failed to load config file (is the config file corrupt?) (Invalid property identifier character: {. Path '', line 2, position 1.)"

    this makes the chopper loot shit.

    i did a json test on it and it was valid
     
  16. Are you checking the Data file (HeliControlData.json) or the config? (HeliControl.json), because it sounds like the config is corrupt, not the data for the loot.
     
  17. Yeah thanks that was the issue :)
     
  18. is it only me or dose the plugin dont load after the latest patch?
    Console say's:
    Code:
    (22:48:52) | [Oxide] 13:48 [Error] Timed out waiting for plugin to be compiled: HeliControl
    or it looks to be Oxide or rust itself cant reload any plugins..
     
    Last edited by a moderator: Apr 21, 2016
  19. Heya I am sure some where in the 22 pages there is an answer, BUT

    helicontrol.admin and the other commands are not working Did I miss a step?
     
  20. This is not a command. This is a permission. To grant permissions, use the following:

    oxide.grant

    By typing that, you'll see an overview of the grant command. If you wish to grant full control to a user, type
    Code:
    oxide.grant user UserName helicontrol.admin
    - If you want to give it to a group, just replace 'user' with 'group' and UserName with GroupName.
     
    Last edited by a moderator: Apr 23, 2016