Use this :
and also you'll need this config.ini for 1440*900
Note : I changed the battleend to 10 seconds instead of 70, 70 is way to long 
Code:
until $DungeonCount = 0
MsgBox(0, "Done!", "Operation complete, press OK to exit")
EndFunc
;~ Nightmare at the ruins bot actions
Func NightmareAtTheRuinsBot2()
;Start the boat
Send("{ALT DOWN}")
MouseClick ( "left" , $StartXpos, $StartYpos , 2 , 20 )
Send("{ALT UP}")
;wait the start
sleep(1000)
Send("{DEL}")
sleep(5000)
sleep($boatstartTime)
;Wait if Set
sleep($runwait)
sleep($randomtime)
;Go to last map
Send($skipmap)
Sleep($WaitTime)
Send("{w down}")
sleep(50)
Send("{w up}")
; List of commands for kill bosses
Send($god & $ohk & $spears);In sequence: No death,1hitkill,999spears,immortality
;Spam Spears
$Counter2 = $Counter
do
$Counter2 = $Counter2 - 1
If $killmode = "spears" then
SpearSpam()
Elseif $killmode = "trans" then
TransSpam()
endif
until $Counter2 = 0
;Wait for End Battle screen
Sleep($battleendTime)
If PixelCheckEndBattle() = 0 Then
$Counter2 = $Counter
do
$Counter2 = $Counter2 - 1
If $killmode = "spears" then
SpearSpam()
Elseif $killmode = "trans" then
TransSpam()
endif
until $Counter2 = 0
Sleep($battleendTime)
EndIf
;Push Replay button
Send("{ALT DOWN}")
MouseClick ("left" , 673, 712, 2, 10)
Send("{ALT UP}")
sleep(12000)
Send("{ALT DOWN}")
MouseClick ( "left" , $ReplayXpos, $ReplayYpos , 2 , 10 )
Send("{ALT UP}")
;Wait for the boat
Sleep($boatreturnTime)
EndFunc
Code:
// Do not edit this file if you don't know what are you doing
// In this file you can set your personal binds to use with the bot,
// this file must be in the same directory as the bot executable
[Changemap]
; changelevel2 command,cant change this bind
Skipmap={END}
[hax]
; god and ohk commands
god={F8}
ohk={F9}
[secondary]
; secondary weapons set
spears={F5}
prospears={F5}
sticky={NUMPAD0}
bombs={F7}
mining={F6}
[hotkeys]
; settings for hotkeys
closeall={Pause}
startbot={INS}
[waittime]
; timer settings in milliseconds (1000 = 1 sec)
boatstart=25000
intermediate=8000
last=10000
boatreturn=10000
battleend=15000
runwait=0
[resolution]
; manual resolution settings
useusersettings=true
ReplayXpos=273
ReplayYpos=702
StartXpos=105
StartYPos=780
MoveXPos=770
IngkaraMoveXPos=580
MoveYPos=450
[randomtime]
; this option use a random time to wait for each run, put true to enable it and false for disable, then set a minimum and a maximum in SECONDS
userandomtime=false
minimum=90
maximum=150
[addonscripts]
; other options for some scripts, pala or dark
transformationTime=2460000
wichtrans=pala
uselvl2=false
// This config file use the syntax of autoit, so some keys are "special" like {INS} and {Pause}
// or numpad keys


That bot make all good but only don't want to reply dungeon. i tried with 1280x1024 resolution and is same problem like with my normal 1680x1050.