Jump to content

79135

WRobot user
  • Posts

    336
  • Joined

  • Last visited

Posts posted by 79135

  1. [E] 01:05:49 - RunReloggerTask > Run(...)#2: System.Threading.SynchronizationLockException: Для не синхронизированного блока кода вызван метод синхронизации объектов.
       в Relogger.Classes.RunReloggerTask.Run(ReloggerProfile parent)

    [E] 01:12:05 - ReloggerProfile > KillWowProcess(): System.ComponentModel.Win32Exception (0x80004005): Отказано в доступе
       в System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
       в System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
       в System.Diagnostics.Process.Kill()
       в Relogger.Classes.ReloggerProfile.KillWowProcess()

  2. [E] 21:59:55 - Quester.Bot > Pulse(): System.IO.IOException: Процесс не может получить доступ к файлу "D:\BOTs\WRobot 3.3.5\Profiles\Quester\Cache\A.xml.cs", так как этот файл используется другим процессом.
       в System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       в System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
       в System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
       в System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
       в System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
       в System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
       в System.IO.File.WriteAllText(String path, String contents)
       в Quester.Bot.Bot.Pulse(Boolean loadSettingsProfile, String profile)
    21:59:55 - [Quester] Failed to start

     

    After use the thread:

                Thread startStop = new Thread(() =>
                {
                    robotManager.Products.Products.ProductStop();
                    Thread.Sleep(1000);
                    robotManager.Products.Products.ProductStart();
                });
                startStop.Start();
                Thread.Sleep(3000);
                startStop.Abort();

  3. How to check what a flight master is active in the list at the char?

                if (Taxi.TaxiList.Nodes.All(o => o.Name != "AAA"))
                {
                    flyMasterEntry = 2941; flyMasterPosition = new Vector3(-6555, -1165, 310); nodeName = "AAA";
                }

    The code only add in to data base of flight masters, but without mark of active.

  4. 9 hours ago, Zer0 said:

    Due to the lack of free available third party products in the store (plugins, fight classes, grinders, questers), I have decided to gather developers and testers under an umbrella project called "Project Wholesome".

    The goal of Project Wholesome is to develop, test, and freely share wRobot products. All the code created under the project will be transparent, open-source, and then released in the store for free. I insist on the fact that not a single line of code released under the Wholesome Project will be sold for profit. We already have a few people working together on fight classes and on profile creation.

    Developers : You want to help the community grow and participate in providing quality products or you want to learn how to create plugins, fight classes and profiles. You are willing to share your knowledge and your code to others. You are aware that you are not in for the money. You will take testers' feedback into account to polish your product. Once you finish a product, you will release it for free in the store, although you can call for donations on the product page. 

    Testers : You will have access to unfinished/beta products from our team under the condition that you provide active feedback through bug reports in the discord channel. You are willing to treat developers with respect and patience, keeping in mind that they are providing a service for free.

    The Wholesome Project is all about trust, and keeping wRobot alive. We start small, setting realistic goals, but we intend to create a momentum and keep it growing as much as possible. If you are interested, feel free to join our channel.

    https://discord.gg/NEq4VA6

    It is bad idea

  5. Hello, i very need  it for druid, becouse druid have 3 spec (rdd/mdd/heal). when i lvling i use mdd, but when i reach 80 lvl i use rdd, range 5 yards in FC, RDD constantly starting run to target... Do you can add a new function in FC editor for change of range? I dont want create clone of fight class with range 30 yards.

  6. 55 minutes ago, BetterSister said:

    good and bad thing about these detections is there is limited ways to detect bots just like limited ways of avoiding the detection. At some point they will detect every way people use to exploit them and then shit hits the fan

    can make this bot only for wholesalers?)

  7. 1 hour ago, Droidz said:

    Hello what is quest type of "HR"?

     is quest type Follow path. Bot just skip points and at once run to last point of path. Help with the problem "robotManager.Products.Products.InPause = true/false;"

    But when use "robotManager.Products.Products.InPause = true/false;" bot very often just stay and nothing to do

     
  8. Script good delete, but when GetContainerItemLink(b,s) == 'Hearthstone'  the script is stopped. Why?

    Lua.LuaDoString("for b = 0,4,1 do for s = 1,GetContainerNumSlots(b),1 do name,_,_,_,_,_,_,_,_,_, itemSellPrice = GetItemInfo(GetContainerItemLink(b,s)) if name ~= 'Hearthstone' and itemSellPrice < 10 then PickupContainerItem(b,s); DeleteCursorItem(); end; end; end;"); 

×
×
  • Create New...