Thread: ice arrows cast ice barrage (part 1)

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 ice arrows cast ice barrage (part 1) 
    rukia
    Guest
    Credits: 100% me never been done before noobs dont leech it or ill never post again

    Knowledge: copy + paste, know were add voids

    Server Base: P16 (will work on all tho)

    Diffuculty: 2/10

    Purpose: to make it when you equip ice arrows and use range it casts ice barrage on the enemy( this is part one which does not have ice barrage damage its mearly just the basic gfx of it, in part 2 ill release the complete fire/ice arrows)


    ok this is pretty easy if you know what your doing

    to start go into your client.java and somewere under
    Code:
    public class client extends Player implements Runnable {
    add this

    Code:
    /*Ice Arrows~~Rukia*/
    public void iceArrow() {
       int EnemyX = server.npcHandler.npcs[attacknpc].absX;
       int EnemyY = server.npcHandler.npcs[attacknpc].absY;
    if (playerEquipment[playerArrows] == 78 && playerEquipment[playerHands] == 1580) {
    stillgfx(369, EnemyY, EnemyX);
    }
    }
    now go down to your

    Code:
    	public boolean process() {
    and below it somewere add

    Code:
                                iceArrow();
    now your going to need to add the void to your range voids since my range is completely different so your going to have to figure out were to add iceArrow();

    ill be adding the main tut soon thats completely different from this and is freakin sweet xD

    till then hope you like this and have fun with it


    rep++ is wanted but not needed
     

  2. #2  
    Donator
    kezza's Avatar
    Join Date
    Nov 2006
    Posts
    23
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    wow worked gr8 u no ice arrow code?

    rep++





     

  3. #3  
    rukia
    Guest
    ya its 78
    hoped u enjoyed it
     

  4. #4  
    blastoise
    Guest
    wow!

    this is great!

    never seen nothing like that before

    whens part 2 comming out? O.o
     

  5. #5  
    Bot a bing
    Guest
    Very nice im going to add and i belive your the first to do this correct me if im wrong though. rep+
     

  6. #6  
    rukia
    Guest
    yup
    im the first to EVER do this same with the fire arrows part2 im posting with the official arrows

    the one i posted is just the GFX on the enemy nothing more but the one im reposting will actaully cast ice barrage and hit the enemy with flames for the ice arrows xD
     

  7. #7  
    Member

    Join Date
    Oct 2006
    Age
    33
    Posts
    420
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    Nice this is good just makes it when you hit someone it makes the ice barrage GFX good idea


    Org
    Main
     

  8. #8  
    blastoise
    Guest
    yea but this is jsut part one not part 2, part 2 actually ocasionally hits extra damage + the gfx so yea its pretty bad asss
     

  9. #9  
    rukia
    Guest
    bump
    bump
    bump
     

  10. #10  
    x19
    Guest
    This is a nice tut, but you cant bump... read the rules.

    X19
     

Page 1 of 2 12 LastLast

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: 0
    Last Post: 07-30-2010, 02:41 PM
  2. Making Ancient Staff Auto Cast Ice Barrage
    By Bridget7298 in forum Tutorials
    Replies: 13
    Last Post: 01-16-2009, 08:52 AM
  3. [help]auto cast BARRAGE[help]
    By Kingdad38 in forum Help
    Replies: 2
    Last Post: 01-10-2009, 01:02 AM
  4. Viusal Basic 2008 - Text Editor - Part 1 & Part 2
    By Exploiter in forum Application Development
    Replies: 0
    Last Post: 10-31-2008, 12:47 AM
  5. Replies: 30
    Last Post: 06-19-2008, 10:51 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
  •