Thread: Vanguard projectiles/graphics

Results 1 to 6 of 6
  1. #1 Vanguard projectiles/graphics 
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    Currently adding Vanguards, I have gathered everything but can't find the ranged/mage vanguard's projectiles or gfx. My osrs account is currently occupied by a friend so can't get them there either...
    Paying $5 for these, will also rep+!


    Ranged:
    ( Need the rocks flying projectile id aswell as the explosion gfx id )


    Magic:
    ( Need the burning rocks projectile id aswell as the explosion gfx id )
    Reply With Quote  
     

  2. #2  
    Contributor
    Kris's Avatar
    Join Date
    Jun 2016
    Age
    23
    Posts
    3,536
    Thanks given
    703
    Thanks received
    2,322
    Discord
    View profile
    Rep Power
    5000
    Code:
    	private static final Animation MAGIC_ATTACK = new Animation(7436);
    	private static final Animation MELEE_ATTACK = new Animation(7441);
    	private static final Animation RANGED_ATTACK = new Animation(7446);
    	private static final Projectile FIRST_MAGIC_PROJ = new Projectile(1331, 43, 250, 57, 85, 110, 64);
    	private static final Projectile SECOND_MAGIC_PROJ = new Projectile(1331, 250, 0, 57, 45, 127, 64);
    	private static final Projectile RANGED_PROJ = new Projectile(1332, 20, 30, 40, 15, 110, 64);
    	private static final Graphics MAGIC_EXPLOSION = new Graphics(659);
    	private static final Graphics RANGED_EXPLOSION = new Graphics(305);
    These should be correct, I'm not sure if I found every single one of them or not. Keep your five bucks.
    Reply With Quote  
     

  3. Thankful users:


  4. #3  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    Quote Originally Posted by Kris View Post
    Code:
    	private static final Animation MAGIC_ATTACK = new Animation(7436);
    	private static final Animation MELEE_ATTACK = new Animation(7441);
    	private static final Animation RANGED_ATTACK = new Animation(7446);
    	private static final Projectile FIRST_MAGIC_PROJ = new Projectile(1331, 43, 250, 57, 85, 110, 64);
    	private static final Projectile SECOND_MAGIC_PROJ = new Projectile(1331, 250, 0, 57, 45, 127, 64);
    	private static final Projectile RANGED_PROJ = new Projectile(1332, 20, 30, 40, 15, 110, 64);
    	private static final Graphics MAGIC_EXPLOSION = new Graphics(659);
    	private static final Graphics RANGED_EXPLOSION = new Graphics(305);
    These should be correct, I'm not sure if I found every single one of them or not. Keep your five bucks.
    Love you
    Reply With Quote  
     

  5. #4  
    Registered Member
    King Zeus's Avatar
    Join Date
    Jan 2018
    Posts
    182
    Thanks given
    26
    Thanks received
    72
    Rep Power
    120
    Nice work oak! Nice help Kris.

    Where did you find those id's kris?
    Reply With Quote  
     

  6. #5  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    Quote Originally Posted by King Zeus View Post
    Nice work oak! Nice help Kris.

    Where did you find those id's kris?
    Those gifs are from osrs lol
    Mine are almost identical though, getting there!
    Reply With Quote  
     

  7. #6  
    Contributor
    Kris's Avatar
    Join Date
    Jun 2016
    Age
    23
    Posts
    3,536
    Thanks given
    703
    Thanks received
    2,322
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by King Zeus View Post
    Nice work oak! Nice help Kris.

    Where did you find those id's kris?
    I actually already answered a similar question yesterday: [Only registered and activated users can see links. ]
    Should answer your question.
    Reply With Quote  
     

  8. Thankful user:



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. Animations/Graphics/Projectiles Dumper
    By mgi125 in forum Downloads
    Replies: 18
    Last Post: 05-22-2014, 05:17 AM
  2. Emote + Graphic list... [ helpfull ]
    By Called Enzo in forum Configuration
    Replies: 19
    Last Post: 04-23-2008, 11:22 AM
  3. *req*new rs graphics
    By owner mosta in forum Graphics
    Replies: 7
    Last Post: 10-06-2007, 12:39 PM
  4. Double projectiles.
    By Jake_ in forum RS2 Server
    Replies: 0
    Last Post: 09-20-2007, 02:07 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •