Jump to content

d0zza

Scripter II
  • Posts

    780
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by d0zza

  1. If all the accounts are on different IP's (ie using proxies) there shouldn't be a problem. However if they're all on the same IP I've been able to log in to 2 accounts on the same world by clicking login for each of the accounts in quick succession but I'm not sure how easy it would be for 10 accounts.
  2. You're going to need to find the spell's widget and interact with it using the widget API instead.
  3. Bought 20 accounts. Cheap and trustworthy guy
  4. I suggest posting on the actual thread for the script.
  5. If you're using a proxy it could be that your proxy isn't set up properly or it isn't connecting properly.
  6. I've never had that error when I've had VIP and I've never needed a timeout between client launches.
  7. The sleep you were using after interacting with the fire (the one I commented out in the quote) was returning true right away since your inventory will never contain anything with the exact name "raw". The conditional sleep I replaced it with should work.
  8. d0zza

    dSmither

    Fixed the problem and pushed the update, the script should be updated on the SDN within 24 hours.
  9. Your logic is wrong. First off you want lastAnimation to be a global variable since you want to be able to access it in multiple situations. The logic you want to follow when cooking is: Am I animating? if not, has it been a few seconds since I last animated? If yes use fish on fire. if yes, update lastAnimation and keep cooking. So basically you want to have this check before you call goCook();
  10. Can you post a screenshot of the logger when this happens?
×
×
  • Create New...