Discuss the massively-multiplayer home defense game.
You are not logged in.
Pages: 1
Offline
Lol, I think I should take down Taber to be the only one
In fact you can be batman.
(if he robbed houses and murdered families.) - Dalleck
Offline
someone is robbing the house i want to rob so i can't actually do anything right now
Offline
Meh, 30 ladders and boombooms later I am SLIGHTLY annoyed at that house design. VERY dickish... Next time I'll know.......
By the way, there's SO much pumping up houses going on right now that anybody can just wait for it to be about 5 guns and then just take the spoils.
In fact you can be batman.
(if he robbed houses and murdered families.) - Dalleck
Offline
Someone came in to rob me with 14 explosives. FOURTEEN. My house was worth a few $ and they spent $7k to try to get it. Luckily, a single steel wall foiled them.
Now they're just trying to load my house with ladders so they can steal them back. Bored, I guess?
Last edited by jere (2013-06-23 06:36:26)
Golden Krone Hotel - a vampire roguelike
Offline
Huh, stocking up on ladders sounds like they are coming for me or Mr Tabor
In fact you can be batman.
(if he robbed houses and murdered families.) - Dalleck
Offline
i'll go completely off-topic because i don't want to make another thread..
what resolution are people playing at? i am fashioning some hotkey ability with autoit, but suddenly realised people probably use a different resolution to me *shrug* easy enough to change the pixels. i'll go finish~
Offline
Yeah, well I am the mystery item dropper.
I died self-testing and so I have been on a charity mission ever since. Want to see how far I can exploit the economy.
largestherb: 1080 x 1920
Last edited by dalleck (2013-06-23 06:54:03)
The rich aren't safe. Nobody is safe. -jere ...but the smell wafts out from the pit, obviously. - Jason Rohrer
And the more dickish they are, the more I feel like beating a house to destruction after finally figuring it out. -bey bey
Offline
I play at 1080*1920 on windowed mode.
Offline
Ahh I wondered who iwas dumping all the free stuffs.
Offline
i am too rusty at autoit and couldn't get a pause button working, which i guess is slightly annoying if you want to use keys 1-8 anywhere else quickly. shrug shrug shrug i'm lazy
these coords are for 1024x768, easy to change anything!
; stuff
$title = "castle keys"
autoitsetoption("mousecoordmode", 0)
HotKeySet("{F2}", "request_end")
HotKeySet("1", "one")
HotKeySet("2", "two")
HotKeySet("3", "three")
HotKeySet("4", "four")
HotKeySet("5", "five")
HotKeySet("6", "six")
HotKeySet("7", "seven")
HotKeySet("8", "eight")
Local $i = 0
While $i <= 10
Sleep(100000)
WEnd
; buttans
func one()
MouseClick("left",860, 220, 1, 1)
endFunc
func two()
MouseClick("left",860, 290, 1, 1)
endFunc
func three()
MouseClick("left",860, 360, 1, 1)
endFunc
func four()
MouseClick("left",860, 430, 1, 1)
endFunc
func five()
MouseClick("left",930, 220, 1, 1)
endFunc
func six()
MouseClick("left",930, 290, 1, 1)
endFunc
func seven()
MouseClick("left",930, 360, 1, 1)
endFunc
func eight()
MouseClick("left",930, 430, 1, 1)
endFunc
; end
func request_end()
Exit
endfunc
i'm so slow today
Last edited by largestherb (2013-06-23 07:23:04)
Offline
Weird that it got that empty.... there are 15 now.
Offline
Seems like it that at the moment, two or three committed robbers can take down the entire world.
In fact you can be batman.
(if he robbed houses and murdered families.) - Dalleck
Offline
it sort of fills up and then empties when the poorer folks log out. and get robbed blind.
however! it was nice to see a bunch of new names pop up today with new houses
Offline
Pages: 1