Thread: Unable to spec in minigames.

Results 1 to 8 of 8
  1. #1 Unable to spec in minigames. 
    Registered Member
    Join Date
    Feb 2016
    Posts
    116
    Thanks given
    8
    Thanks received
    8
    Rep Power
    11
    So as the title said, i'm unable to spec in any of my minigames. Not sure what to do with this its not as simple as adding accuracy to a weapon to make the spec work.. If anyone could point me in the right direction that would be great!

    If you need to see any class snippet please let me know!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Feb 2016
    Posts
    116
    Thanks given
    8
    Thanks received
    8
    Rep Power
    11
    bump
    Reply With Quote  
     

  3. #3  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Spec as in you cant click on the bar or spec as it do nothing when attacking a player? Little bit more info would be nice.
    If you cant explain it in words, maby a video to show us the issue?


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2016
    Posts
    116
    Thanks given
    8
    Thanks received
    8
    Rep Power
    11
    Quote Originally Posted by arch337 View Post
    Spec as in you cant click on the bar or spec as it do nothing when attacking a player? Little bit more info would be nice.
    If you cant explain it in words, maby a video to show us the issue?
    I can click the spec bar, it works. The only thing is when i go to attack afterwards my character simply doesn't attack. This used to happen globally with certain weapons. To fix that i added the spec accuracy and it worked everywhere but in the minigames(all EXECPT the duel arena) it doesnt work just like before when i didn't have the spec accuracy added..

    I dont know what else i could add to make them work in the minigames hoping somebody knew. If possible can someone send me the cases in the specialattack method?
    Reply With Quote  
     

  5. #5  
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    Quote Originally Posted by ZerkYoAGS View Post
    I can click the spec bar, it works. The only thing is when i go to attack afterwards my character simply doesn't attack. This used to happen globally with certain weapons. To fix that i added the spec accuracy and it worked everywhere but in the minigames(all bu duel arena) it doesnt work just like before when i didn't have the spec accuracy added..

    I dont know what else i could add to make them work in the minigames hoping somebody knew. If possible can someone send me the cases in the specialattack method?
    Is there a check that's disabling spec from being used in the duel arena? Also what you describe happens when you try to spec is the result of not having enough special for the attack. Which could mean you don't have those set?
    Attached image Attached image Attached image Attached image Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Feb 2016
    Posts
    116
    Thanks given
    8
    Thanks received
    8
    Rep Power
    11
    Quote Originally Posted by Bob the Cat View Post
    Is there a check that's disabling spec from being used in the duel arena? Also what you describe happens when you try to spec is the result of not having enough special for the attack. Which could mean you don't have those set?
    The specs in the duel arena work.

    this is what I'm talking about.
    Code:
    	case 4587: // dscimmy
    			c.gfx100(347);
    			c.specEffect = 1;
    			c.startAnimation(1872);
    			c.specAccuracy = 1.10;
    			c.specDamage = 1.20;
    			c.hitDelay = c.getCombat().getHitDelay(i, c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    			break;
    The spec accuracy & damage fixed the first issue i had with the specs. One day I went to pest control and I couldn't spec just like before but now it was only in the mini games.( jad, pc, warriors guild & barrows)
    Reply With Quote  
     

  7. #7  
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    Quote Originally Posted by ZerkYoAGS View Post
    The specs in the duel arena work.

    this is what I'm talking about.
    Code:
    	case 4587: // dscimmy
    			c.gfx100(347);
    			c.specEffect = 1;
    			c.startAnimation(1872);
    			c.specAccuracy = 1.10;
    			c.specDamage = 1.20;
    			c.hitDelay = c.getCombat().getHitDelay(i, c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    			break;
    The spec accuracy & damage fixed the first issue i had with the specs. One day I went to pest control and I couldn't spec just like before but now it was only in the mini games.( jad, pc, warriors guild & barrows)
    Oh ok my bad. Normal attacks do work on the npc's you previously stated though?
    Attached image Attached image Attached image Attached image Attached image
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Feb 2016
    Posts
    116
    Thanks given
    8
    Thanks received
    8
    Rep Power
    11
    Quote Originally Posted by Bob the Cat View Post
    Oh ok my bad. Normal attacks do work on the npc's you previously stated though?
    normal & special attacks work out of all mini games. Only in the mini games stated above theey dont 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. Unable to walk in dynamic region
    By Andy in forum Help
    Replies: 1
    Last Post: 04-03-2013, 12:04 AM
  2. making it unable to bank in jail
    By OodlesOfNoodles in forum Help
    Replies: 2
    Last Post: 01-04-2012, 04:25 AM
  3. making unable to bank in jail
    By OodlesOfNoodles in forum Help
    Replies: 10
    Last Post: 12-12-2011, 05:47 AM
  4. Unable to open in Tom's Cache Suite
    By Flaunter in forum Help
    Replies: 3
    Last Post: 06-10-2011, 09:47 PM
  5. Replies: 1
    Last Post: 05-31-2009, 10:08 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
  •