Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
powjoshua

map farm 0.59b garena not working

Recommended Posts

i edit the map file to only 

 

[MapTier] >= "1" && [MapTier] <= "3" # [RunMap] == "true"

 

still not working....

 

i put my map at stash 2 and 5

 

 

2016-03-21 01:09:48 [info] -> Index of mod "base_critical_strike_multiplier_+%" not found!!

2016-03-21 01:09:48 [info] -> Index of mod "base_critical_strike_multiplier_+%" not found!!

2016-03-21 01:09:48 [info] -> Index of mod "base_critical_strike_multiplier_+%" not found!!

2016-03-21 01:09:48 [info] -> Index of mod "base_critical_strike_multiplier_+%" not found!!

2016-03-21 01:09:48 [info] -> Index of mod "base_critical_strike_multiplier_+%" not found!!

2016-03-21 01:09:48 [info] -> Index of mod "base_critical_strike_multiplier_+%" not found!!

2016-03-21 01:09:48 [info] -> Index of mod "base_critical_strike_multiplier_+%" not found!!

2016-03-21 01:09:48 [info] -> Index of mod "base_critical_strike_multiplier_+%" not found!!

2016-03-21 01:09:49 [info] -> Trying to go to recorded position 83 444 !!

2016-03-21 01:09:49 [info] -> Moving to position(1808.904297, 5396.528320). State Priority: 3

2016-03-21 01:09:49 [info] -> Moving to position(2211.956543, 5657.608398). State Priority: 7

2016-03-21 01:09:50 [info] -> Moving to position(2211.956543, 5657.608398). State Priority: 7

2016-03-21 01:09:50 [info] -> Loading stash tab...

2016-03-21 01:09:50 [info] -> Selecting stash tab 3...

2016-03-21 01:09:51 [info] -> Loading stash tab...

2016-03-21 01:09:51 [info] -> Selecting stash tab 4...

2016-03-21 01:09:51 [info] -> Loading stash tab...

2016-03-21 01:09:51 [info] -> Selecting stash tab 5...

2016-03-21 01:09:52 [info] -> Moving to position(1743.522217, 5396.528320). State Priority: 3

2016-03-21 01:09:53 [info] -> Moving to position(1747.520508, 5372.854492). State Priority: 3

2016-03-21 01:09:53 [info] -> Moving to position(1744.589355, 5336.037109). State Priority: 3

2016-03-21 01:09:53 [info] -> Moving to position(1741.982300, 5297.877930). State Priority: 3

2016-03-21 01:09:53 [info] -> Moving to position(1703.828979, 5248.960449). State Priority: 3

2016-03-21 01:09:53 [info] -> Moving to position(1664.938110, 5192.046387). State Priority: 3

2016-03-21 01:09:53 [info] -> Moving to position(1622.388306, 5135.880859). State Priority: 3

2016-03-21 01:09:56 [info] -> Exiting bot

 

Share this post


Link to post
Share on other sites

Check if your map(s) aren't on ignore (default.ipd). There are several map types on ignore. No clue how many maps you have in there, could be all on ignore.

 

[Type] == "XXX Map" # [ignoreMap] == "true"

 

If you see such a line, bot will ignore the map.

Share this post


Link to post
Share on other sites

[MapTier] >= "1" && [MapTier] <= "10" # [RunMap] == "true"

 

 

// Map tier 1
// [Type] == "Crypt Map" # [ignoreMap] == "true"
// [Type] == "Desert Map" # [ignoreMap] == "true"
// [Type] == "Dunes Map" # [ignoreMap] == "true"
// [Type] == "Dungeon Map" # [ignoreMap] == "true" // Gets Stuck
// [Type] == "Grotto Map" # [ignoreMap] == "true"
// [Type] == "Pit Map" # [ignoreMap] == "true" // Gets Stuck
// [Type] == "Tropical Island Map" # [ignoreMap] == "true" // Has Trouble With Transition
// [Type] == "Untainted Paradise" # [ignoreMap] == "true"
 
// Map tier 2
// [Type] == "Arcade Map" # [ignoreMap] == "true"
// [Type] == "Cemetery Map" # [ignoreMap] == "true" // Sometimes gets stuck on 2 level loot pickup
// [Type] == "Channel Map" # [ignoreMap] == "true"
// [Type] == "Mountain Ledge Map" # [ignoreMap] == "true"
// [Type] == "Sewer Map" # [ignoreMap] == "true"
// [Type] == "Thicket Map" # [ignoreMap] == "true"
// [Type] == "Wharf Map" # [ignoreMap] == "true"
 
// Map tier 3
// [Type] == "Ghetto Map" # [ignoreMap] == "true" // Sometimes gets stuck on 2 level loot pickup
// [Type] == "Mud Geyser Map" # [ignoreMap] == "true"
// [Type] == "Museum Map" # [ignoreMap] == "true" // Good map - Won't make transition to boss
// [Type] == "Quarry Map" # [ignoreMap] == "true" // Sometimes gets stuck on 2 level loot pickup
// [Type] == "Reef Map" # [ignoreMap] == "true"
// [Type] == "Spider Lair Map" # [ignoreMap] == "true"
// [Type] == "Vaal Pyramid Map" # [ignoreMap] == "true" // Not good map for bot
 
// Map tier 4
// [Type] == "Arena Map" # [ignoreMap] == "true" // Not good map for bot
// [Type] == "Overgrown Shrine Map" # [ignoreMap] == "true"
// [Type] == "Promenade Map" # [ignoreMap] == "true"
// [Type] == "Phantasmagoria Map" # [ignoreMap] == "true" // Annoying map boss without transition
// [Type] == "Shore Map" # [ignoreMap] == "true"
// [Type] == "Spider Forest Map" # [ignoreMap] == "true"
// [Type] == "Tunnel Map" # [ignoreMap] == "true"
 
// Map tier 5
// [Type] == "Bog Map" # [ignoreMap] == "true"
// [Type] == "Coves Map" # [ignoreMap] == "true"
// [Type] == "Graveyard Map" # [ignoreMap] == "true"
// [Type] == "Pier Map" # [ignoreMap] == "true"
// [Type] == "Underground Sea Map" # [ignoreMap] == "true"
// [Type] == "Villa Map" # [ignoreMap] == "true"
 
// Map tier 6
// [Type] == "Arachnid Nest Map" # [ignoreMap] == "true"
// [Type] == "Catacomb Map" # [ignoreMap] == "true"
// [Type] == "Colonnade Map" # [ignoreMap] == "true" // Difficult map boss without transition
// [Type] == "Dry Woods Map" # [ignoreMap] == "true"
// [Type] == "Strand Map" # [ignoreMap] == "true"
// [Type] == "Temple Map" # [ignoreMap] == "true" // Difficult map boss without transition
 
// Map tier 7
// [Type] == "Jungle Valley Map" # [ignoreMap] == "true" // Annoying map boss on transition
// [Type] == "Terrace Map" # [ignoreMap] == "true" // Annoying map boss on transition
// [Type] == "Mine Map" # [ignoreMap] == "true"
// [Type] == "Torture Chamber Map" # [ignoreMap] == "true" // Annoying map boss on transition
// [Type] == "Waste Pool Map" # [ignoreMap] == "true"
 
// Map tier 8
// [Type] == "Canyon Map" # [ignoreMap] == "true"
// [Type] == "Cells Map" # [ignoreMap] == "true" 
// [Type] == "Dark Forest Map" # [ignoreMap] == "true"
// [Type] == "Dry Peninsula Map" # [ignoreMap] == "true" // Annoying map boss on transition
// [Type] == "Orchard Map" # [ignoreMap] == "true" // Difficult map boss on transition
 
// Map tier 9
// [Type] == "Arid Lake Map" # [ignoreMap] == "true"
// [Type] == "Gorge Map" # [ignoreMap] == "true"
// [Type] == "Malformation Map" # [ignoreMap] == "true" // Difficult map boss
// [Type] == "Residence Map" # [ignoreMap] == "true" // Difficult map boss
// [Type] == "Underground River Map" # [ignoreMap] == "true"
 
// Map tier 10
// [Type] == "Bazaar Map" # [ignoreMap] == "true"
// [Type] == "Necropolis Map" # [ignoreMap] == "true" // Difficult map boss
// [Type] == "Plateau Map" # [ignoreMap] == "true"
// [Type] == "Volcano Map" # [ignoreMap] == "true" // Difficult map boss (LW Totems)
 
 
He still did not run the map   by~~TW 0.59B
Edited by you262

Share this post


Link to post
Share on other sites

i know the bot will ignore the map so i put only this command on my map file

 

[MapTier] >= "1" && [MapTier] <= "3" # [RunMap] == "true"

 

still not running , maybe they still fixing the bot.

 

just post to confirm.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...