Thread: Protect Prayers doesn't work :o [PI]

Results 1 to 2 of 2
  1. #1 Protect Prayers doesn't work :o [PI] 
    Let the good times roll
    Eazy's Avatar
    Join Date
    Jun 2012
    Age
    27
    Posts
    1,234
    Thanks given
    90
    Thanks received
    223
    Rep Power
    70
    I've tried to fix this for like day! I can't understand what the fk is the problem! It cannot find symbol, and I don' know where I should import it. Also Checked my other source files and the files was SAME and the protect prayers are working on the other source and it doesn't get any errors. But this shit can't find those symbols, and that means that Protect Prayers doesn't work, which is shit thing. I can't do anything for it, I've tested everything. There must be a fix for this! Never got that error.
    So I have no idea how to fix this, please help!


    This is the error what I get:

    Code:
    src\server\model\players\packets\ClickingButtons.java:2196: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(0);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2199: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(1);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2202: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(2);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2205: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(3);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2208: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(4);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2211: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(5);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2214: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(6);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2217: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(7);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2220: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(8);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2223: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(9);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2226: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(10);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2229: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(11);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2232: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(12);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2235: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(13);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2238: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(14);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2241: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(15);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2244: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(16);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2247: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(17);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2250: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(18);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2253: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(19);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2256: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(20);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2259: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(21);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2262: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(22);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2265: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(23);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2268: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(24);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    src\server\model\players\packets\ClickingButtons.java:2271: error: cannot find s
    ymbol
    c.getCombat().activatePrayer(25);
    ^
    symbol: method activatePrayer(int)
    location: class CombatAssistant
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    26 errors
    Press any key to continue....


    These prayer's are the normal prayers, not ancient prayers.
    This pisses me off, never got this error so I have no idea how to fix it.
    Hopefully someone got an idea?



    Thanks for reading.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Check if you're using the right constructor to call your combatassistants and check if you have c declared in your clickingbuttons packet/class
    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. Curse protection prayers don't work in PvP
    By turm0ilz in forum Help
    Replies: 0
    Last Post: 02-07-2012, 01:11 PM
  2. DPSK Protect Prayers don't work
    By Coontown in forum Help
    Replies: 5
    Last Post: 07-17-2011, 07:11 AM
  3. Replies: 1
    Last Post: 07-27-2010, 12:23 AM
  4. Protect Item doesn't work?
    By Aza in forum Help
    Replies: 4
    Last Post: 04-25-2009, 01:39 AM
  5. working protect prayers (mage range and melee)
    By Ashen Sky in forum Tutorials
    Replies: 6
    Last Post: 04-12-2008, 02:11 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
  •