Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
wiki:projects:games:wowbot:devblog [2010/01/25 23:30] – jeff | wiki:projects:games:wowbot:devblog [2020/11/19 14:21] (current) – external edit 127.0.0.1 |
---|
====== WoW Bot Dev Blog ====== | ====== WoW Bot Dev Blog ====== |
| |
| ===== Feburary 28, 2010 ===== |
| |
| Fired it up and did some testing. Still works pretty strong. Had a minor tweak but nothing major. It was to do with the profile dialog. It wasn't storing new commands properly. I was looking at Rhabot and realized that I should use copy and paste for the mechanism that the app sends commands to WoW. Also, that app seems to be pretty well built out with all the features, so I think I'll use is as a template. |
| |
===== August 22, 2009 ===== | ===== August 22, 2009 ===== |
| |
{{ http://www.j-a-m.net/Projects/WB/img/AppScrns.jpg}} | {{ http://www.j-a-m.net/Projects/WB/img/AppScrns.jpg?200}} |
Due to the limitations of the first interation, I decided to create another version. This one has an added dialog box to manager the actions that can be preformed. I've also updated the lua script to output whether or not the player is on a mount and the status of the spells. The app now makes sure that the spells can be casted when mounted or not. Also, it checks to see if a spell is availible to be cast. There are still a lot of issues with this design, the biggest one being that I can't get all the information out of WoW in an efficient way. Also, the app needs more functionality to support full automation. I'm looking into rule engines and I've started to port [[:wiki:projects:apps:drools|Drools]] to C#. | Due to the limitations of the first interation, I decided to create another version. This one has an added dialog box to manager the actions that can be preformed. I've also updated the lua script to output whether or not the player is on a mount and the status of the spells. The app now makes sure that the spells can be casted when mounted or not. Also, it checks to see if a spell is availible to be cast. There are still a lot of issues with this design, the biggest one being that I can't get all the information out of WoW in an efficient way. Also, the app needs more functionality to support full automation. I'm looking into rule engines and I've started to port [[:wiki:projects:apps:drools|Drools]] to C#. |
| |
Back to top