Should I create an auto killer for zOMG? I still have my code for the packet structure of zOMG.
Also, would it be worth it to invest time into creating a bot for hoc? (Gaias new game)
Results 1 to 18 of 18
- 28 Feb. 2013 11:27pm #1
Ugh. Should I? I really kind of dont want to.
- 28 Feb. 2013 11:40pm #2
The real question is are you capable of this. Your zOMG code is--as we both know--a bunch of slop. Could you do anything with that code? How far would you go?
Is the client complete enough for you to go about this? But to answer your question go for it, what's stopping you.I'm lightning on my feet
- 28 Feb. 2013 11:42pm #3
I'm sure I could, I'd have to recode it of course. Likely in a different language so I can supply some sort of gui easily. Also, stopping me, uhm, laziness with very little motive.
And hoc, I'm playing around with capping some of the gsi requests right now because I'm bored. Seems most of it, if not all, is controlled via the gsi.
- 28 Feb. 2013 11:57pm #4
- Age
- 29
- Join Date
- Oct. 2011
- Location
- #Yolo
- Posts
- 1,513
- Reputation
- 127
- LCash
- 0.44
- Awards
Follow what your heart thinks.
Code:#$wag
- 01 Mar. 2013 12:45am #5
Here are some of the recordings from the gsi I've got, the item listed is the m value to the gsi request. Removed game id's for safety of my account. Also removed target ID's, all of them.
Code:--------- Random --------- - Nimbus to Gaia Gold (1:10 ratio) - http://www.gaiaonline.com/fbapps/nimbus/convertgold, nonce and amount supplied ---------- Random Opponent ------------- [[7707,["{}",{"command":"start"}]]] -- Start Search for opponent [[7707,["{}",{"command":"stop"}]]] -- Stop Search for opponent [[7703,["{}",{"process_id":1,"faction":null,"game_id":""}]]] - Game Information [[7709,["{}",{"game_id":"","process_id":2}]]] - Game Timer/Status [[7705,["{}",{"refresh_map":1,"process_id":3,"what":"getgamestatus","game_id":""}]]] - Game and Player Information --------- Solo ---------------- - Intro - [[7707,["{}",{"command":"start-friendly"}]]] -- Start solo game [[7703,["{}",{"process_id":1,"faction":null,"game_id":""}]]] [[7709,["{}",{"game_id":"","process_id":2}]]] [[7705,["{}",{"refresh_map":1,"what":"getgamestatus","process_id":3,"game_id":""}]]] - change cards in hand - [[7708,["{}",{"action":"mulligan","game_id":"","process_id":5,"choice":true}]]] - every few seconds or so - [[7709,["{}",{"game_id":"","process_id":4}]]] - every minute or so - [[7705,["{}",{"refresh_map":1,"what":"getgamestatus","process_id":14,"game_id":""}]]] - move - [[7705,["{}",{"action":"massmove","game_id":"","process_id":16,"loc":"21","unitids":[]}]]] - summon - [[7705,["{}",{"action":"summon","game_id":"","cid":"","process_id":25,"loc":"22"}]]] - finish turn - [[7705,["{}",{"phase":"strat","action":"done","refresh_map":1,"game_id":"","turn":0,"process_id":29}]]] -- start battle -- [[7705,["{}",{"phase":"batsel","game_id":"","selection":"ignoreme","action":"done","process_id":66,"retreatregions":[]}]]] [[7706,["{}",{"action":"is_ready","game_id":"","process_id":69}]]] [[7706,["{}",{"action":"battle_setup","game_id":"","process_id":70}]]] -- attack -- [[7706,["{}",{"action":"set_unit_action","game_id":"","unit_action":"attack","set_target":"","unit_id":"","process_id":79}]]] -- submit -- [[7706,["{}",{"action":"submit","game_id":"","targets":"{::attack},{::attack},","process_id":81,"tactic_action":"accuracy"}]] -- end battle -- [[7706,["{}",{"action":"remove_battle","game_id":"","process_id":159}]]]
EDIT::
Interestingly enough, in the first gsi game information request, your opponents (as well as yours) birthday and email are both listed.. Why? Pretty useless data if you ask me.
- 01 Mar. 2013 01:08am #6
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 1.11
- 01 Mar. 2013 01:12am #7
- 01 Mar. 2013 01:48am #8
- 01 Mar. 2013 01:59am #9
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 1.11
- 01 Mar. 2013 02:29am #10
An HOC bot would be nice. I've noticed if you let a game run for an hour+ and then win/lose it you will get 1200 essence from it plus whatever you get from the bonus. And daily you can convert up to 5000 essence at a rate of 1 essence/10 gold. So daily, you can make 50k of HOC. It someone made a bot that does this in the background that would be a nice bump in our income.
- 01 Mar. 2013 06:55am #11
- 02 Mar. 2013 05:46pm #12
This is a really good bot idea, I never knew you got essence just for leaving the game running.
It would be interesting too to make a bot that can kick the lowest difficulty's ass all day. But on difficulties higher than that, well, it would be really tough I think. A lot harder than writing a chess bot.
- 02 Mar. 2013 08:48pm #13
- 03 Mar. 2013 01:14am #14
- 03 Mar. 2013 01:29am #15
I do have Skype, but I hate IMs outside of Steam, which I have running at all times.
LGaia has a function that's just:
connect("GET/POST", "fileaddress.ext", "parameters=values", callbackFunction);
Which is shorthand for the JS functionality they use for their Ajax, so it functions to the same extent the actual games/Gaia programs do.
- 03 Mar. 2013 01:59am #16
- 03 Mar. 2013 02:27am #17
Go for it c:
Ya Bish
__________Contributions-
[How to make a FMP] • [FLP Guide] • [Gaia Gold FLP] • [Exchanging Guide]
[My Store] • [My Forum]
- 03 Mar. 2013 02:32am #18