[Information] evac response message "error"
its not a huge deal
evac response message "error" Posted on: 01/14/2015 10:11am
Quote Post
Never let a computer tell me shit.

no matter what, with the evac command, it always returns "success": false, This is a mild nuisance for me and may be for you at some point down the road.

btw, where do bug reports go?




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: evac response message "error" Posted on: 01/14/2015 10:40am
Quote Post
TIM the Enchanter
Level: 1
ADR Info

Just in here for now.  Evac works fine for me.  What message are you getting?
Evac stands for Evacuate.  You can only use it on your own tiles.





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: evac response message "error" Posted on: 01/14/2015 10:53am
Quote Post
Never let a computer tell me shit.

it works fine for me too. its just the response message ALWAYS returns false
if you succeed you get:
{
    "success": false,
    "message": "Evac Successful"
}

or if you fail

{
    "success": false,
    "message": whatever the failure message is i dont know off hand something about you dont own the land
}

so in the JS the response handler ...
success: function(resp) {
                    if (resp.success) {
                          ...                       
                    } else {
                        ...//this will always be executed
                        });
                    }
                }
 




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: evac response message "error" Posted on: 01/14/2015 11:44am
Quote Post
TIM the Enchanter
Level: 1
ADR Info

And you would know this by normally playing the game?  Or writing a bot for it....  :P





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: evac response message "error" Posted on: 01/14/2015 1:18pm
Quote Post
Never let a computer tell me shit.

by natural playing of course. I saw the response always gave a red circle ;)




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: evac response message "error" Posted on: 01/14/2015 7:27pm
Quote Post
TIM the Enchanter
Level: 1
ADR Info

lol, kk.  It's fixed.  The bot KongregateHack wrote seems to be doing a decent job.





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez