I am working atm on a botbase for conquer, the first part will be implenting features for all classes before the class specific features are coming, cause of the fact that i dont play conquer, i do only short test of the function, but on longtime using there is a chance that error occurs that in shorttime testing dont happen, so i need testing of the features, its bad if there are alot of function in and then it beginn, so i will post every time there are some changes a new version.
i give it a try todo the testing public instead of private, and i only want to see in this thread only bugreports, if i see here other posts and this dont work, i will switch it to private only until it is finished, and that will take long!
Also theres no help for the testing version and i dont will answer any question, all important will be in this post.
in the attached file is only the dll not the loader, just overwrite the dll from the conquer multitool package.
Features in Testrev 0.1
Only 2 atm, drinking mana and healpotions how it works:
check the boxes of the features you will use, and also set your maxhp and maxmana, then you have to set minmana and minhp, that is the value for the latest point you drink a potion, e.g. you have only 200 hp left, then you will drink a potion if you have one and you set minhp to 200, why it is important to set the option, you can read in the following explaination how it works.
There is a stamina checkbox, it dont do anything atm!
How it works(as example it is explained with hp, mana works the same way):
it scan your bag for the first healpotion, then it check in short timeintervals for your health, if your health is <=maxhp-healing from potion it drinks the potion, thats why it is important to set minhp, for example you have a maxhp of 2000 and a healpotion of 3000 is the first healpotion in the bag, it will never drink, because it should do on <=-1000, after drinking a potion all start from beginning.
i give it a try todo the testing public instead of private, and i only want to see in this thread only bugreports, if i see here other posts and this dont work, i will switch it to private only until it is finished, and that will take long!
Also theres no help for the testing version and i dont will answer any question, all important will be in this post.
in the attached file is only the dll not the loader, just overwrite the dll from the conquer multitool package.
Features in Testrev 0.1
Only 2 atm, drinking mana and healpotions how it works:
check the boxes of the features you will use, and also set your maxhp and maxmana, then you have to set minmana and minhp, that is the value for the latest point you drink a potion, e.g. you have only 200 hp left, then you will drink a potion if you have one and you set minhp to 200, why it is important to set the option, you can read in the following explaination how it works.
There is a stamina checkbox, it dont do anything atm!
How it works(as example it is explained with hp, mana works the same way):
it scan your bag for the first healpotion, then it check in short timeintervals for your health, if your health is <=maxhp-healing from potion it drinks the potion, thats why it is important to set minhp, for example you have a maxhp of 2000 and a healpotion of 3000 is the first healpotion in the bag, it will never drink, because it should do on <=-1000, after drinking a potion all start from beginning.