I am having the trouble with sethome function. It teleports to the home, but then instantly back to the place where you requested this teleport back to a home. What do i have to do to fix please. ? i have building owners.cs installed
Teleportation System [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, Oct 18, 2014.
-
Yea, I've tried even on my own home that I built and it won't allow ANY /sethome to happen if I enable the option. This is one of the best features of modded servers and I'd love to get it working correctly.
-
You need to have building owners installed from the wipe. Otherwise bases built between the wipe and when you installed the plugin will not have an owner defined. Try building a new base. Also, you can /prod while looking at a base to see the owner.
[DOUBLEPOST=1440150712][/DOUBLEPOST] -
You're right.. worked after the wipe and I didn't realize it was going. Appreciate the help.
-
how do i fix
/tp to someone, but after getting there, i "press any key to wake up" but it doesnt wake up where i teleported to, it just teleports me back to where iwas before -
-
So, as this plugin is widely used for "in rock building" ( ) , can I offer some dirty fix for that?
In function PLUGIN:cmdSetHome( player, cmd, args )
add one more check:
Code:local isDucked = player:IsDucked() if isDucked then self:SendMessage( player, "You need to stand tall for sethome." ) return end
-
The plugin is not working anymore on my server for some players.
Your teleport was interrupted
Do you know why ? I am running last version of oxide Version: 2.0.1305, Rust Protocol: 1310
It happened to me : I was far from my base could not use it. I made a tp on another player with the admin console and then I tried again next to the fundation and it worked.
My set up is one sethome 7 times a day.Last edited by a moderator: Aug 21, 2015 -
-
-
The Plugin don't work for the newest Patch. Please Fixed that.
Failed to call hook 'cmdTeleportHome' on plugin 'm-Teleportation v1.4.17'Last edited by a moderator: Aug 22, 2015 -
When I do /tp to somone it dosent do anything
-
Wulf Community Admin
[DOUBLEPOST=1440258673][/DOUBLEPOST] -
Is there a command to know how many TP left we have ? We set it up to 7/day. Someone is asking as he does not remember how many times he was using it ? ;-) Thx
-
Code:
[Error] Failed to call hook 'cmdTeleportRequest' on plugin 'm-Teleportation v1.4.17' File: m-Teleportation.lua Line: 1782 attempt to index field 'TPRData' (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 NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
-
Wulf Community Admin
-
-
Last edited by a moderator: Aug 22, 2015
-
Wulf Community Admin
-