• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [A1 Inferno]FallenDev's, Bossqwerty-spiced FoM zorked edition -> MP10 E-skipping

    Discussion in 'Archives' started by zorked, Oct 6, 2013.

    1. zorked

      zorked New Member

      Joined:
      Mar 23, 2013
      Messages:
      576
      Likes Received:
      4
      Trophy Points:
      0
      v1.3 released :)
       
    2. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      thx, again for your work. Let's start testing.

      find bull event sno too ;D

      [00:27:11.240 N] [QuestTools] Gizmo ActorSNO: 3341 Name: Beast_Corpse_A_02-7440 Type: LootContainer Radius: 12.63 Position: x="1797" y="569" z="0" (1797, 569, 0) Distance: 24 Animation: Beast_dead_02 AppearanceSNO: 12842 has Attributes: Level=63, TeamID=1, HitpointsCur=981668463, HitpointsMax=981663744, HitpointsMaxTotal=1065353216, ScreenAttackRadiusConstant=1114636288, TurnRateScalar=1065353216, TurnAccelScalar=1065353216, TurnDeccelScalar=1065353216, UnequippedTime=1, CoreAttributesFromItemBonusMultiplier=1065353216,

      little mistake in code

      Code:
      		<!-- Carrion Farm Event (South) -->
      		<TrinityUseOnce id="72">
      			<If condition="CurrentLevelAreaId == 19952 and IsSceneLoaded(33389)">
      				[COLOR="#FF0000"][SIZE=4]<!{1}**  and ActorExistsAt(81980, 2247, 798, 0, 300) **{1}>[/SIZE][/COLOR]
      				<LogMessage questId="1" output="Carrion Farm Event (South)" />
      				<LogMessage questId="1" output="Thanks to rrrix for this event handling :3" />
      				<MoveToActor questId="1" actorId="81980" x="2247" y="798" z="0" exitWithConversation="True" interactAttempts="2" />
      				<WaitTimer questId="1" waitTime="500" />
      				<SafeMoveTo questId="1" x="2344" y="827" z="0" pathPrecision="10" statusText="Carrion Farm (South) Left" />
      				<WaitTimer questId="1" waitTime="500" />
      				<SafeMoveTo questId="1" x="2332" y="895" z="0" pathPrecision="10" statusText="Carrion Farm (South) Bottom" />
      				<WaitTimer questId="1" waitTime="500" />
      				<SafeMoveTo questId="1" x="2257" y="888" z="0" pathPrecision="10" statusText="Carrion Farm (South) Right" />
      				<WaitTimer questId="1" waitTime="500" />
      				<MoveToActor questId="1" actorId="81980" x="2247" y="798" z="0" exitWithConversation="True" interactAttempts="2" />
      				<SafeMoveTo questId="1" x="2228" y="799" z="0" pathPointLimit="250" pathPrecision="25" unsafeRandomDistance="5" statusText="Carrion Farm (South) End" />
      				<LogMessage questId="1" output="Carrion Farm Event finished (South)" />
      			</If>
      		</TrinityUseOnce>

      improved one
      Code:
      		<!-- Carrion Farm Event (South) -->
      		<TrinityUseOnce id="72">
      			<If condition="CurrentLevelAreaId == 19952 and IsSceneLoaded(33389) and ActorExistsAt(81980, 2247, 798, 0, 300)">
      				<LogMessage questId="1" output="Carrion Farm Event (South)" />
      				<LogMessage questId="1" output="Thanks to rrrix for this event handling :3" />
      				<MoveToActor questId="1" actorId="81980" x="2247" y="798" z="0" exitWithConversation="True" interactAttempts="2" />
      				<WaitTimer questId="1" waitTime="500" />
      				<SafeMoveTo questId="1" x="2344" y="827" z="0" pathPrecision="10" statusText="Carrion Farm (South) Left" />
      				<WaitTimer questId="1" waitTime="500" />
      				<SafeMoveTo questId="1" x="2332" y="895" z="0" pathPrecision="10" statusText="Carrion Farm (South) Bottom" />
      				<WaitTimer questId="1" waitTime="500" />
      				<SafeMoveTo questId="1" x="2257" y="888" z="0" pathPrecision="10" statusText="Carrion Farm (South) Right" />
      				<WaitTimer questId="1" waitTime="500" />
      				<MoveToActor questId="1" actorId="81980" x="2247" y="798" z="0" exitWithConversation="True" interactAttempts="2" />
      				<SafeMoveTo questId="1" x="2228" y="799" z="0" pathPointLimit="250" pathPrecision="25" unsafeRandomDistance="5" statusText="Carrion Farm (South) End" />
      				<LogMessage questId="1" output="Carrion Farm Event finished (South)" />
      			</If>
      		</TrinityUseOnce>
       
    3. grindman002

      grindman002 Member

      Joined:
      Jan 28, 2013
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      if it happens again i'll try to get a log of it. but since i updated trinity i haven't seen it do it much, but I also did head to work right after I updated
       
    4. vdro

      vdro New Member

      Joined:
      Oct 26, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      0
      Zorked
      1.3 made same mistake as before
      db stopped

      i am back to 1.2
       
    5. sebflex

      sebflex New Member

      Joined:
      May 10, 2013
      Messages:
      1,035
      Likes Received:
      0
      Trophy Points:
      0
      the bot enter crypt, but after few seconds the bot leav crypt and stand afk outside..<.<
       
    6. zorked

      zorked New Member

      Joined:
      Mar 23, 2013
      Messages:
      576
      Likes Received:
      4
      Trophy Points:
      0
      One thing I saw was that you need to restart YAR after switching around the profiles too much(if you're using YAR)

      And I'll look up the death in crypt loop ... I doublechecked the spelling this time however :p

      I find it weird that the bot leaves the Crypt after a few seconds and goes afk, maybe you need QT for some of the TrinityExplore tag attributs to work...
       
    7. immortalhz

      immortalhz Member

      Joined:
      Jun 9, 2012
      Messages:
      362
      Likes Received:
      5
      Trophy Points:
      18
      vdro, sebflex
      Try this.
      (Rename to FoMnormalCrypts.xml if needed)
       

      Attached Files:

    8. zorked

      zorked New Member

      Joined:
      Mar 23, 2013
      Messages:
      576
      Likes Received:
      4
      Trophy Points:
      0
      found it!

      ?dit: fixed Cryp-loading bug
       
    9. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      ===== Misc Statistics =====
      Total tracking time: 12h 3,00m 28s
      Total deaths: 16 [1,33 per hour]
      Total games (approx): 58 [4,81 per hour]
      Total XP gained: 0,00 million [0,00 million per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 12163 [1008,72 per hour]
      Items dropped by ilvl:
      - ilvl58: 705 [58,47 per hour] {5,80 %}
      - ilvl59: 318 [26,37 per hour] {2,61 %}
      - ilvl60: 1853 [153,68 per hour] {15,23 %}
      - ilvl61: 4059 [336,63 per hour] {33,37 %}
      - ilvl62: 3374 [279,82 per hour] {27,74 %}
      - ilvl63: 1854 [153,76 per hour] {15,24 %}

      Items dropped by quality:
      - White: 4102 [340,19 per hour] {33,73 %}
      --- ilvl 58 White: 199 [16,50 per hour] {1,64 %}
      --- ilvl 59 White: 88 [7,30 per hour] {0,72 %}
      --- ilvl 60 White: 458 [37,98 per hour] {3,77 %}
      --- ilvl 61 White: 1364 [113,12 per hour] {11,21 %}
      --- ilvl 62 White: 1239 [102,75 per hour] {10,19 %}
      --- ilvl 63 White: 754 [62,53 per hour] {6,20 %}
      - Magic: 6467 [536,33 per hour] {53,17 %}
      --- ilvl 58 Magic: 393 [32,59 per hour] {3,23 %}
      --- ilvl 59 Magic: 174 [14,43 per hour] {1,43 %}
      --- ilvl 60 Magic: 1137 [94,29 per hour] {9,35 %}
      --- ilvl 61 Magic: 2160 [179,14 per hour] {17,76 %}
      --- ilvl 62 Magic: 1727 [143,23 per hour] {14,20 %}
      --- ilvl 63 Magic: 876 [72,65 per hour] {7,20 %}
      - Rare: 1556 [129,04 per hour] {12,79 %}
      --- ilvl 58 Rare: 113 [9,37 per hour] {0,93 %}
      --- ilvl 59 Rare: 56 [4,64 per hour] {0,46 %}
      --- ilvl 60 Rare: 256 [21,23 per hour] {2,10 %}
      --- ilvl 61 Rare: 529 [43,87 per hour] {4,35 %}
      --- ilvl 62 Rare: 393 [32,59 per hour] {3,23 %}
      --- ilvl 63 Rare: 209 [17,33 per hour] {1,72 %}
      - Legendary: 38 [3,15 per hour] {0,31 %}
      --- ilvl 60 Legendary: 2 [0,17 per hour] {0,02 %}
      --- ilvl 61 Legendary: 6 [0,50 per hour] {0,05 %}
      --- ilvl 62 Legendary: 15 [1,24 per hour] {0,12 %}
      --- ilvl 63 Legendary: 15 [1,24 per hour] {0,12 %}

      no loose of iph with 2 events active
       
    10. vdro

      vdro New Member

      Joined:
      Oct 26, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      0
      damm i need to pass 1700 iph
      i think to lower eph and put like 20k dps more
      will test :)
       
    11. g00fy_goober

      g00fy_goober New Member

      Joined:
      Jun 17, 2012
      Messages:
      281
      Likes Received:
      0
      Trophy Points:
      0
      Im running only on mp2 and I have around 600 iph which is prty good for me (using monks). V1.3 seemed to work pretty good for me. No crashes, no restarts. Will continue to keep an eye on it and let you know, thanks for the hard work :)
       
    12. zakne11

      zakne11 New Member

      Joined:
      Jan 11, 2013
      Messages:
      285
      Likes Received:
      0
      Trophy Points:
      0
      propably helpfull line for north east stuck on fience bat field

      Code:
      		<!-- hoping these coordinates help to prevent fence stucks -->
      		<TrinityMoveTo questId="1" navigation="true" pathPrecision="15" x="1772" y="507" z="0.1" unsafeRandomDistance="5" name="North East Decaying /Bat Fields" />


      and after done events bots dont talk to npc to get nephalem
       
    13. grindman002

      grindman002 Member

      Joined:
      Jan 28, 2013
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      with 1.3 it seems to stop in the first corridor
      Code:
      [10:53:18.946 N] #3: Dungeon Check (North)
      [10:53:19.046 N] JACKPOT! Decaying found! (North)
      [10:53:19.906 N] Interacting with object g_Portal_ArchTall_Orange-2458
      [10:53:23.176 N] ========== Grid segmentation resetting!!! ============
      [10:54:24.236 N] Stopping the bot. Reason:Failed to locate profile.
      [10:54:24.236 N] Bot Thread Ended. Was this requested?
       
    14. zorked

      zorked New Member

      Joined:
      Mar 23, 2013
      Messages:
      576
      Likes Received:
      4
      Trophy Points:
      0
      Sorry, I just copied rrrix' code there... Tried a few hours to get it to work but the bot does not want to hand in the Quest. Sorry about that but I don't want to spend more time on that option :/

      Ah well that's why I pushed v1.3.1
      Just load it from the opener post :)
       
    15. sebflex

      sebflex New Member

      Joined:
      May 10, 2013
      Messages:
      1,035
      Likes Received:
      0
      Trophy Points:
      0
      ===== Misc Statistics =====
      Total tracking time: 9h 22m 6s
      Total deaths: 38 [4,06 per hour]
      Total games (approx): 90 [9,61 per hour]
      Total XP gained: 0 million [0 million per hour]
      Total Gold gained: 4590,14 Thousand [489,96 Thousand per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 16675 [1779,92 per hour]
      Items dropped by ilvl:
      - ilvl58: 992 [105,89 per hour] {5,95 %}
      - ilvl59: 390 [41,63 per hour] {2,34 %}
      - ilvl60: 2602 [277,74 per hour] {15,6 %}
      - ilvl61: 5670 [605,23 per hour] {34 %}
      - ilvl62: 4520 [482,47 per hour] {27,11 %}
      - ilvl63: 2501 [266,96 per hour] {15 %}

      Items dropped by quality:
      - White: 5163 [551,11 per hour] {30,96 %}
      --- ilvl 58 White: 217 [23,16 per hour] {1,3 %}
      --- ilvl 59 White: 102 [10,89 per hour] {0,61 %}
      --- ilvl 60 White: 565 [60,31 per hour] {3,39 %}
      --- ilvl 61 White: 1726 [184,24 per hour] {10,35 %}
      --- ilvl 62 White: 1605 [171,32 per hour] {9,63 %}
      --- ilvl 63 White: 948 [101,19 per hour] {5,69 %}
      - Magic: 9387 [1001,99 per hour] {56,29 %}
      --- ilvl 58 Magic: 607 [64,79 per hour] {3,64 %}
      --- ilvl 59 Magic: 230 [24,55 per hour] {1,38 %}
      --- ilvl 60 Magic: 1660 [177,19 per hour] {9,96 %}
      --- ilvl 61 Magic: 3257 [347,66 per hour] {19,53 %}
      --- ilvl 62 Magic: 2371 [253,09 per hour] {14,22 %}
      --- ilvl 63 Magic: 1262 [134,71 per hour] {7,57 %}
      - Rare: 2070 [220,96 per hour] {12,41 %}
      --- ilvl 58 Rare: 166 [17,72 per hour] {1 %}
      --- ilvl 59 Rare: 58 [6,19 per hour] {0,35 %}
      --- ilvl 60 Rare: 365 [38,96 per hour] {2,19 %}
      --- ilvl 61 Rare: 684 [73,01 per hour] {4,1 %}
      --- ilvl 62 Rare: 534 [57 per hour] {3,2 %}
      --- ilvl 63 Rare: 263 [28,07 per hour] {1,58 %}
      - Legendary: 55 [5,87 per hour] {0,33 %}
      --- ilvl 58 Legendary: 2 [0,21 per hour] {0,01 %}
      --- ilvl 60 Legendary: 12 [1,28 per hour] {0,07 %}
      --- ilvl 61 Legendary: 3 [0,32 per hour] {0,02 %}
      --- ilvl 62 Legendary: 10 [1,07 per hour] {0,06 %}
      --- ilvl 63 Legendary: 28 [2,99 per hour] {0,17 %}

      Potion Drops:
      Total potions: 425 [45,37 per hour]
      - ilvl 60: 425 [45,37 per hour] {100 %}

      Gem Drops:
      Total gems: 158 [16,87 per hour]
      - Ruby: 52 [5,55 per hour] {32,91 %}
      --- ilvl 60 Ruby: 52 [5,55 per hour] {32,91 %}
      - Topaz: 37 [3,95 per hour] {23,42 %}
      --- ilvl 60 Topaz: 37 [3,95 per hour] {23,42 %}
      - Amethyst: 43 [4,59 per hour] {27,22 %}
      --- ilvl 60 Amethyst: 43 [4,59 per hour] {27,22 %}
      - Emerald: 26 [2,78 per hour] {16,46 %}
      --- ilvl 60 Emerald: 26 [2,78 per hour] {16,46 %}


      ===== Item PICKUP Statistics =====
      Items:
      Total items picked up: 231 [24,66 per hour]
      Item picked up by ilvl:
      - ilvl58: 10 [1,07 per hour] {4,33 %}
      - ilvl60: 46 [4,91 per hour] {19,91 %}
      - ilvl61: 51 [5,44 per hour] {22,08 %}
      - ilvl62: 41 [4,38 per hour] {17,75 %}
      - ilvl63: 83 [8,86 per hour] {35,93 %}

      Items picked up by quality:
      - Rare: 178 [19 per hour] {77,06 %}
      --- ilvl 58 Rare: 10 [1,07 per hour] {4,33 %}
      --- ilvl 60 Rare: 34 [3,63 per hour] {14,72 %}
      --- ilvl 61 Rare: 48 [5,12 per hour] {20,78 %}
      --- ilvl 62 Rare: 31 [3,31 per hour] {13,42 %}
      --- ilvl 63 Rare: 55 [5,87 per hour] {23,81 %}
      - Legendary: 53 [5,66 per hour] {22,94 %}
      --- ilvl 60 Legendary: 12 [1,28 per hour] {5,19 %}
      --- ilvl 61 Legendary: 3 [0,32 per hour] {1,3 %}
      --- ilvl 62 Legendary: 10 [1,07 per hour] {4,33 %}
      --- ilvl 63 Legendary: 28 [2,99 per hour] {12,12 %}

      ===== End Of Report =====
       
    16. zorked

      zorked New Member

      Joined:
      Mar 23, 2013
      Messages:
      576
      Likes Received:
      4
      Trophy Points:
      0
      GJ :) I am hovering about 1450 iph with my Barbs. Though they only have Equip for 200mil each ^^
       
    17. vdro

      vdro New Member

      Joined:
      Oct 26, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      0
      sebflex
      can u tell. 2x1h or skorn?
      ehp / dps not buffed

      thanks :)

      ===== Misc Statistics =====
      Total tracking time: 12h 38,00m 38s
      Total deaths: 19 [1,50 per hour]
      Total games (approx): 150 [11,86 per hour]
      Total XP gained: 0,00 million [0,00 million per hour]

      ===== Item DROP Statistics =====
      Items:
      Total items dropped: 20837 [1647,97 per hour]
      Items dropped by ilvl:
      - ilvl58: 1238 [97,91 per hour] {5,94 %}
      - ilvl59: 532 [42,08 per hour] {2,55 %}
      - ilvl60: 3142 [248,50 per hour] {15,08 %}
      - ilvl61: 7129 [563,82 per hour] {34,21 %}
      - ilvl62: 5648 [446,69 per hour] {27,11 %}
      - ilvl63: 3148 [248,97 per hour] {15,11 %}

      Items dropped by quality:
      - White: 7060 [558,37 per hour] {33,88 %}
      --- ilvl 58 White: 348 [27,52 per hour] {1,67 %}
      --- ilvl 59 White: 143 [11,31 per hour] {0,69 %}
      --- ilvl 60 White: 760 [60,11 per hour] {3,65 %}
      --- ilvl 61 White: 2422 [191,55 per hour] {11,62 %}
      --- ilvl 62 White: 2092 [165,45 per hour] {10,04 %}
      --- ilvl 63 White: 1295 [102,42 per hour] {6,21 %}
      - Magic: 11202 [885,95 per hour] {53,76 %}
      --- ilvl 58 Magic: 703 [55,60 per hour] {3,37 %}
      --- ilvl 59 Magic: 321 [25,39 per hour] {1,54 %}
      --- ilvl 60 Magic: 1970 [155,80 per hour] {9,45 %}
      --- ilvl 61 Magic: 3841 [303,78 per hour] {18,43 %}
      --- ilvl 62 Magic: 2875 [227,38 per hour] {13,80 %}
      --- ilvl 63 Magic: 1492 [118,00 per hour] {7,16 %}
      - Rare: 2513 [198,75 per hour] {12,06 %}
      --- ilvl 58 Rare: 187 [14,79 per hour] {0,90 %}
      --- ilvl 59 Rare: 68 [5,38 per hour] {0,33 %}
      --- ilvl 60 Rare: 401 [31,71 per hour] {1,92 %}
      --- ilvl 61 Rare: 857 [67,78 per hour] {4,11 %}
      --- ilvl 62 Rare: 666 [52,67 per hour] {3,20 %}
      --- ilvl 63 Rare: 334 [26,42 per hour] {1,60 %}
      - Legendary: 62 [4,90 per hour] {0,30 %}
      --- ilvl 60 Legendary: 11 [0,87 per hour] {0,05 %}
      --- ilvl 61 Legendary: 9 [0,71 per hour] {0,04 %}
      --- ilvl 62 Legendary: 15 [1,19 per hour] {0,07 %}
      --- ilvl 63 Legendary: 27 [2,14 per hour] {0,13 %}

      Potion Drops:
      Total potions: 578 [45,71 per hour]
      - ilvl 60: 578 [45,71 per hour] {100,00 %}

      Gem Drops:
      Total gems: 217 [17,16 per hour]
      - Ruby: 67 [5,30 per hour] {30,88 %}
      --- ilvl 60 Ruby: 67 [5,30 per hour] {30,88 %}
      - Topaz: 51 [4,03 per hour] {23,50 %}
      --- ilvl 60 Topaz: 51 [4,03 per hour] {23,50 %}
      - Amethyst: 50 [3,95 per hour] {23,04 %}
      --- ilvl 60 Amethyst: 50 [3,95 per hour] {23,04 %}
      - Emerald: 49 [3,88 per hour] {22,58 %}
      --- ilvl 60 Emerald: 49 [3,88 per hour] {22,58 %}


      ===== Item PICKUP Statistics =====
      Items:
      Total items picked up: 268 [21,20 per hour]
      Item picked up by ilvl:
      - ilvl58: 9 [0,71 per hour] {3,36 %}
      - ilvl60: 43 [3,40 per hour] {16,04 %}
      - ilvl61: 71 [5,62 per hour] {26,49 %}
      - ilvl62: 51 [4,03 per hour] {19,03 %}
      - ilvl63: 94 [7,43 per hour] {35,07 %}

      Items picked up by quality:
      - Rare: 208 [16,45 per hour] {77,61 %}
      --- ilvl 58 Rare: 9 [0,71 per hour] {3,36 %}
      --- ilvl 60 Rare: 32 [2,53 per hour] {11,94 %}
      --- ilvl 61 Rare: 62 [4,90 per hour] {23,13 %}
      --- ilvl 62 Rare: 36 [2,85 per hour] {13,43 %}
      --- ilvl 63 Rare: 69 [5,46 per hour] {25,75 %}
      - Legendary: 60 [4,75 per hour] {22,39 %}
      --- ilvl 60 Legendary: 11 [0,87 per hour] {4,10 %}
      --- ilvl 61 Legendary: 9 [0,71 per hour] {3,36 %}
      --- ilvl 62 Legendary: 15 [1,19 per hour] {5,60 %}
      --- ilvl 63 Legendary: 25 [1,98 per hour] {9,33 %}

      Potion Pickups:
      Total potions: 80 [6,33 per hour]
      - ilvl 60: 80 [6,33 per hour] {100,00 %}

      ===== End Of Report =====
       
    18. estereth

      estereth New Member

      Joined:
      Jun 25, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      i have similar problem to some of the ppl but not exact
      it enteres the crypt kills like 1 pack, exits and goes to the west (all the way to festering)
      got one friend who got exact same problem, another one doesnt have it at all
      - db version 314, havent checked on newer ones or beta
      might be problems withimproper delays (maybe it doesnt know it clicked portal already, think portal on both sides got same id)? world id checking before clicking might solve? or dunno

      fom maximum 1.3.1 tho saw exact same problem with misery3 v1.0
       
    19. sebflex

      sebflex New Member

      Joined:
      May 10, 2013
      Messages:
      1,035
      Likes Received:
      0
      Trophy Points:
      0
      top 10 world Skorn
      340k unbuffed
       
    20. vdro

      vdro New Member

      Joined:
      Oct 26, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      0
      my char is like...400kk gold
      so its fine 220k unb
       

    Share This Page