ike3 / mangosbot

This is a modification of MaNGOS (Zero, One, R2, Trinity) server which brings a number of bots online and available for any player. Also allows you to use your account/guild characters as bots.
http://ike3.github.io/mangosbot-docs/
GNU General Public License v2.0
182 stars 77 forks source link

[Question/Request] #97

Open Mige5 opened 5 years ago

Mige5 commented 5 years ago

Hi

So im looking for this kind of gameplay on classic: a server with bots where they start as level 1 and quest and grind to progress in the game (It was fun to do this kind of "racing" when a new realm started, but nowadays dont really have that much time that I could play all day and night, so I would be far behind the top players the very next day) - But yea this could be fun as the bots would only be playing when im playing too.

But afaik that kind of gameplay is far from whats currently possible with bots.

Any idea how hard would it be for some1 to write a base for bots to quest, with like just few sample quests? - I would think adding in more quests by myself shouldnt be that hard.. as probably would mainly need to change some coordinates, npc/item/object ids? (if more ppl would be interested in this, I think a lot of quests could be added fast)

Mige5 commented 5 years ago

I looked at the code in the github, theres all kind of different strategies for bots (like: random movement, combat, accept/complete quest). - so I was thinking I would make my own by combining all of these, so I would do something like: move to this position, accept quest, move here, do some combat, move here, complete quest. (But yeah, I would need a bit of guidance how to get started and achieve that as I have never done any wow scripting/c++.. but I have been developing with java for 10 years, so that atleast helped me to read through the already existing codes)