Thread: [OSRS] Vencillio like which file changes the regular bubble tele anim

Results 1 to 2 of 2
  1. #1 [OSRS] Vencillio like which file changes the regular bubble tele anim 
    🖤Runic Developer🖤
    Castiel's Avatar
    Join Date
    Apr 2013
    Posts
    1,752
    Thanks given
    564
    Thanks received
    288
    Rep Power
    609
    can anyone help me thanks
    [OSRS] Vencillio
    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2015
    Posts
    38
    Thanks given
    3
    Thanks received
    2
    Rep Power
    11
    Find where the animation is handled for modern magics.. you'll see something that says send animation and send gfx with some ID's. All you need to do is change those ID's to the animation and GFX ID's of your choice. I'll update this with where to go to find this in an hour.

    MagicConstants.java line 66 and 68

    Code:
    public static final Animation MODERN_TELEPORT_ANIMATION = new Animation(714, 0);
    
    	public static final Graphic MODERN_TELEPORT_GRAPHIC = Graphic.lowGraphic(308, 0);
    change those IDs to whatever you want. ez
    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. Replies: 2
    Last Post: 06-22-2014, 05:47 AM
  2. Replies: 2
    Last Post: 06-22-2014, 05:47 AM
  3. Replies: 5
    Last Post: 02-01-2011, 03:23 PM
  4. [562]How to change the magic book tele's[RS2HD]
    By Derranged in forum Configuration
    Replies: 4
    Last Post: 07-04-2010, 06:27 AM
  5. Replies: 7
    Last Post: 03-15-2010, 08:32 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
  •