
Ordush
Elite user-
Posts
1178 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Ordush
-
Yep! That solved the problem! ? UserControlTabGeneralSettings.RealoadGeneralSettings(); Still does not work though. There is a spelling error: RealoadGeneralSettings(); Is supposed to be ReloadGeneralSettings(); However, that definition does not exists either yet. Is it me being completely retarded? ?
-
Many times, I have had this issue for months. It's on ALL my pc's that run windows 10, even my work computer. ? https://stackoverflow.com/questions/2859790/the-request-was-aborted-could-not-create-ssl-tls-secure-channel Apparently it's an issue that's also discussed on stackoverflow
-
@Droidz Did you ever get this update out Droidz? (Vanilla) Also btw. ever since I've upgraded to win 10 i get this error: 21:04:52 - Error during download, please verif link. 21:04:50 - error: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at System.Net.WebClient.DownloadFile(Uri address, String fileName) at System.Net.WebClient.DownloadFile(String address, String fileName) at UpdateManager.UpdateManager.() I've turned off firewall, anit-virus etc. It does however update when there are updates, so not sure why it's even saying it lol
-
Cheers mate!
-
Your memory? You do not want to clear your memory. :) However, when you close wrobot, it's removed from memory almost right away. If you want to be sure; Open task manager with CTRL + SHIFT + ESC Then make sure wrobot is not in your process list (Win 10 click "more details")
-
Ah, not sure how i did not see that. I added the method, and the remaining references (PresentationCore, PresentationFramework and WindowsBase). And it doesn't give any errors, however. When i run foreach (var instancesOfImplementingType in GetInstancesOfImplementingTypes<UserControlTabGeneralSettings>()) { instancesOfImplementingType.LoadGeneralSettings(); } nothing happens for some reason. ?
-
@Droidz What reference do i need for this to work? I guess that i need using wManager.Wow.Forms; for the UserControlTabGeneralSettings However it says GetInstancesOfImplementingTypes doesn't exist in that context.
-
Haven't tried it yet, but seems like it's exactly what I need! Cheers!
-
Ah alright! Any chance that you will add so that the settings update without restarting wrobot? Not using quester ?
-
Change it a little and use it as luacode condition if IsUsableSpell("Revenge") then CanCast = "true" end Then make CanCast your return var and set it to true as condition I think that it looks for a string, if it doesn't work then change it to bool CanCast = true <- bool
-
Imagine your code being a instructions book, where you read from top left to the bottom right. Now WROBOT reads from top left to bottom right on repeat. If you have too many words in your book, it will take the bot some time to get from the middle to the top again.
-
works on windows 10
-
If you read the FAQ you will see what that error means. The food situation is actually a problem for many people, i am not sure how people are able to mess it up. ? However, as FNV said, use his plugin and disable pet feeding. I have actually written the code myself too that FNV uses, or at least the same features. I am just yet to implement it properly to my fightclass. I will next update or next update again. ?
-
f you have any suggestions for the In-game Settings plugin, please post it as a reply to this post. I will edit the top post with current posted suggestions, so it's always up to date.
-
If you need help with anything with the In-game Settings Plugin, please post it as a reply to this post. I will edit the top post with current posted issues, so it's always up to date.
-
Hey guys, anyone know how to make it so if you change i.e. wManagerSetting.CurrentSetting.Selling with your plugin, so that it changes the setting in WRobot too? As soon as wrobot is restarted wManagerSetting.CurrentSetting.Selling is changed back to what you set it to in wrobot. ? wManagerSetting.CurrentSetting.Save(); saves the data, but it dones't change in wrobot until wrobot is restarted. Also completely off-topic: @Droidz how are you getting current mount name in vanilla? Are you checking buffs? Or are you reading from memory? I just realized that button does not work, so i guess you are not ?
-
no wow retail scans your memory, if your game is running and ANY sign of wrobot is in your memory then it's ban. ?
-
First of all, please use my support channel, that's why it's there. There also is an answer to your issue there. ? Anyway, I can't tell what you are doing wrong, it can be many things. I will soon make a more user friendly version; What i recommend you to do until i get it updated, is to disable pet feeding, and use automatic pet feeding plugin: https://wrobot.eu/files/file/1615-autopetfeed-hunter/
- 6 comments
-
Hmm it's hard to tell what is giving you this issue, there are SO many factors. Have you tried a fresh wrobot in a new folder (I know it sounds stupid, but for some reason it sometimes has made a difference to me to be in a new folder). Then try and use ONLY my fightclass, and change the drinking and eating to 50%. If this works, then you can slowly add an addon/plugin a time, to see what is the culprit.
- 166 comments
-
I do believe that you are having this issue, but i can assure you that it's not the fightclass. It's something else, because it's not an issue that I've heard of before, and i can not replicate it myself. The fightclass does not control pulling, nor does it control movement. There is no where in my code it's told to go attack anything, the way a fightclass works, is that it tells the bot what spells to use in x situation. I've heard people having issues that it did not res the pet, but that was because they had drinking % set too high, so it would not drink after it ressed. The only reason that the bot should not be ressing would be because it did not have enough mana. I can't replicate this bug, so it's really hard to tell you what it is that has gone wrong with your setup. Edit: If you do happen to figure out why you are experiencing this; please don't hesitate to post it here, in case anyone else should run into this issue.
- 166 comments
-
This is not happening with any other FC? That can not be true You need to change the drink/eat % to something lower than what your mana/health is when you revive. No matter what fightclass you use, you have to change this for the bot to drink/eat after reviving. If you don't the bot won't know to drink to get mana to revive the pet. Hence the reason it will just run directly into a pack. This is a wrobot setitng, that you change under advanced settings in the general tab of wrobot. (It's under Food and Drinking or something like that).
- 166 comments