Signup Now
Page 9 of 15 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 145
  1. #81
    Free User
    Join Date
    Jan 2014
    Posts
    136
    Reputation
    11
    Rep Power
    24
    Quote Originally Posted by kefa View Post
    How do I get it to work when I loot everything manually?

    Cause when I do teamhunts it takes way to long for the bot to loot everything.

    The Supplies works fine but the loot counter doesnt
    I want THIS as well!

  2. #82
    Banned
    Join Date
    Dec 2013
    Posts
    44
    Reputation
    11
    Rep Power
    0
    i love u <3

  3. #83
    Free User
    Join Date
    Feb 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    the link doesnt work for me

  4. #84
    Free User Deertier's Avatar
    Join Date
    Feb 2014
    Location
    Sweden
    Posts
    89
    Reputation
    13
    Rep Power
    23
    Don't know if it's my fault and I didn't check for answers, sorry on that part.

    My "Monitor My Hunting" does not show gold spent (manas used etc), the looting part still works though.

  5. #85
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,098
    Reputation
    433
    Rep Power
    42
    You need have Supplies in Supply Tab , and about money spent you can add it by increasemoneyspent(130) and it will add to money spent 130 GP
    Regards

  6. #86
    Free User Sajean's Avatar
    Join Date
    Feb 2014
    Posts
    385
    Reputation
    26
    Rep Power
    23
    For you use money spent, make somethings like this.

    PHP Code:
    npcsay('withdraw ' ..howmuch)
    wait(600)
    increasemoneyspent(howmuch

  7. #87
    Banned
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    48
    Reputation
    12
    Rep Power
    0
    Money spent count all cash waste from suplies change
    PHP Code:
    drawtext(num($moneyspent) .. ' (' .. math.floor($moneyspent 100) / 10 .. 'K)'13687 ROW_QUANTITY 18 15 STRING_HEIGHT 0.5
    to

    PHP Code:
        -- calculate how much cash you have spent
        local cashSpent 
    $moneyspent
        
    foreach supplyitem i do
            
    cashSpent cashSpent i.amountused*i.buyprice
        end
        drawtext
    (num(cashSpent) .. 'K'13687 ROW_QUANTITY 18 15 STRING_HEIGHT 0.5
    and put your Supplies in Supply Tab
    Last edited by tryller; 03-17-2014 at 06:34 PM.

  8. #88
    Free User pvzin's Avatar
    Join Date
    Dec 2013
    Location
    USA
    Posts
    974
    Reputation
    48
    Rep Power
    25
    On a script of mine I have mana potion to be used (as a supply) and to be looted (from corpses).
    The thing is, whenever a mana potions is looted, it's counted as if it was used.
    What can be done to change/fix that?
    Yours,
    pvzin

  9. #89
    Free User
    Join Date
    Mar 2014
    Posts
    61
    Reputation
    10
    Rep Power
    23
    I still need to open the loot for it to count in the hud? I wanna hunt manually with loot calculator so i dont have to see the item before it count it ^^ ?

  10. #90
    Free User Anulka's Avatar
    Join Date
    Jan 2014
    Posts
    54
    Reputation
    10
    Rep Power
    23
    @sirmate

    It's actually not showing the right cash amount per hour if you relog to another character. Do you think you can fix this?

 

 

Posting Permissions

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