Thread: [PI] Shield block emote and Jad.

Results 1 to 5 of 5
  1. #1 [PI] Shield block emote and Jad. 
    Registered Member
    Join Date
    Jun 2008
    Posts
    55
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    I know the block emote for shields is 403 but I don't know how to add it, I searched in ItemAssistant.java for the emote but I didn't find it. How do I add it?

    When I click the cave to go to the Jad minigame it says it is currently unavailable, It wasn't in the minigames folder and I don't know the file to find out how to activate.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    for shield problem:

    in CombatAssistant look for

    Code:
    public int getBlockEmote() {
    for Jad minigame:

    go to ActionHandler and look for:

    Code:
    case 9356:
    it should look like

    Code:
    case 9356:
    			c.getPA().enterCaves();
    			c.sendMessage("Good luck!");
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2008
    Posts
    55
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    I fixed jad, thank you.

    But I added this
    Code:
    		if (c.playerEquipment[c.playerShield] == 10352){
    			return 403;
    		}
    under

    Code:
    	public int getBlockEmote() {
    		if (c.playerEquipment[c.playerShield] >= 8844 && c.playerEquipment[c.playerShield] <= 8850) {
    			return 4177;
    		}
    And it doesn't work? Do you know how I can fix it?
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    dont see whats wrong with it,it should work

    you sure thats the right anim?or maybe you didnt compile,idk xD
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2008
    Posts
    55
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    Yes it is the right emote, the right item id, and I compiled. I don't know why it doesn't work.
    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. Shield block emote - PI
    By Solarity in forum Help
    Replies: 2
    Last Post: 08-01-2011, 02:36 PM
  2. 602 shield block emote
    By Shaqattack118. in forum Help
    Replies: 2
    Last Post: 02-16-2011, 05:32 PM
  3. Need emote for Shield Block.
    By Koanga in forum Help
    Replies: 3
    Last Post: 04-24-2010, 01:31 AM
  4. Shield block emote?
    By Kyye in forum Configuration
    Replies: 0
    Last Post: 06-22-2009, 03:35 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
  •