p1126703
Members-
Content Count
11 -
Joined
-
Last visited
Everything posted by p1126703
-
[Release] PoE MultiScript 1.0.5+ (AutoFlask & AutoQuit)
Gurud replied to topic's p1126703 in User's script for POE and/or Exiled Bot
not working anymore? after patch -
My Merciless Docks 174% IIQ Leap Slammer UPDATED FOR 1.0
wutisgoingon replied to topic's p1126703 in Character builds and strategies & Bot setups
what difference is quantity and rarity? which better? -
hi admin, i accidentally claim the free licence while my current one is not expired yet. ): can u remove my free licence ?
-
oh.. ok.. where should i put this desync script? inside system ? #IfWinActive Path of Exile #Persistent #SingleInstance force Loop { IfWinExist, Path of Exile WinActivate, Path of Exile BlockInput On SendInput, {SPACE} Sleep, % Random(25,75) SendInput, {Enter} Sleep, % Random(10,25) SendInput, {/}oos Sleep, % Random(10,25) SendInput, {Enter} BlockInput Off Sleep, % Random(15000,30000) } return Random(min,max) { Random, out, %min%, %max% return out }
-
hmm.. my bot wont upgrade normal map to magic map. it only runs magic maps
-
[Release] PoE MultiScript 1.0.5+ (AutoFlask & AutoQuit)
Gurud replied to topic's p1126703 in User's script for POE and/or Exiled Bot
Thanks! -
Thanks! it works now. btw, i having problems with running maps. Those in red are my codes. i just want to run magic maps, and upgrade normal maps to magic maps. [Rarity] == "Normal" # [upgradeToMagic] == "true" [MapLevel] < "71" # [RunMap] == "true" [MapLevel] < "71" && [Rarity] == "Magic" && [map_monsters_reflect_%_physical_damage] >= "1" || [map_player_has_blood_magic_keystone] == "true" || [no_mana_regeneration] == "true" # [RerollMods] == "true" [Rarity] == "Unique" # [ignoreMap] == "true" [Rarity] == "rare" # [ignoreMap] == "true"
-
[Release] PoE MultiScript 1.0.5+ (AutoFlask & AutoQuit)
Gurud replied to topic's p1126703 in User's script for POE and/or Exiled Bot
hey, i cant download the file from mediafire, anyone faced the same issue? o.o -
Hi guys, I have set my left button as grounds lam and right button as leapslam, both have same priority. However my bot don't use leap slam at all. I was hopping it will leap slam to mob and use ground slam. Any idea how do I do it?