Jump to content

falder

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

falder's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I figured out what is the cause of this problem. When Wrobot.exe executed from outside of its folder there will be an error. Can you fix that?
  2. I think somehow second bot with command line arguments try to overwrite existing "randomNamed.exe" is it possible? if it so how can I prevent this?
  3. Yes, I installed that program any other suggestion? I am really desperate about it.
  4. Hi Droidz i did what you said clean install close all external programs etc. 21511.log.html file created when i tried to open the second bot and gives error after i skip all errors other log file created and runs without problem Could you give any suggestion ? Also i have to say I started bot like you did at relogger i used same arguments and tried to develop a automation Please help me about this. 6 Ara 2017 21H11 - WVFG.log.html 6 Ara 2017 21H11.log.html
  5. Hi, when I try to open second or more bot I always get an error. For translation: "Erişim Engellendi" ==> "Access Denied Also, I tried to reinstall and open with administrator privileges For your information, I start bot with same commandline arguments used by relogger. I have to mention that there is no information at logs. Any solution help ?
  6. Hi, I want to pause Gatherer Prodcut at a certain situation, do other stuff for a while (like killing a mob) and then unpausing Gatherer again on my plugin. If i command directly like; Interact.InteractGameObject(Npc.GetBaseAddress); Bot stucks between "continue gather" and "Interact object". It goes back and forward for a while and in the end decide for one of them. It sometimes really "Interact" with the object, sometimes ignore this command and continue to run current gather profile. How can i just pause runnig profile and do stuff for a while?
  7. So, your idea is that, we have to force for gathering until we loot the herb. I thought there might be a way to manipulate harvested object list so bot would try to gather again. If it is not the case, thank you for the example code, i will try to improve it.
  8. Hi, On my plugin, i disabled combat completely with this code, Conditions.ForceIgnoreIsAttacked = true; But when bot is trying to gather herb and a mob attacks it and interrupts gathering cast, bot assumes that gathering was successful and keeps move on. In real, gathering cast is interrupted and items are not looted. How can i force bot to try gather herb again?
  9. My bad, sorry :D. Ignore the last post. Thanks again.
  10. Thanks for the information, i managed to debug the plugin. But it seems that Initialize function is not triggered at all. Since all plugin logic starts from there, nothing is happening on the plugin. I just enabled your "MoveDuringCombat" plugin example but "[MoveDuringCombat] Loading." log is not getting written. (while dispose log is written and settings page is working.) Do you have any idea why this is happening?
  11. Hi, I am testing example plugins from this thread. When i open these plugins on wrobot, "Settings" and "Dispose" functions are getting triggered but "Initialize" is not. Am i missing something simple? I also tried to debug plugin code but visual says "Unable to start program IWWJBnTQj.exe. Access is denied".
  12. After .net 4.5 installation it runs without problem.
  13. Yeah I guess i need to update windows. I currently try it on WM and its clean installation
×
×
  • Create New...