Thread: [pi] Mage book teleport

Results 1 to 4 of 4
  1. #1 [pi] Mage book teleport 
    Registered Member
    Join Date
    Oct 2008
    Age
    31
    Posts
    25
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    In the magic book you have all your teleports, Home, Lumby, Varrack, Falador, ect.

    I am making a new home which needs the height to be 1 instead of 0.
    and for the home teleport it uses the Edgeville teleport information in the config.java

    so the info looks like this

    public static final int EDGEVILLE_X = 3061;
    public static final int EDGEVILLE_Y = 4985;
    public static final String EDGEVILLE = "";

    I have tried numerous things such as

    public static final int EDGEVILLE_X = 3061;
    public static final int EDGEVILLE_Y = 4985;
    public static final int heightLevel = 1;
    public static final String EDGEVILLE = "";
    or
    public static final int EDGEVILLE_X = 3061;
    public static final int EDGEVILLE_Y = 4985;
    public static final int EDGEVILLE_Height = 1;
    public static final String EDGEVILLE = "";

    but it is still not working... any ideas, or what am I doing wrong?
    -Removed
    Reply With Quote  
     

  2. #2  
    #Winning

    Join Date
    Apr 2011
    Age
    28
    Posts
    2,245
    Thanks given
    367
    Thanks received
    388
    Rep Power
    1187
    Did you try public static final int EDGEVILLE_H = 1;?


    Vouches
    Spoiler for Vouches:

    Quote Originally Posted by Exile rsps View Post
    Vouch thanks for that pic
    Quote Originally Posted by bwuk _im_pb View Post
    i vouch for charlie hes legit
    Quote Originally Posted by Pastaway
    Vouch for 'Charlie. Added a tut to my server I couldn't add and payed him after =]
    Quote Originally Posted by mongolias
    Vouch for 'Charlie. Sold me a banner, the trade went quick and efficiently.
    Quote Originally Posted by Lane
    Vouch for charlie, he is #1
    Quote Originally Posted by Raw Envy View Post
    Vouch for Charlie.
    Quote Originally Posted by -Null Code-
    Vouch Legit bought rs membership
    Quote Originally Posted by tucybro
    Traded with Charlie, went smoothly I went first and he paid promptly without and issues, great trader!



    Reply With Quote  
     

  3. #3  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    EDGEVILLE_X is just an int and it's only use it to be accessed or queried by a statement..

    So search for "EDGEVILLE_X" and you should find something like
    Code:
    c.getPA().teleTo(EDGEVILLE_X , EDGEVILLE_Y, 0);
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2008
    Age
    31
    Posts
    25
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Harlan, Thank you for your help. That worked.
    -Removed
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] Changing teleport text in mage book.
    By yeoldhag in forum Help
    Replies: 3
    Last Post: 10-03-2010, 08:39 PM
  2. [PI] Changing teleport text in mage book.
    By mlgnightmare in forum Help
    Replies: 1
    Last Post: 10-03-2010, 07:42 AM
  3. [PI] Changing teleport text in mage book.
    By yeoldhag in forum Help
    Replies: 0
    Last Post: 10-02-2010, 11:44 PM
  4. Why is my mage book doing this?
    By Josh™ in forum Help
    Replies: 5
    Last Post: 06-14-2009, 08:04 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •