- Code: Select all
what's a convenient place to grind?
20:48 HEINTRON ffff
20:48 Fcn its easy
20:48 Fcn macro it
20:48 Fcn we macro in our town
20:48 HEINTRON that wil take me.... almost a day of macroing!!
20:48 ABrassMonocle1 where's a good macro program?
20:48 Fcn autohotkey
20:49 ABrassMonocle1 do you have any scripts?
20:49 Waltermelon Fcn can you post the script in the thread or something?
20:49 Jackard|Mattias no not in the thread
20:49 Pylons I'll probably start macroing once I build my log cabin.
20:49 Jackard|Mattias outsiders are watching it
20:49 ABrassMonocle1 if we get a pgs thread we're good to go
20:49 HEINTRON protip: the other people from the game are reading that thread
20:49 Waltermelon You can't copy it from here
20:49 Colbear pastebin
20:49 Colbear or pgs
20:49 Jackard|Mattias link it here or put it in the topic
20:49 Jackard|Mattias pastebin is best
20:49 Waltermelon Other people from the game are reading this too, though
20:49 ABrassMonocle1 are we hated already?
20:49 Fcn yes
20:50 Fcn but its ok they cant do anything to us
20:50 Jackard|Mattias walt: the devs arent
20:50 Jackard|Mattias people can link the thread on their forums
20:50 Fcn we dont want to be known as macroers
20:50 Jackard|Mattias they'd have to chat log this
20:50 ABrassMonocle1 fcn can you pastebin it in pm to me?
20:50 Fcn also fyi if i see you snooping around dont get mad if i ask the stairs question
20:50 Fcn i am just looking for an excuse to knock people out tbh
20:51 ABrassMonocle1 cuz i p much have no idea what to do right now
20:51 Colbear is it possible to drown in this game? :(
20:51 Pochoclo|Yridia no
20:51 Pochoclo|Yridia all water is knee deep
20:51 Fcn WinActivate Haven and Hearth
20:51 Pochoclo|Yridia like in real life duh
20:51 Fcn Loop
20:51 Fcn {
20:51 Fcn if (BreakLoop = 1)
20:51 Fcn break
20:51 Fcn Send, {CTRLDOWN}
20:51 Fcn MouseClick, left, 290, 150
20:51 Fcn Send, {CTRLUP}
20:51 Fcn Sleep, 100
20:51 Fcn Send, {CTRLDOWN}
20:51 Fcn MouseClick, left, 290, 180
20:51 Fcn Send, {CTRLUP}
20:51 Fcn Sleep, 100
20:51 Fcn Send, {CTRLDOWN}
20:51 Fcn MouseClick, left, 290, 210
20:51 Fcn Send, {CTRLUP}
20:51 Fcn Sleep, 100
20:51 Fcn Send, {CTRLDOWN}
20:51 Fcn MouseClick, left, 290, 240
20:52 Fcn Send, {CTRLUP}
20:52 Fcn Sleep, 100
20:52 Fcn }
20:52 Fcn Esc::BreakLoop = 1
20:52 Fcn return
20:52 Fcn just copy and paste remove <fcn>
20:52 ABrassMonocle1 why can't i go down holes?
20:52 Fcn position your inventory window so the clicksare onver the far right panel, start harvesting branches from a tree in our town
20:52 Jackard|Mattias thanks
20:52 Waltermelon I tried that with AHK but it said } was an illegal key
20:52 Fcn ; SAMPLE HOTKEYS: Below are two sample hotkeys. The first is Win+Z and it
20:52 Fcn ; launches a web site in the default browser. The second is Control+Alt+N
20:52 Fcn ; and it launches a new Notepad window (or activates an existing one). To
20:52 Fcn ; try out these hotkeys, run AutoHotkey again, which will load this file.
20:52 Fcn WinActivate Haven and Hearth
20:52 Fcn Loop
20:52 Fcn {
20:52 Fcn if (BreakLoop = 1)
20:52 Fcn break
20:52 Fcn Send, {CTRLDOWN}
20:52 Fcn MouseClick, left, 290, 150
20:52 Fcn Send, {CTRLUP}
20:52 Fcn Sleep, 100
20:52 Fcn Send, {CTRLDOWN}
20:52 Fcn MouseClick, left, 290, 180
20:52 Fcn Send, {CTRLUP}
20:52 Fcn Sleep, 100
20:52 Fcn Send, {CTRLDOWN}
20:52 Fcn MouseClick, left, 290, 210
20:52 Fcn Send, {CTRLUP}
20:52 Fcn Sleep, 100
20:52 Fcn Send, {CTRLDOWN}
20:52 Fcn MouseClick, left, 290, 240
20:52 Fcn Send, {CTRLUP}
20:52 Fcn Sleep, 100
20:52 Fcn }
20:52 Fcn Esc::BreakLoop = 1
20:52 Fcn return
20:52 Fcn ; Note: From now on whenever you run AutoHotkey directly, this script
20:52 Fcn ; will be loaded. So feel free to customize it to suit your needs.
20:52 Fcn thats more of my autohotkey.ahk
20:52 Fcn thats where it should go
Feel free to use it i guess.