How to make a portal teleport u somwehere

Results 1 to 4 of 4
  1. #1

    How to make a portal teleport u somwehere

    Ok i am going to show u how to spawn portals and make them teleport u to anywhere in runescape and if it dosent work just tell me and i have other ways that will try to help.

    So first of all u need to create the teleporter (if u have that done skip this step)

    Put this code inside client.java
    press ctrl+f and type in "makeglobalobject" or "addobject"(its different on some servers sorry if it isint right one) and add this code

    Code:
    makeGlobalObject(X-coords, Y-coords, 6551, 0, 10);//teleporter
    To find x-coods and y-coords u need to be administrator.
    Then type ::mypos if that dosent work look in one of the tabs it will have xxxx,xxxx the numbers are the x + y coords (in game)
    and the 6551 is the teleporters id use a different one if u want this is one i use.

    now open up client.java again and search a portals id that is already made/working in the game, u should see something like this

    Code:
    if ((objectID == 6551) && (objectX == XXXX) && (objectY == YYYY)) {
    				triggerTele(xxxx, yyyy, 0);
    Under that add this.
    xxxx = X-coords of portal
    yyyy = Y-coords of portal
    6551 = portals id
    aaaa = x-coords where u teleport to
    bbbb = y-coords where u teleport to


    Code:
    }
    if ((objectID == 6551) && (objectX == xxxx) && (objectY == yyyy)) {
    				triggerTele(aaaa, bbbb, 0);
    				sM("You have been teleported to (name of place).");
    }
    then save and compile and try it out


  2. #2
    Account Upgraded | Title Enabled! SyntaxErr0r is offline
    MemberRank
    Aug 2008 Join Date
    CanadaLocation
    258Posts

    Re: How to make a portal teleport u somwehere

    Going to try it..

  3. #3
    Apprentice shofer94 is offline
    MemberRank
    Dec 2010 Join Date
    7Posts

    Re: How to make a portal teleport u somwehere

    I don't have another working portal in game. Im coding Dodian. Anddd nothing in this guide helped AT all lol.

  4. #4
    Alpha Member Aksel is offline
    MemberRank
    Mar 2009 Join Date
    1,909Posts

    Re: How to make a portal teleport u somwehere

    ok im going to try it



Advertisement