Thread: Teleport anim inv.

Results 1 to 3 of 3
  1. #1 Teleport anim inv. 
    Banned
    Join Date
    Dec 2010
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    When teleporting on my server the anim show up tele's you and everything but then you stay invisible for 2/3 secs how can i fix this?


    Thanks *Contruct_
     

  2. #2  
    Registered Member
    Join Date
    Nov 2010
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    i am guessing that the problem is this
    your teleport works like this

    Code:
    		player.playAnimation(Animation.create(714,	0));
    		player.playGraphics(Graphic.create(111,	(100 << 16)));
    		World.getWorld().submit(new Event(1600) {
    		@Override
    			public void execute() {
    			player.setTeleportTarget(Location.create(2964, 3383, 0));
    			player.playAnimation(Animation.create(715,	0));
    (new Event(1600) <- this is to high at your teleport probably . the higher it is the longer you stay "invisible "
     

  3. #3  
    Registered Member
    Join Date
    Apr 2008
    Posts
    150
    Thanks given
    3
    Thanks received
    1
    Rep Power
    2
    if(teleportType.equalsIgnoreCase("modern")) {
    }
    if (c.playerRights == 1 || c.isDonator == 1) {
    c.freezeTimer = 6;
    c.resetWalkingQueue();
    c.startAnimation(8939); // 8939 (525 animation)
    c.teleTimer = 9;
    c.gfx0(1576);
    c.teleEndAnimation = 8941;


    do you have end gfx and animation like that?
     


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. Object anim loop(after swats anim header)
    By owner blade in forum Requests
    Replies: 10
    Last Post: 11-03-2010, 10:50 PM
  2. [REQ] New Runescape Teleport Anim [REQ]
    By Dyon123 in forum Requests
    Replies: 4
    Last Post: 06-25-2010, 07:12 PM
  3. [req]Home teleport Anim
    By ƅʅ1ƭȥȥ ツ in forum Requests
    Replies: 4
    Last Post: 12-14-2009, 08:48 PM
  4. Replies: 14
    Last Post: 10-11-2009, 05:40 AM
  5. [508]New Ancient teleport GFX,Anim
    By GaMePaPa in forum Requests
    Replies: 7
    Last Post: 02-23-2009, 03:55 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
  •