Thread: Basic stats interface skill guides when you click-it

Results 1 to 5 of 5
  1. #1 Basic stats interface skill guides when you click-it 
    Banned
    Join Date
    Aug 2014
    Posts
    518
    Thanks given
    88
    Thanks received
    21
    Rep Power
    0
    Hello dear rune-server...

    Today i wanted to share interface skill guides... Because i cant find it anywhere...

    So go to your ClickingButtons.java

    and add somewhere this piece of code

    case 33206:// Attack button
    case 34142:
    SkillGuides.atkInterface(c);
    break;
    case 33209:// str button
    case 34119:
    SkillGuides.strInterface(c);
    break;
    case 33212: // Defence
    case 34120:
    SkillGuides.defInterface(c);
    break;
    case 34133:
    case 33215: // Range
    SkillGuides.rangeInterface(c);
    break;
    case 34123:
    case 33207: // Hitpoints
    // SkillGuides.hpInterface(c);
    break;
    case 34139:
    case 33218: // Prayer
    SkillGuides.prayInterface(c);
    break;
    case 34136:
    case 33221: // Magic
    SkillGuides.mageInterface(c);
    break;
    case 34155:
    case 33224: // Runecrafting
    SkillGuides.rcInterface(c);
    break;
    case 34158:
    case 33210: // Agility
    SkillGuides.agilityInterface(c);
    break;
    case 34161:
    case 33213: // Herblore
    SkillGuides.herbloreInterface(c);
    break;
    case 59199:
    case 33216: // Theiving
    SkillGuides.thievingInterface(c);
    break;
    case 59202:
    case 33219: // craft
    SkillGuides.craftingInterface(c);
    break;
    case 33222: // Fletching
    SkillGuides.fletchingInterface(c);
    break;
    case 59205:
    case 47130: // Slayer
    SkillGuides.slayerInterface(c);
    break;
    case 33208: // Mining
    SkillGuides.miningInterface(c);
    break;
    case 33211: // Smithing
    SkillGuides.smithingInterface(c);
    break;
    case 33214: // Fishing
    SkillGuides.fishingInterface(c);
    break;
    case 33217: // Cooking
    SkillGuides.cookingInterface(c);
    break;
    case 33220: // Firemaking
    SkillGuides.firemakingInterface(c);
    break;
    case 33223: // Woodcutting
    SkillGuides.woodcuttingInterface(c);
    break;
    case 54104: // Farming
    SkillGuides.farmingInterface(c);
    break;
    EDIT: There is skillguides.java folders i forgot to add it my bad..

    Link: https://www.dropbox.com/s/3f1ivsvsrh...ides.java?dl=0

    PICS:
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Yeah dunno if you realize but your missing alot. + released already.


    Reply With Quote  
     

  4. #3  
    Banned
    Join Date
    Aug 2014
    Posts
    518
    Thanks given
    88
    Thanks received
    21
    Rep Power
    0
    Quote Originally Posted by 01053 View Post
    Yeah dunno if you realize but your missing alot. + released already.
    Ik but i cant see this piece of code anywhere.. and it works for me
    Reply With Quote  
     

  5. #4  
    Vitality

    Raw Envy's Avatar
    Join Date
    Dec 2010
    Posts
    3,034
    Thanks given
    869
    Thanks received
    1,186
    Rep Power
    3054
    This just made my day lmao
    Reply With Quote  
     

  6. #5  
    Marijuana

    Zetto's Avatar
    Join Date
    Oct 2010
    Posts
    623
    Thanks given
    243
    Thanks received
    77
    Rep Power
    202
    Dude you need to add the skillGuides class.. This should be removed >.<
    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: 1
    Last Post: 09-12-2010, 03:55 PM
  2. Replies: 3
    Last Post: 08-06-2010, 04:19 AM
  3. Replies: 6
    Last Post: 10-22-2009, 01:21 PM
  4. Replies: 5
    Last Post: 12-26-2007, 10:31 PM
  5. Replies: 8
    Last Post: 11-23-2007, 01:51 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
  •