1. Hey together,

    let's try it this way in the forums, email didn't help me so far.
    For the background info: on my server I have a Camp working as a Safezone for new players.
    In the camp I provide free food, medical care and even motel rooms and small houses player can claim.

    Additionally, I want to offer safe transportation, for this I built a harbor at my camp, now I want to place some NPCs at the pier which will teleport users to previously defined warp points (or maybe admin Teleport-Locations) on other piers I built at the corners of my island.

    As much as I've been told, this should be doable by editing the warps (or the teleportation) plugin - but I absolutely have no clue how to do that.
    Any hobby coder out there who likes the idea and want's to help me to realize this?

    Any help is greatly appreciated :)

    To get an idea about my camp, here's a screen of it during nighttime:
    https://www.facebook.com/EURUSTafar...30014150576324/1632976350280104/?l=c277a3d1b6


    Kind Regards
    7th
     
  2. I like the Idea of making NPC's able to teleport
     
  3. well dunno if it's possible but i think we can now make client side calls to make stuff selectable ( to make a selectable menu ).
    maybe the creator of WARP will at some point create it via this, and then it could easily be added to the plugin that when you select an NPC it pops up the menu.
    but i havent looked into all that ^^
     
  4. Well, the idea of this was, to offer teleports for a save travel that can't be "misused" to evade dangerous situations.
    Like the home or tpr request, basically you can use them anywhere, no matter where you are.
    Players get used to them and forget how to walk around, they only arm for the most comfortable and fast way combining warps, home and tpr teleports.

    My idea was, to offer a teleport only from fixed locations, from A to B and not randomly anywhere on the island.

    If it won't wirk with NPC's, an addition for the Zones-Manager would do the job as well, in combination with a 0.5m zone it is pretty easy to setup "warp-gates" people could use...

    We will see what this leads to...


    Kind Regards
    7th
     
  5. its simple.. find "message_use" and read all over..
     
  6. I wonder why poeple prefer to post "It's so fucking easy" instead of the solution for anyone, who's asking for it.
    I need help realizing that and not people telling me how easy it is...


    Regards
    7th
     
  7. okay sry.. i look on it yep ;)
     
  8. Much appreciated - also, didn't mean to be offensive, it's only... you are not the first one who replies with "Yeah thats easy" but, after two weeks of pending private chats, emails and request threads, still noone decided to solve this "easy" thing, so I'm kind of sad :(

    Hope you understand that ^^


    Regards


    EDIT: Had an idea last night, but as it works with teleport and not with warp, I opened a new request here:
    http://oxidemod.org/threads/plugin-bridge-between-human-npc-and-teleport.9761/
     
    Last edited by a moderator: Jun 26, 2015
  9. Hey there,

    basically this Request is a kind of addition, or lets say a second idea to this request:
    http://oxidemod.org/threads/user-defined-update-for-human-npc-and-warp.9549/

    So, after weeks and not one working try, I really become desperate and cant sleep at night, always thinking about how to solve this problem.
    Yesterday night I had an idea.

    Would it be possible to have something like a plugin bridge?
    What I mean is a plugin, that gets activated by one of the hooks of these plugins, for my request lets take tthis one:
    Code:
     OnUseNPC(BasePlayer npc, BasePlayer player)
    When acticated, there's only one thing the bridge should do, check the database if there is a teleport location (admin teleport saved with /tpsave would be the best) with the exact same name like the NPC and if so, start a teleport after ~10secs.
    This way I could use the regular "use" command for NPC's to setup an info text like "Thank you for using my service, you will be ported now" and in the background the bridge is starting the teleport.
    If there is no tpl saved with the NPC name, the plugin should just do nothing.

    Please guys, help me to make this happen, I'm running out of ideas :(

    All I need is a teleportation activated by something ingame and only from A to B, I don't want the users to be able to teleport around like they feel to.


    REQUEST SOLVED
    Portals plugin is a good alternative, closing as solved.
    http://oxidemod.org/plugins/portals.1234/
     
    Last edited by a moderator: Jul 25, 2015