Thread: Help with weapon hit timers.

Results 1 to 6 of 6
  1. #1 Help with weapon hit timers. 
    Registered Member Xx Santa Pker xX's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    19
    Just recently I realized my weapon hit timers were WAY off. So I went to wiki for runescape and looked up the timer for whip. Approximately 2.4 seconds. But, when I put 2.4 seconds, it comes up as a error when I compile.

    Code:
    Compiling com.iClarity.player
    .\com\iClarity\player\clientHandler.java:11743: possible loss of precision
    found   : double
    required: int
                            return 2.4;
                                   ^
    1 error
    Press any key to continue . . .
    o.O Help me out! =D
    Quote Originally Posted by ward View Post
    just delete you client and download bluurrs client.
    LOL! ^

    Quote Originally Posted by sun 0f sun View Post
    tyler, release 2speced or i kill you
    Pleaseee??? look how cute i am please ??
    ROFL? ^
     

  2. #2  
    advent emu
    Guest
    Its found double. So try searching and deleting the other one.
     

  3. #3  
    Registered Member Akeid's Avatar
    Join Date
    May 2009
    Posts
    911
    Thanks given
    22
    Thanks received
    15
    Rep Power
    37
    lol , the timers reqire an integer , 2.4 isnt one
     

  4. #4  
    Registered Member

    Join Date
    Oct 2009
    Age
    28
    Posts
    391
    Thanks given
    19
    Thanks received
    4
    Rep Power
    159
    Change the type of your method from 'int' to 'double' and cast all int values to double values...
     

  5. #5  
    ZRPS
    Guest
    Bro try 2400 its all in milliseconds
     

  6. #6  
    Registered Member Xx Santa Pker xX's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    19
    Oh wow. Thanks invalid. Sorry for my stupidity. That's right..It's in milliseconds.

    Thanks for reminding me though.
    Quote Originally Posted by ward View Post
    just delete you client and download bluurrs client.
    LOL! ^

    Quote Originally Posted by sun 0f sun View Post
    tyler, release 2speced or i kill you
    Pleaseee??? look how cute i am please ??
    ROFL? ^
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •