[youdontsay2]I don’t require learning me programming, but I want to use what I have donated for. This thing is very useful if you can write the right script. There is a few here who can use this script function properly. But I am getting very frustrated when everything goes wrong. The explanation you give in script list is no useful for me because I don’t understand it. Please give better explanations and if there others who can explain and help have been great nice!
As I said, you need to know a bit of programming (python language) to understand bot scripting. Callbacks/events are called when something happens in bot and you need to use these callbacks to do stuff like call available methods/functions.
For example, callback "def onKilledEnemy(name, templateId):" is called in bot when char kills a monster.
If you put script.StatusMessage('Killed: ' + name) method after it, bot will always broadcast a monster name when you kill it.
def onKilledEnemy(name, templateId):
script.StatusMessage('Killed: ' + name)
List of callbacks and functions is provided. You just need to use them. If you can't, then you need to wait until I or someone else will share ready to use scripts.
Better explanation = teaching programming.
Just next time don't buy something blindly if you don't know what it is.