![]() |
Great work @SDClowen but in v274 files when use item or auto potion get DC/Crash
|
Quote:
Quote:
Version: v1.6b Release Page: [Only registered and activated users can see links. Click Here To Register...] Change Logs Fixed socket exception Fixed refobjitem parsing Added korean-sro(ksro) supporting Fixed item parsing on newer clients Removed cache system. The speed already enough i have different idea … Fix 274 item parsing Fix walk around movement Closed Issues [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] |
thats a nice community project. keep it up!
|
@SDClown
Great Work bro but in pet setting auto heal hp for attack pet not working alway get cannont find target when use hp pet item get crash U Want to add Awaken / Enh (plus items) for v274/csro in alchemy group and level coins for CSRO |
First of all: huge thanks for making it open source, and also using C#. I love what you did. :) I checked out your code.
One observation: sometimes the bot is unable to target a monster, in the TargetBundle, the following path runs: Code:
if (!Game.Player.SelectEntity(monster.UniqueId))I'm sure you have some code to retry stuff, perhaps it would be sensible to set a fixed count the recursive call can be made? So it will exit eventually, and try again from the start. |
the bot can't read all skills + imbue
and devil Spirit item could you fix it? when teleport and record script the bot won't teleport and stoped work |
Quote:
|
Quote:
Whether the character actually picks up anything is a different problem - this is more of a UI / config problem. @SDClowen hope you don't mind, but I debugged it, and found the problem. :D Repro: - select any item, only set Pickup to True - Save settings - reload form (apply/search) to see same item - Sell will be True, Pickup will be False Solution: In here: Code:
Main.csCode:
ShoppingManager.SellFilter.Invoke(item.CodeName).ToString(),Code:
PickupManager.PickupFilter.Invoke(item.CodeName).ToString(),Other issue: MaxiGuard verification fails when using automatic login. This is caused because the login attempt is sent too early to the server. I was able to fix this by making the delay longer (5000ms instead of 1000ms), but your original Task.Delay() in DelayedLoginTry() did not work for me with the ContinueWith for some reason. I ended up changing async voids to async Tasks (which is better practice, I recommend it), and use await Task.Delay(5000), and call the next method with await, after 5 second passes, and that worked fine. Other minor issue: Hiding lower level skills actually hides some high level skills for bow. E.g. Anti Devil Bow - Strike (which is 4th) is considered "lower" than Anti Devil Bow - Steel (which is 3rd). There might be others, I just found this one. |
Quote:
I don't know whether I'm rude or not but it's even more appreciated if you made a pull request with that in github |
Quote:
I'll make some other pull requests with local fixes I made for myself - feel free to decline anything and do it your own way if you want to. You know the project better than I will ever do :) |
when i start the bot
it crashes failed to load plugins process closed. any ideas what is the problem? |
Quote:
|
<Error> Invalid skill error code: 0x05
[12:57:57] <Error> Invalid skill error code: 0x05 [12:57:57] <Error> Invalid skill error code: 0x05 [12:57:57] <Error> Invalid skill error code: 0x05 [12:58:02] <Error> Could not select entity 0x4 [12:58:02] <Error> Could not select entity 0x4 [12:58:02] <Error> Could not select entity 0x4 [12:58:04] <Error> Could not select entity 0x4 [12:58:06] <Error> Could not select entity 0x4 [12:58:08] <Error> Could not select entity 0x4 |
RSBot new release out!
[Only registered and activated users can see links. Click Here To Register...] Thread updated |
Quote:
|
in last version
auto buff working w/o problems but no there auto select ,auto hunt and skills , buff delete automatic |
mine keeps saying
Object reference not set to an instance of an object. And it only uses 1st attack skill and then normal attack until the mob dies. |
The bot is working, but I would like to have a PickupManager only running process in this whole system.
Since the WinForm has been split into their individual parts and the code is thus, for me at least, not trackable, I would ask you to add another button for it next to the START BOT one. I actually only need the PickupManager function, nothing else. The bot is working, but I would like to have a PickupManager only running process in this whole system. Since the WinForm has been split into their individual parts and the code is thus, for me at least, not trackable, I would ask you to add another button for it next to the START BOT one. I actually only need the PickupManager function, nothing else. |
vigor grain not working, maybe you can add a checkbox to use vigor grains instead of potions..
|
RSBot v1.8b released
## What's Changed * Fix NPCselect Freeze(TownScript/NPC and Script/TeleportNPC) by @sakipvp in [Only registered and activated users can see links. Click Here To Register...] * Added guild storage parsing by @SDClowen in [Only registered and activated users can see links. Click Here To Register...] * Quest Parsing converted to object. by @SDClowen in [Only registered and activated users can see links. Click Here To Register...] * Added dark light theme mode and classic windows components by @SDClowen in [Only registered and activated users can see links. Click Here To Register...] * Allow clicking for disabled tab pages by @SDClowen in [Only registered and activated users can see links. Click Here To Register...] * Redesigned tab disabled info by @SDClowen in [Only registered and activated users can see links. Click Here To Register...] * Fixed mismatched colors by @SDClowen in [Only registered and activated users can see links. Click Here To Register...] * Theme color is user adjustable by @SDClowen in [Only registered and activated users can see links. Click Here To Register...] * Tab control redesigned. It now has a flatter look. by @SDClowen in [Only registered and activated users can see links. Click Here To Register...] ## New Contributors * @sakipvp made their first contribution in [Only registered and activated users can see links. Click Here To Register...] **Full Changelog**: [Only registered and activated users can see links. Click Here To Register...] ### Fallow our discord server: [Click]([Only registered and activated users can see links. Click Here To Register...]) ### [Facebook Page]([Only registered and activated users can see links. Click Here To Register...]) |
when i start the bot
it crashes failed to load plugins process closed. any ideas what is the problem? can you make installer for it ? |
Thank you for this bot
But i have some proplem Mp and hp for fellow pet not work Vigor hp mp not work |
RSBot v1.9b Final Beta Release out!
Change Log Fixed issue #117 Fix unicode & ascii str parsing on csro client Fixed icons & fix pk2 files paths Fixed stall player parsing on chinese clients(csro) Added feature auto select unique monsters #38 Add prefix to assembly name "RSBot" Github Release Page: [Only registered and activated users can see links. Click Here To Register...] |
That bot is great. Thanks for the good work.
Edit: i think there is something wrong with multi bots. Can't open more than 1 char [IMG=expandable: 1]http://i.epvpimg.com/VLTVdab.png[/IMG] |
@devsome lock the topic please.
|
Quote:
|
| All times are GMT +2. The time now is 13:08. |
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.