Jump to content

Findeh

Members
  • Posts

    365
  • Joined

  • Last visited

Everything posted by Findeh

  1. All different ip, more than half were 60, others 45 +
  2. Will be my first ban post here, minus more then 50 accounts in 2 days :) Good job LH devs :) And how are you, guys, doing?
  3. Have send everything. Bot still wont download that mesh. Have tried different wrobot installations.
  4. Tha's a very-very common problem. You will have to edit your NPC database for every profile you have created. Put marks in front of "That's profile npc" in NPC database when you run a profile
  5. Thank you for your reply, will do and send you everything tooday.
  6. btw, accept only profile nps is not 100% working as well. And the one more problem, when you add an NPC inside the quester profile, you can't choose faction of that npc. So it always added as Neutral. Thats make your NPC base full of Neutral npc that are not neutral at all. And changeing theyr faction inside NPC base wont help at all, because when you load your quest profile it will rewrite your base with neutral nps again, The only solution here is to open each profile with something like Notepad and edit each npc in each profile by hands. But that's will only help you not to rush to an opposite faction NPC, not with the high level locations. And you will still waste a tone of time running to an nps with a weird way through mobs.
  7. Good day, guys. Sorry for my english, far not my native language. Some teoretical questions about pickpocketing. Just for discuss. Lets say we want to farm stuff by pickpocket. But we don't want to be detected. And don't want to use Grinder bot, because of to poor functionality. 1) What product do you suggest? I have thinking about Quester because then we may set up steps like "Farm-farm-farm-mail_or_open_chests-sell-farm-farm-farm", or something like that. But maybe i'm wrong. 2) To stay in stealth we have to avoid mobs. Not just stupidly run trugh them, if they are agressive. I have thinked about that problem for a while and honestly, have no idea how to force code "avoid mobs routine". It easy to check for a hostile mobs aroung, but how to stope move if we are going in to one of them? Any ideas maybe? 3) According to Droidz example: https://wrobot.eu/files/file/163-pickpocketing/ We have to use Interact.InteractGameObject(), and then stop attack because that function lounches autoattack automaticly. But i think that sometimes bot will attack the target anyway if target is to close. And that issue have to be avoided somehow aswell, because that will breake our stealth, and we don't want that. Maybe it's possible to override entire function or interact with the target just by lua? What do you think?
  8. And yes, of mesh is not working, as always. @Droidz I can give an exact spot where should be a mesh point added, and where is was before. Is it will be possible to add it to mess database like this? Thank you in advance for your answer.
  9. Bought one more lifetime, as promised. Thank you.
  10. i've got a profile that was perfectly working for 4 month. Today i have noticed that it's not working anymore, seems like it happened pretty recently because it was working fine just 2-3 days ago or about. The problem is prety simple. There is a pac of mobs, bot kills it, loots half of the mobs and then he is trying to loot the other half that is 5 meters away from him. But for some reason, now he decides not just move that 5 meters forward but run a huge circle arount. Circle is about 30(!) meshes... And thats totally ruin the profile. So what happened with the last couple updates? I was working on that profile for more then 2 mounth and now it's broken for some reason, after recent updates. I have deleted mesh folder, that did not help. Addittionally, that problem have happened for all my PC at the same time, so it's not a "reinstall wrobot" problem.
  11. Have updated the bot like 10 minutes ago. 5 ноя 2017 02H34.log.html Old wersion works fine. UPD1 Have updated once again today, working fine, thank you.
  12. Just noticed you have fixed it. Thank you alot! Will check it a little later and buy one more lifetime key as i promised.
  13. You marked it as "Not a bug" again. What does that mean? It still not working.. So when, approximately, will you fix it? @Droidz
  14. Elevator distance is static in vanilla, it have been reported 7 (!) month ago here: and it still bugged. How is it going with fixing it? Is it even possible? Would be nice to get some info.
  15. Grinder or Questr -> Grind for N minutes Quester -> Follow path to your fishing spot Fishing bot (have not used it, whatever it does.. fishing i guess, lol. For N minutes) Quester -> Follow path from fishing spot to grind area. Repeat all steps. So you will need 4 different profiles and switch between them and the bot product. You may also skip Follow path steps, if you believe in pathfinder :)
  16. Thank you for the reply. That type of code is the next thing. I'm trying to use right now. Have you tryed it yourselve? I have a problem with figuring out the coordinates of the spot wich bot is trying to move to (through the wall). I can see where he is trying to move but don't know the exact coordinates of that spot that i need to replace. How do you get it? I have already asked this question here: https://wrobot.eu/forums/topic/7423-the-easy-way-to-get-coordinates-of-the-bad-pathfinder-spot But got not answer. About Follow Path. It will not work. There is no type of code or path, that you can create an inside the profile that will work when you are dead. Especially if you were dead already when bot loged in. Except blacklist and offmech, and i have tryed it both.
  17. Yes, unfortunately this will not work. Sometimes bot is following path that you can't control. Going to vendor, going to trainer, going from a graveyard. And you can't do anything about it from the profile, because when he did so, he totally ignores the profile. For example, while doing one of this run he is constantley stuck. I want to check if he is near that stuck point, and if true, stop his run, move alittle by using MoveTo code (or any othe code) and then turn his run back on. Something like that. I have already tried offmesh, it's totally useless. I have tried to use ~ 80 black spots to crate full 3 d model of all the walls in that corner where he stuck. It did nothing, he still trying to run trugh the wall.
  18. Good day. Is there any way to completley turn off any bot movement and then turn it on again? I'm looking for solution to turn off any movements, make a custom path of MoveTo steps, and when we are there (where we have to be after MoveTo), turn the movement back on, so the bot may continue his path. Thank you in advance for any ideas.
  19. I guess you will have to show part of the log you receive. You can always use follow path, it ignores meshes.
  20. In a word, i was askin it there any way to get atleast a detailed log of pathfinder spots. Like: Moving to: "x1, y1, z1" Moving to: "x2, y2, z2" Moving to: "x3, y3, z3" ... and so on. So when bot is stuck in the doorway i was able to see what spot he is moveing to and replace it with my own.
  21. You have wrote 4 messages with totally obvious information that was in my first 2 posts. I do appreciate that you are willing to help, but that leeds the thread in totally other direction, not what i have asked. As i said, i do understand what the idea is, the question is how to track bad spots easily. P.S. And no, it's not constantly scan the path. It just do it once, replacing one point by another till the end of session.
  22. Thank you for your answer. Unfortunately, that way i'll have to make a separate plugin for each farm spot. And another problem. For example, i don't want bot to kill mobs just near the city so i blacklist theyrs GUID, that makes him not farm just near the town walls. But if i then will clear blacklist by EntryID it will clear those mobs as well and will breake an idea to farm far away. Maybe there is any way to speed up that timer, during which mobs, that are killed by the bot, are temporarily blacklisted?
  23. Some times it is inside the object, for example it may be inside the tree or even inside the mountain.
×
×
  • Create New...