Jump to content

p1126703

Members
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

0 Neutral

About p1126703

  • Rank
    Bronze V
  1. what difference is quantity and rarity? which better?
  2. p1126703

    Compensation

    hi admin, i accidentally claim the free licence while my current one is not expired yet. ): can u remove my free licence ?
  3. p1126703

    Need help with my skill attack

    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 }
  4. p1126703

    Need help with my skill attack

    hmm.. my bot wont upgrade normal map to magic map. it only runs magic maps
  5. p1126703

    Need help with my skill attack

    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"
  6. hey, i cant download the file from mediafire, anyone faced the same issue? o.o
  7. p1126703

    Need help with my skill attack

    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?
×
×
  • Create New...