HWFly

Moved

Total Downloads: 8,960 - First Release: Jan 11, 2016 - Last Update: May 9, 2018

5/5, 26 likes
  1. Oh man Sorry, I have to learn reading ALL new entries. Didn't notice a new version was released of the flyplugin. Now everything is nice. You are te best, thanks :)
     
  2. Glad to see this plugin has been updated! This is very useful for admins, to set warps in particular areas, or even check up on suspicious players. Thanks for the great plugin & update!
     
  3. Yeah sorry got it to work and forgot to reply back to thread but now i can't get the loot config plugin to work
     
  4. Wulf

    Wulf Community Admin

    Please post in the LootConfig plugin's thread if you are having issues with it, I'm sure someone will help you.
     
  5. It could be just me but i seem to fall through everything. Anyone else have this issue. If its already been addressed sorry.
    Im all up to date.
     
  6. Hey mate just as a test, try replacing your private Vector3 Ground{} in Fly.cs around line 107 with this one:
    Code:
    private Vector3 Ground(PlayerSession session)
    {
        CharacterMotorSimple motor = session.WorldPlayerEntity.GetComponent<CharacterMotorSimple>();
        Vector3 loc = motor.PlayerCamera.position;
        Vector3 dir = motor.PlayerCamera.TransformDirection(Vector3.down);
        RaycastHit hit;
        if (Physics.Raycast(loc, dir, out hit))
            return new Vector3(hit.point.x, hit.point.y+1f, hit.point.z);
        return loc;
    }
    See if that fixes your problem
     
  7. Works great! ty very much.
     
  8. I love this plugin, it would be even better if there was a way of controlling the speed maybe if one used the + or - key to speed or slow it down. AWESOME thank you.
     
  9. press c so you crouch, slows you down some.
     
  10. thanks I will look at using C
     
  11. 00:36 [Warning] CallHook 'OnPlayerInput' on plugin 'Fly v1.1.1' took: 1271ms

    This keeps showing up in the logs....is it ok?
     
  12. Wulf

    Wulf Community Admin

    That just means that it took longer than expected, which is generally caused by the server being slow at that point.
     
  13. make sure permissions are correct - This plugin requires the user to be set as admin or have the oxide permission fly.allowed
     
  14. what is the command for add permision for this plugin? fly.allowed any one give me the full command..
     
  15. Wulf

    Wulf Community Admin

    grant user YOURUSERNAME fly.allowed
     
  16. Code:
    [Oxide] 16:47 [Error] Error while compiling Fly.cs(89,57): error CS0117: `EEntityFluidEffectType' does not contain a definition for `BodyTemperature'
     
  17. Wulf

    Wulf Community Admin

    Could you test this please?
     
  18. now works! thank you!
     
  19. In my case i was falling through the tops of buildings and rocks so i did the fix that was posted above .

     
  20. Wulf

    Wulf Community Admin

    Wulf updated Fly Mode with a new update entry:

    1.1.2