Thread: overloads(pi)

Results 1 to 2 of 2
  1. #1 overloads(pi) 
    Registered Member
    Join Date
    May 2013
    Posts
    26
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    The base source im using had overloads in the server but when you would click on them nothing happens.

    so i went and followed two diffrent tutorials and i get the same error for both of them
    this is one of the tuts i followed http://www.rune-server.org/runescape...overloads.html

    If i just delete the c.handlehitmask line it compiles fine with no errors but when clicking on the overloads it dosent do anything dosent increase stats no animations or anything.

    Says required int,boolean but where? i have tried it on that line
    Also extremes and super prayer potions are added in but when you click on them they dont do anything?
    src\server\model\players\Potions.java:378: error: method handleHitMask in class
    Player cannot be applied to given types;
    c.handleHitMask(10); // if not loading h
    it marks remove config.combattype.mage
    ^
    required: int,int,int,int,boolean
    found: int
    reason: actual and formal argument lists differ in length
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    (10) is int while it should be something like ( 10,10,10,10,booleanw/e) or something similar

    Edit : on ipod ill check soon
    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. Adding Overloads [Pi]
    By SlamDuncan in forum Help
    Replies: 2
    Last Post: 01-18-2013, 02:31 PM
  2. My Version Of Overloads [PI]
    By relex lawl in forum Tutorials
    Replies: 12
    Last Post: 03-03-2012, 04:57 PM
  3. [PI] Help recolor my Overloads [PI]
    By Kickyamom in forum Help
    Replies: 3
    Last Post: 12-29-2011, 08:01 AM
  4. Full Overloads [pi] done correctly
    By ilike to own in forum Selling
    Replies: 0
    Last Post: 12-27-2010, 10:27 PM
  5. Replies: 80
    Last Post: 07-18-2010, 06:52 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
  •