Thread: [718] Gatestone teleport id?

Results 1 to 7 of 7
  1. #1 [718] Gatestone teleport id? 
    Registered Member Goblinn's Avatar
    Join Date
    Jan 2015
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Does anyone know the teleport animation/gfx for the gatestone teleport?

    Should look like this

    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jan 2014
    Posts
    1,652
    Thanks given
    428
    Thanks received
    501
    Rep Power
    221
    http://www.rune-server.org/runescape...-gfx-dump.html

    This might help you.

    Also, should be in Requests
    Reply With Quote  
     

  3. #3  
    Registered Member Goblinn's Avatar
    Join Date
    Jan 2015
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Joris View Post
    http://www.rune-server.org/runescape...-gfx-dump.html

    This might help you.

    Also, should be in Requests
    I tried the ID's listed on that thread and they were not the correct ones.
    Reply With Quote  
     

  4. #4  
    Registered Member Goblinn's Avatar
    Join Date
    Jan 2015
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    bump
    Reply With Quote  
     

  5. #5  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Goblinn View Post
    I tried the ID's listed on that thread and they were not the correct ones.
    ?? They work for me.

    Project thread
    Reply With Quote  
     

  6. #6  
    Aldor Manager


    Join Date
    Mar 2014
    Age
    28
    Posts
    1,234
    Thanks given
    200
    Thanks received
    297
    Rep Power
    2459
    Code:
    	public static void resourcesTeleport(final Player player, final int x,
    			final int y, final int h) {
    		player.getLockDelay();
    		WorldTasksManager.schedule(new WorldTask() {
    			int loop;
    
    			@Override
    			public void run() {
    				if (loop == 0) {
    					player.setNextAnimation(new Animation(13288));
    					player.setNextGraphics(new Graphics(2516));
    				} else if (loop == 1) {
    					player.setNextWorldTile(new WorldTile(x, y, h));
    					player.setNextAnimation(new Animation(13285));
    					player.setNextGraphics(new Graphics(2517));
    					player.unlock();
    				}
    				loop++;
    			}
    		}, 0, 1);
    	}
    Attached image

    Respect goes to everyone as he deserves.
    Reply With Quote  
     

  7. #7  
    Registered Member Goblinn's Avatar
    Join Date
    Jan 2015
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by clem585 View Post
    ?? They work for me.

    I realized I was typing them wrong r0flr0flr0fl
    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. [718] Ancient Teleport Animations/GFX/Sound ID's
    By adiabeticbadger in forum Help
    Replies: 1
    Last Post: 09-25-2013, 12:27 AM
  2. 718 Stop Teleporting/Disable pvp
    By TomTheBeast in forum Help
    Replies: 9
    Last Post: 12-09-2012, 07:29 AM
  3. [718]Critical Hit id
    By Monum3ntal in forum Requests
    Replies: 3
    Last Post: 10-28-2012, 01:45 AM
  4. 718 Home Teleport Dialogue
    By Chaz in forum Snippets
    Replies: 8
    Last Post: 08-09-2012, 07:39 AM
  5. Replies: 9
    Last Post: 07-15-2012, 03:58 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
  •