Fantasy MMORPG Bot :)
- Ruby 1.9+
gem install rainbow ostruct stringio
gem install yaml json digest active_support httparty nokogiri
-
Copy
config.sample.rb
toconfig.rb
and update it:characters: { "CharName1" => { disabled: false, # hash speed up process of authentication # provide it here after initial auth # not required if password provided hash: nil, # password from ingame email # not required if hash provided password: "wfdt3v5p", # force server (input 1 for "FO01" == "Server #2") # nil == random server: nil, }, "CharName2" => { disabled: false, hash: nil, password: "wfdt3v5p", server: nil, }, "CharName3" => { disabled: false, hash: nil, password: "wfdt3v5p", server: nil, }, },
-
Launch as
./run.rb CharName1
-
Profit! :D Bot is going to take & finish all quests in current zone and after that, unlimitedly farm mobs.