Jump to content

KINZCORP

Beta Tester
  • Content Count

    15
  • Joined

  • Last visited

Posts posted by KINZCORP


  1. I had the same problem and I solved.

    You need to do "Run as Administrator" of all .EXE file.

    .EXE files are 

    1. Short cut or exe file of path of exile

    2. Short cut or exe file of a program on that Bot is loaded

    3. Exiled bot or it's short cut

    4. cports.exe in Exiled bot folder


  2. My system : Windows 10 Home, 64bits.

    In order to solve this problem you need to set up 3 program.

    1. Visual C++ 2010 (For 32 Bit OS )  --> download and Install.

    2. Visual C++ 2010 (For 64 Bit OS )  --> --> download and Install.

    3. Direct X End user Runtime  --> Confirm that you correctly download this program. This program asks where you extract setup files.

                                                             IMPORTANT:: You need to go to the folder which setup files are and run DXSETUP.exe to install Direct X End user Runtime.

    4. Run exiled bot and you can select "Normal Mode" for testing purpose. Exiled bot should pop up.

     


  3. I pushed "start Bot" and it didn't do anything. And I pushed " Stop Bot"

    Log file

    2017-11-26 18:31:35 [info] -> Bot started
    2017-11-26 18:31:35 [info] -> alerts.ini file loaded from C:\Users\kinz\Documents\My Games\Path of Exile\Exiled Bot Beta v0.72k\Exiled Bot Beta v0.72k_vandok\Configuration\default\alerts.ini
    2017-11-26 18:31:35 [info] -> config.ini file loaded from C:\Users\kinz\Documents\My Games\Path of Exile\Exiled Bot Beta v0.72k\Exiled Bot Beta v0.72k_vandok\Configuration\default\config.ini
    2017-11-26 18:31:35 [info] -> coordinates.ini file loaded from C:\Users\kinz\Documents\My Games\Path of Exile\Exiled Bot Beta v0.72k\Exiled Bot Beta v0.72k_vandok\Configuration\default\coordinates.ini
    2017-11-26 18:31:35 [info] -> flasks.ini file loaded from C:\Users\kinz\Documents\My Games\Path of Exile\Exiled Bot Beta v0.72k\Exiled Bot Beta v0.72k_vandok\Configuration\default\flasks.ini
    2017-11-26 18:31:35 [info] -> pickit.ini file loaded from C:\Users\kinz\Documents\My Games\Path of Exile\Exiled Bot Beta v0.72k\Exiled Bot Beta v0.72k_vandok\Configuration\default\pickit.ini
    2017-11-26 18:31:35 [info] -> skills.ini file loaded from C:\Users\kinz\Documents\My Games\Path of Exile\Exiled Bot Beta v0.72k\Exiled Bot Beta v0.72k_vandok\Configuration\default\skills.ini
    2017-11-26 18:31:35 [info] -> system.ini file loaded from C:\Users\kinz\Documents\My Games\Path of Exile\Exiled Bot Beta v0.72k\Exiled Bot Beta v0.72k_vandok\Configuration\default\system.ini
    2017-11-26 18:31:35 [info] -> game.ini file loaded from C:\Users\kinz\Documents\My Games\Path of Exile\production_Config.ini
    2017-11-26 18:31:48 [info] -> Exiting bot

     

     

     


  4. default.ipd in Pickit folder.

     

    /////////////////////////////////////////////////////////////////////////////////////
    //                                                                                 //
    //                             User's custom rules                                 //
    //                                                                                 //
    /////////////////////////////////////////////////////////////////////////////////////

    // Add any custom lines here
    // [Category] == "Flask" && [Quality] == "20"  # [SellItem] == "true"  /// Glassblower's Bauble farm
    // [Category] == "Flask" && [Quality] >= "13" # [StashItem] == "true"  // 3 Flasks = Glassblower's
    // [Type] == "Quicksilver Flask" && [Rarity] == "Magic" # [local_flask_movement_speed_+%_while_healing] >= "20" && [StashItem] == "true" // Double MS
    // [Type] == "Stone Hammer" && [Rarity] == "Normal" // Q20 + Map = Chisel
    // [Type] == "Rock Breaker" && [Rarity] == "Normal" // Q20 + Map = Chisel
    // [Type] == "Gavel" && [Rarity] == "Normal"  // Q20 + Map = Chisel
    // [Type] == "Iron Ring"  // 7 Rings (any rarity) + Coral/Paua Rare Ring = Rare Ammy

    // These following lines are added if you want bot to pickup every rare item and ID it before selling
    // The new rare item checks by [Type] instead of [Category]; therefore if you have "loot rares" checked in GUI, bot will sell for transmute shards
    // If you have the lines below uncommented, the bot will use the mod check (I used something random, in the case [DPS] to ID), then sell to vendor for alt shards

    //[Category] == "Helm" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true"
    //[Category] == "Gloves" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true"
    //[Category] == "Boots" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true"
    //[Category] == "Chest" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true"
    //[Category] == "Weapon" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true"
    //[Category] == "Shield" && [Rarity] == "Rare" # [DPS] > "10000" && [StashItem] == "true"


  5. Thanks 

    My bot starts to sell 3 of the same tier maps after your program. 

    1.  

    // Map Tier setting
    [MapTier] >= "1" && [MapTier] <= "4" # [RunMap] == "true"  // Bot sells 3 of the same tier 1,2 maps

    /////////////////////////////////////////////////////////////////////////////////////
    //                                                                                 //
    //                           MAP BASES TO IGNORE                                   //
    //                                                                                 //
    /////////////////////////////////////////////////////////////////////////////////////

     

    2.

    // Tier 1
     [Type] == "Arcade Map" # [IgnoreMap] == "true"
     [Type] == "Crystal Ore Map" # [IgnoreMap] == "true"
     [Type] == "Desert Map" # [IgnoreMap] == "true"
     [Type] == "Jungle Valley Map" # [IgnoreMap] == "true"

    // Tier 2
     [Type] == "Beach Map" # [IgnoreMap] == "true"
     [Type] == "Factory Map" # [IgnoreMap] == "true"
     [Type] == "Ghetto Map" # [IgnoreMap] == "true"
     [Type] == "Oasis Map" # [IgnoreMap] == "true"
     

    3.

    Check "Enable map upgrading" in Exiled-Bot UI

     


  6. The first trial :

    I leveled Blast rain character up to 70lvl manually and ran it in Dried laked for almost 24/7.                       And I got banned 7 days later. All the accounts related to same IP address were banned.

    I lost everything.

     

    The second trial : 

    I leveled Blast rain character again up to 70lvl manually and ran it in Dried Laked for 7hours a day and 7days a week. at that time I used VPN to seperate from my main accounts. 

    Bot account was banned again after 3 days but my main accounts are OK.

     

    The third trial:

    I was leveling Blast rain character automatically by bot. But I stopped due to Bot update problem recently.

    The Blast rain character is now lvl 30 in Cruel difficulty and it is OK.

     

    This is my observation and I don't know  any clue about ban technically.

     

    Is your bot ok? running ok? No ban?  Does PoE dislike only me?

     

            

×
×
  • Create New...