1. Hey m8 I have the tp set to wait 5 seconds could this be the issue? The server loads everything before you start the game and also loads between a teleport home command.

    Example

    1. I set my sethome command to 5 seconds wait
    2. The server now loads between tps now ( say it takes 6 seconds to load )

    Do you think this missing time could be a factor in the server not having time to load before a teleport?

    Hope I explained this ok lol
     
  2. It seems to be a server issue:
    http://oxidemod.org/threads/pieces-from-buildings-missing.6176/
     
  3. Ah ok m8 well thanks for the support. I was just worried it was an issue with my servers only lol!
     
  4. I Found a serious bug that needs to be fixed asap!!!!!!!

    If you set a teleport home lets say on the ground or on a foundation, and build over it with anything. and then go walk away and teleport back all the walls are missing as if the building collapsed. You can then easily walk into anyones house, relog into the server and its all back to normal. You can steal anyones stuff........ break into ANYTHING!
     
  5. that's a bug from rust, they are trying to fix that.
     
  6. Thanks for the info. It's bad enough none of my codelocks in my server work. HAHA
     
  7. Mughisi updated Teleportation System with a new update entry:

    Small bug fix and message enhancement.

     
  8. Getting an error on the fixed version that "x and z values need to be between -0 and 0 while the Y value needs to be between -100 and 2000."
    Pretty much limits the TP to the airdrop site. :eek:
     
  9. People were not able to set homes with the latest version, moved back to 1.2.0 and it worked again.
     
  10. Appearantly the worldsize var doesn't default to a number then if not specified, will fix this asap.
    Any errors appearing in the logs?
     
  11. It pointing to the new friends set home feature.
     
  12. I've changed the location where the other plugins are loaded (buildingowners & friendsapi), make sure your server is using the latest Oxide files as there was an update to the Oxide snapshots that implemented a new hook, OnServerInitialized and an easier way to load other plugins their API.
    Easiest way to check if your server has the latest files is by testing if the hook is present, you can use the attached file to test this. Just put it your plugins folder and load + reload it to see if it prints. If it does in fact print, try reloading the teleportation plugin, if it doesn't print then you need to obtain the latest Oxide Snapshots.
     

    Attached Files:

    • test.lua
      File size:
      448 bytes
      Views:
      20
  13. Love this plugin! You rock!

    I'm seeing this error being thrown from time to time:
    Code:
    [Oxide] 5:52 PM [Error] m-Teleportation: [string "m-Teleportation.lua"]:1149: attempt to index upvalue 'BuildingOwners' (a nil value)
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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
    Any Ideas?

    Also how do I wipe home locations when doing a server wipe?

    Thanks,
    TheDoc
     
    Last edited by a moderator: May 17, 2015
  14. this plugin keeps locking up on my server and wont let people use /home
    latest as of 12/28/2014
     
  15. Read my post above yours. Regarding wiping data, I'll add a command for it in the future, for now you can remove the m-Teleportation.json file from the Data folder.
    When a player uses /home does it show them a specific message? Does an error come up in the console?
     
  16. Mughisi the following error is being thrown any time someone uses /sethome command .. No error message in game just seeing it in the console
    Code:
    Error] m-Teleportation: [string "m-Teleportation.lua"]:1149: attempt to index upvalue 'BuildingOwners' (a nil value)
    at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56)
    Latest version with a clean config
     
    Last edited by a moderator: May 17, 2015
  17. Read http://oxidemod.org/threads/teleportation-system.5789/page-16#post-58279
     
  18. the same on my server. using version 1.2.2
     
  19. Mughisi updated Teleportation System with a new update entry:

    Fixes and new command

     
  20. sethome is not working getting error;
    Code:
    [Error] m-Teleportation: [string "m-Teleportation.lua"]:1149: attempt to index upvalue 'BuildingOwners' (a nil value)
    at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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
    use version 1.2.0 until plugin fixed
     
    Last edited by a moderator: May 17, 2015