Guest User

setting.ini

a guest
Nov 18th, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. [border]
  2. ;borderwidth of the game window
  3. borderleft=0
  4. borderright=0
  5. bordertop=0
  6. borderdown=0
  7.  
  8. [potion_high]
  9. ;first HP threshold
  10. hpremain=80
  11. ;HP-%level
  12. flask=1
  13. ;give the number/key what should be pressed if HP falls below the first HP-%level
  14.  
  15. [potion_low]
  16. ;second HP threshold
  17. hpremain=60
  18. ;HP-%level
  19. flask=2
  20. ;give the number/key what should be pressed if HP falls below the second HP-%level
  21.  
  22. [mana_potion]
  23. ;Mana threshold
  24. mpremain=50
  25. ;Mana-%level
  26. flask=5
  27. ;give the number/key what should be pressed if Mana falls below the Mana-%level
  28.  
  29. [defensive_potion]
  30. ;defpotion threshold
  31. hpremain=20
  32. ;HP-%level
  33. flask=4
  34. ;give the number/key what should be pressed if HP falls below the HP-%level
  35. defcd=
  36. ;ms cooldown time of the flask
  37.  
  38. [logout]
  39. ;logout threshold, actual is used for healing or defence flask, if you want to logout, prep in the the script which usage
  40. hpremain=40
  41. ;HP-%level
  42. flask=3
  43. ;give the number/key what should be pressed if HP falls below the HP-%level
  44.  
  45. [quicksilver]
  46. ;quicksilver usage
  47. timeleft=
  48. ;ms time moving until the script will activate a flask (could be used too for skills, for example Blood Rage)
  49. flask=
  50. ;give the number/key what should be pressed
  51. quickcd=
  52. ;ms cooldown time of the quicksilver flask
  53.  
  54.  
  55. [anchor]
  56. logoutbtnx=957
  57. ;x-Value of the button when you press ESC
  58. logoutbtny=432
  59. ;y-Value of the button when you press ESC
  60. windoww=1920
  61. ;width of the screenresolution
  62. windowh=1080
  63. ;hight of the screenresolution
  64. hpmiddlex=118
  65. ;x-Value of the middle axe of the HP-Globe on the left side
  66. hpmiddley=332
  67. ;y-Value of the middle axe of the HP-Bar over the Character
  68. hptopy=875
  69. ;y-Value of the highest Point of the HP-Globe on the left side, HP & Mana-Globe have both the same y-Value
  70. mpmiddlex=1799
  71. ;x-Value of the middle axe of the Mana-Globe on the right side
  72. mpmiddley=331
  73. ;y-Value of the middle axe of the Mana-Bar over the Character
  74. mptopy=1027
  75. ;y-Value of the highest Point of the Mana-Globe on the right side, HP & Mana-Globe have both the same y-Value
  76. chaticonx=15
  77. ;x-Value of middlepoint of the chaticon over the girl-statue on the left side over the HP-Globe
  78. chaticony=881
  79. ;y-Value of middlepoint of the chaticon over the girl-statue on the left side over the HP-Globe
  80. hideiconx=1209
  81. ;x-Value of middlepoint of the Edit button in the Hideout
  82. hideicony=1011
  83. ;y-Value of middlepoint of the Edit button in the Hideout
  84. movposx=957
  85. ;x-Value of the moving detection Point in the middle of the screenresolution
  86. movposy=342
  87. ;y-Value of the moving detection Point somewhere near the character, best over the characters head, below interference of the auras
  88.  
  89. [other]
  90. mousespeed=0
  91. checkdelay=rand(331,427)
  92.  
  93. ; -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  94. ; KEY Binding
  95. ; -------------------------------------
  96. ; ALT+WheelDown: Stash scroll
  97. ; ALT+WheelUp: Stash scroll
  98. ; CTRL+WheelDown -> Spam CTRL+CLICK
  99. ; SHIFT+WheelDown -> Spam SHIFT+CLICK
  100. ; ALT+H -> Entering Hideout
  101. ; ALT+R -> Remaining Monsters
Advertisement
Add Comment
Please, Sign In to add comment