Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [border]
- ;borderwidth of the game window
- borderleft=0
- borderright=0
- bordertop=0
- borderdown=0
- [potion_high]
- ;first HP threshold
- hpremain=80
- ;HP-%level
- flask=1
- ;give the number/key what should be pressed if HP falls below the first HP-%level
- [potion_low]
- ;second HP threshold
- hpremain=60
- ;HP-%level
- flask=2
- ;give the number/key what should be pressed if HP falls below the second HP-%level
- [mana_potion]
- ;Mana threshold
- mpremain=50
- ;Mana-%level
- flask=5
- ;give the number/key what should be pressed if Mana falls below the Mana-%level
- [defensive_potion]
- ;defpotion threshold
- hpremain=20
- ;HP-%level
- flask=4
- ;give the number/key what should be pressed if HP falls below the HP-%level
- defcd=
- ;ms cooldown time of the flask
- [logout]
- ;logout threshold, actual is used for healing or defence flask, if you want to logout, prep in the the script which usage
- hpremain=40
- ;HP-%level
- flask=3
- ;give the number/key what should be pressed if HP falls below the HP-%level
- [quicksilver]
- ;quicksilver usage
- timeleft=
- ;ms time moving until the script will activate a flask (could be used too for skills, for example Blood Rage)
- flask=
- ;give the number/key what should be pressed
- quickcd=
- ;ms cooldown time of the quicksilver flask
- [anchor]
- logoutbtnx=957
- ;x-Value of the button when you press ESC
- logoutbtny=432
- ;y-Value of the button when you press ESC
- windoww=1920
- ;width of the screenresolution
- windowh=1080
- ;hight of the screenresolution
- hpmiddlex=118
- ;x-Value of the middle axe of the HP-Globe on the left side
- hpmiddley=332
- ;y-Value of the middle axe of the HP-Bar over the Character
- hptopy=875
- ;y-Value of the highest Point of the HP-Globe on the left side, HP & Mana-Globe have both the same y-Value
- mpmiddlex=1799
- ;x-Value of the middle axe of the Mana-Globe on the right side
- mpmiddley=331
- ;y-Value of the middle axe of the Mana-Bar over the Character
- mptopy=1027
- ;y-Value of the highest Point of the Mana-Globe on the right side, HP & Mana-Globe have both the same y-Value
- chaticonx=15
- ;x-Value of middlepoint of the chaticon over the girl-statue on the left side over the HP-Globe
- chaticony=881
- ;y-Value of middlepoint of the chaticon over the girl-statue on the left side over the HP-Globe
- hideiconx=1209
- ;x-Value of middlepoint of the Edit button in the Hideout
- hideicony=1011
- ;y-Value of middlepoint of the Edit button in the Hideout
- movposx=957
- ;x-Value of the moving detection Point in the middle of the screenresolution
- movposy=342
- ;y-Value of the moving detection Point somewhere near the character, best over the characters head, below interference of the auras
- [other]
- mousespeed=0
- checkdelay=rand(331,427)
- ; -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- ; KEY Binding
- ; -------------------------------------
- ; ALT+WheelDown: Stash scroll
- ; ALT+WheelUp: Stash scroll
- ; CTRL+WheelDown -> Spam CTRL+CLICK
- ; SHIFT+WheelDown -> Spam SHIFT+CLICK
- ; ALT+H -> Entering Hideout
- ; ALT+R -> Remaining Monsters
Advertisement
Add Comment
Please, Sign In to add comment