pabrt's Critical Mass Discharger 1.2 (molten strike coc)

i have the script for AHK that i've made if you guys want it?
i would love to have that scripting... Been looking around for something like that. appreciate it.
Keep in mind that your buttons on your mouse can be numbered different than mine. XButton1 and 2 is button 4/5 of your mouse i believe


Spoiler
XButton1::Flask2() ;


Flask2(){
BlockInput On
Send {1}
Send {2}
Send {3}
Send {4}
Send {5}
BlockInput Off
return
}


Which one should i use?

%82.9 crit - 0.18 as with kris
%72 crit - 0.16 as with slaughter

and i loose %4.4 spell crit and %41 spell dmg with kris. does %11 extra crit chance worth?
Last edited by KanReva#4421 on Dec 1, 2013, 4:26:58 PM
That second dagger will obviously have much better proccing, but the first one has really nice DPS stats. You could just try a few runs with each and see which one you like better.
Great that's helpful thanks guys. Gonna have to try this next build.
Could you post a guide on how to bind 5 flask into one hotkey like you did in your video?

I tried to google but it didn't come up with anything!

Thanks in advance, you are really a star :D
"
laochef wrote:
Keep in mind that your buttons on your mouse can be numbered different than mine. XButton1 and 2 is button 4/5 of your mouse i believe


Spoiler
XButton1::Flask2() ;


Flask2(){
BlockInput On
Send {1}
Send {2}
Send {3}
Send {4}
Send {5}
BlockInput Off
return
}


Well, if you don't mind allow me to have some improvement with the script.

First I think the script should be work in-game only and no where else to prevent the unwanted annoyance outside the game. And I don't really like the BlockInput since it blocked every other things like mouse and other key stroke while the hot key is press, so if you want to acrobat and drink Flasks it could be a minor problem. I use SendInput because it is able to "those keystrokes are postponed until afterward" so acrobat should be fine.

Below is my script which I attempted to avoid the above issues, everything is self-explanatory:

Spoiler

; PoE_DrinkAllFlasks.ahk - a simple AutoHotKey Script to simultaneously
; drink all 5 of your Flasks at once in Path of Exile.
; Press the ` button next to the 1 button to try it.
; The Script only work in-game to avoid annoyance outside the game.
; [Made by surVfate - PoE Forum]

`::
IfWinExist Path of Exile
SendInput {1}{2}{3}{4}{5}
return


Feel free to give opinions, I would love to make the script more useful compare to hardware macros. :P
AllanPls - A Poe.Trade-inspired style for the official Path of Exile Trade website (v0.1.2)

https://www.pathofexile.com/forum/view-thread/2026765
Last edited by surVfate#7492 on Dec 1, 2013, 11:52:39 PM
I personally use a program called X-Mouse. It can be set to identify if you are running x game and intercept keys/mouse to carry out what you specify. Very handy for some games that dont offer full customizability.

A perfect example of this is the Battlefield series. You cannot bind mwheelup/mwheeldown separatly in any of them. Coming from Counter-strike I use mwheelup for my primary weapon and mwheeldown for my secondary. X-mouse helps me with this.
Last edited by Ravengaard#2481 on Dec 2, 2013, 2:36:32 AM
Greetings!

Ive been using this build from level 1. Made various changes (small ones) to min max certain areas.

At the moment im level 61. (Low I know) but I have yet to meet anyone clearing trash faster than myself. Ive finished Merciless act 3 at level 58 and am running 66 Maps easy.

Flasks are workign great - I did have a problem with Mana and sustaining it. but I changed my prismatic Eclypse from 3 green to 2 green and 1 blue.


I also got an extremely lucky roll on a neck.



I do get low on HP on hard mobs around 20-50% but as I pop flasks and crit my leeching is amazing. I have almost 50% crit unbuffed and still have a very long way to go with gear. I also need to run determination when I have enough mana.

I can honestly say that out of all my chracters, levels (67,81,61,61 respectivly) this one has the most potential and I have never felt so powerful.

I find that most of the time when I enter a group I carry them damage wise... the clearing speed is nothing ive experienced.. also having whirling blades move me around there is no need for speed flask as no one can catch me when I get going.

Thanks so much OP for making this game fun again :)

༼ つ ◕_◕ ༽つ NERF ༼ つ ◕_◕ ༽つ NERF ༼ つ ◕_◕ ༽つ NERF ༼ つ ◕_◕ ༽つ
Last edited by Ziiyo#2672 on Dec 2, 2013, 3:38:39 AM

Report Forum Post

Report Account:

Report Type

Additional Info