Thread: Ranged Weapon Ids

Results 1 to 3 of 3
  1. #1 Ranged Weapon Ids 
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    This is for people who did this tutorial: http://www.rune-server.org/runescape...following.html
    Contains the most of the important bows/crossbows.
    Took me quite a while to find the ids.
    Code:
    public boolean rangeWep(){
    	switch(c.playerEquipment[c.playerWeapon]){
    	case 4734:
    	case 839:
    	case 841:
    	case 845:
    	case 847:
    	case 849:
    	case 851:
    	case 853:
    	case 855:
    	case 857:
    	case 859:
    	case 861:
    	case 4212:
    	case 9185:
    	case 4213:
    	case 863:
    	case 864:
    	case 865:
    	case 867:
    	case 868:
    	case 869:
    	case 870:
    	case 871:
    	case 872:
    	case 873:
    	case 874:
    	case 875:
    	case 876:
    	case 4734:
    	case 8724:
    	case 8880:
    	case 9174:
    	case 9176:
    	case 9177:
    	case 9179:
    	case 9181:
    	case 9183:
    	case 11235:
    	case 13801:
    	case 13405:
    	case 13530:
    	case 13529:
    	case 18357:
    	case 13879:
    	case 13883:
    	return true;
    	default:
    	return false;
    	}
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2012
    Posts
    503
    Thanks given
    142
    Thanks received
    93
    Rep Power
    0
    Thanks for the share
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    No problem my good sir.
    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: 22
    Last Post: 07-28-2012, 05:50 AM
  2. 667 Making Weapon Ranged?
    By nbness2 in forum Help
    Replies: 10
    Last Post: 05-07-2012, 03:43 PM
  3. Replies: 2
    Last Post: 01-05-2011, 08:51 PM
  4. Amazing Ranged pure! CB 58 - 89 RANGED!
    By Georgio in forum Accounts
    Replies: 11
    Last Post: 09-10-2010, 02:39 AM
  5. Weapon Emote ids!!!!!
    By Soulevoker in forum Configuration
    Replies: 9
    Last Post: 01-09-2009, 09:06 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
  •