Waypoints

Waypoints database to give paths for plugins that require it

Total Downloads: 12,585 - First Release: Apr 22, 2015 - Last Update: Apr 14, 2017

5/5, 15 likes
  1. Reneb submitted a new resource:

    Waypoints Database - waypoints database to give paths for plugins that require it

    Read more about this resource...
     
  2. would be nice to record the waypoints all x seconds ^^
    without the waypoints_add spamming :D
     
  3. works good ;-) thanks
     
  4. Hello !
    I got an error when I try to use "waypoints_save"...

    I can t use the "waypoints_save" command it says :"(12:48:13) | [Oxide] 11:48 AM [Error] Failed to call hook 'cmdWaypointsSave' on plugin 'Waypoints' (NullReferenceException: Object reference not set to an instance of an object)"

    I got this exception for many plugins... what s wrong with hooks ?
     
  5. You need to pût a name after
     
  6. Hu yeah sure i did...i already used this plugin for human npc, i know how to use it, but now console send me this message when i try to save waypoints.

    (12:48:13) | [Oxide] 11:48 AM [Error] Failed to call hook 'cmdWaypointsSave' on plugin 'Waypoints' (NullReferenceException: Object reference not set to an instance of an object)"

    Add fonction works,i can add waypoints but not save them..
     
  7. your waypoints might be corrupted then
    try reloading the plugin first: oxide.reload Waypoints
    if it doesn't fix your problem send me your waypoints database so i can see if i can find an error in it.
     
  8. Hu yeah sure i did...i already used this plugin for human npc, i know how to use it, but now console send me this message when i try to save waypoints.
    Add fonction works,i can add waypoints but not save them..

    Ok thank you Sir !

    I got this when i try to reload the plugin

    [Oxide] 5:52 PM [Error] Failed to call hook 'Loaded' on plugin 'Waypoints' (NullReferenceException: Object reference not set to an instance of an object)
     
    Last edited by a moderator: May 3, 2015
  9. Not sure what other details to add. Just added wavepoints but the commands are not available to my admin. Are there special permissions to assign?
     
  10. avaible for level 1 and 2
    (moderatorid & ownerid)
     
  11. Both users are either level 1 and 2. Not showing up for me as the ownerID / admin.
     
  12. You are on multiplay?
     
  13. hello, i have a question. when i try t set a waypoint the speed is always 0 even when i use /waypoints_add SPEED 5 any idea what i'm doing wrong?
     
  14. /waypoints_add 5
     
  15. Hello, I can set waypoints and save them just fine. Can even use them in elevators. But I don't know how to set the NPC to player. Next question: Once set, can any player use the waypoints? Ex: In a "Public Building" I have an elevator to the 20th floor for a players sky view center. Can any player use it?
    Thanks
    -SUE
    [DOUBLEPOST=1435452404][/DOUBLEPOST]PS: What I would really like to accomplish is to establish some kind of "base jumping" effect. It would be really cool to be able to use the waypoints with a parachute (Like airdrops) or even a hang-glider of sorts. Even an umbrella would work! Can you do that?
    -SUE
     
  16. i got an error in the console after insert the Plugin. How can i fix it
     

    Attached Files:

  17. Wulf

    Wulf Community Admin

    Your data file for it is somehow corrupted. Shutdown the server, delete the similarly named file under oxide/data, and start the server again.
     
  18. thanks alot its fixed
     
  19. I sometimes get an error

    Code:
    [Oxide] 10:55 PM [Error] Failed to call hook 'cmdWaypointsNew' on plugin 'Waypoints v1.0.1' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 10:55 PM [Debug]   at Oxide.Plugins.Waypoints.isEditingWP (.BasePlayer player, Int32 ttype) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Waypoints.cmdWaypointsNew (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    After reload of the plugin, it works for a while again.