BillDoorNZ wrote:I suspect you are trying to do a few things which is where we are getting confused.
From what I can tell, you wanna use this 'function' to push data into the DB. So you would kill a mob, see what it drops and use this stuff to add that to the database.
at some later point, you will use all that info to help build your waypoints etc and determine which files to use when your 'bot' is queried.
Is that right? or am I getting to confused now too?
Well I will try to explain better then (english isn't my birth language, that's prolly why you have some difficulties to understand me, sorry.)
WORKING
* Bot is executing function via LUA scripts I've made (still hacky and ugly, but I will rewrite these better once I get the other part working :p)
* X <time> MM is executing a function (LUA script) that checking the database and returning all new "orders" if there is new orders
* Then MM is executing these new orders because it's LUA scripts too
* The bot will do what MM is saying
It can be a looooot of things like:
Farm here, farm there, stop fighting, go quest, etc...
* Using a website that update database (then if the bot is working atm, it will do "new things" since the "orders" have been updated)
* On the website you can get whispers, some check like "Do I have enough free space in my bag?" "How much SomeItem I have?"
* On website you can also answer to whispers by example and the bot will automatically see a new whisper and execute the function, etc...
* On another PC on your legit char, you can see whispers your bot just get by example
NOT WORKING
When playing on another PC and another char, I want to make it possible to give new "orders" without quitting what I'm doing and having. For that I need from the game to "send commands" that MM could understand and execute. (EventMonitor was the last idea)
Maybe it's better this way xD
Well, it's just a few of all ideas I have, but if I tell all you won't read it