http://grandfantasia.aeriagames.com/
Honestly no idea if this game is any good but I wanted to try starting a bot from scratch.
SVN instructions are same as for RoM bot except the address to use is.
create a folder inside the Micromacro/scripts folder ( I just udes gf1)
Then right click the new folder and click SVN Checkout...
for URL of depository use
Code: Select all
https://gf-bot.googlecode.com/svn/trunk
So it should be the folder you created and without the gf-bot after it.
Revision 6
For now default is set to farm an area of 200X200 of the position where bot is started. The values are the same as the X Y values on screen (under minimap)
If you go outside of this area it will turn around and try to go back into the area. If it hasn't targeted any mobs for 5 seconds it will turn and try to find some.
Once you reach lvl 5 you will need to add a skill to actionbar 6 and maybe 7 for it to run smoothly.
For now it uses actionbar 6 until there are 5 skill charges and then it uses actionbar 7. If you are new to the game just place "attack" to both 6 and 7 until you learn the skills and how they work.
Also place mana pot in bar 8 and health pot in bar 9. default time to use potion needs to be changed to dynamic, at the moment it just takes a pot if health drops by X amount. You can change the amount for now in
functions.lua
function potions()
Todo:
Find a camera/player direction you are facing, then can finally add movement to bot, atm it only moves to get in range to kill mobs.
Setup a character profile.
Set up a time to farm for.
Implement looting, bag space is extremely low.
Long list so I'll just stop the list there lol