Thread: [Kronos] Teleporting Fix

Results 1 to 3 of 3
  1. #1 [Kronos] Teleporting Fix 
    RuneCasino


    Join Date
    Jul 2007
    Posts
    1,647
    Thanks given
    175
    Thanks received
    257
    Rep Power
    358
    This is to fix logging in a account, teleporting somewhere and then logging into another account and the location duplicates/is the same for the other account.

    Code:
     public static final Position HOME = Position.of(2028, 3577, 0);
        public static final Position EDGEHOME = Position.of(3085, 3492, 0);
    Change it to

    Code:
        public static final Position HOME = new Position(2028, 3577, 0);
        public static final Position EDGEHOME = new Position(3085, 3492, 0);
    For any other teleports that does the same thing you must replace (Position.of) with (new Position) as seen above.
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Registered Member
    Join Date
    Feb 2021
    Posts
    38
    Thanks given
    16
    Thanks received
    6
    Rep Power
    4
    Also the same in HomeTeleport class?

    OT: Thanks very much !
    Reply With Quote  
     

  4. #3  
    Registered Member
    Join Date
    Sep 2022
    Posts
    15
    Thanks given
    0
    Thanks received
    1
    Rep Power
    26
    Awesome man thanks for posting.
    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. home teleport fix
    By mikkeljj1 in forum Help
    Replies: 3
    Last Post: 06-29-2013, 05:30 PM
  2. [DSPK]Ancients Teleport Fix
    By the Only Czar in forum Snippets
    Replies: 16
    Last Post: 12-26-2010, 06:33 PM
  3. {delta} delta teleport fix
    By wind444 in forum Help
    Replies: 18
    Last Post: 09-26-2009, 12:22 PM
  4. Teleport fix
    By Homie Pimpson in forum Help
    Replies: 1
    Last Post: 03-15-2009, 03:29 PM
  5. NPC teleport fix
    By Martin in forum Tutorials
    Replies: 6
    Last Post: 09-29-2008, 08:31 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
  •