• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Siege Camp Chest Runner V2.1 - Fast Legs & No Gear Required

    Discussion in 'Archives' started by CaptainAmerica, Apr 27, 2014.

    1. CaptainAmerica

      CaptainAmerica New Member

      Joined:
      Apr 19, 2014
      Messages:
      346
      Likes Received:
      2
      Trophy Points:
      0
      Weapon racks are a waste of time. The profiles main goal is to open chests but it will flip a couple select rocks and corpses enroute.
       
    2. creepa7

      creepa7 Member

      Joined:
      May 26, 2012
      Messages:
      142
      Likes Received:
      0
      Trophy Points:
      16
      he opens rocks but he ignores corpses cuz i turned it off
      when i turn it on, he opens corpses

      but better keep it off ?
       
    3. CaptainAmerica

      CaptainAmerica New Member

      Joined:
      Apr 19, 2014
      Messages:
      346
      Likes Received:
      2
      Trophy Points:
      0
      Keep corpses off or he will go for all of them and really mess up the run efficiency. As it is right now there are only two corpses he will turn, and one of them requires the first chest to spawn in the bottom location. There is just one more I want to add in and I will do so when I let my bot take a break.

      Anyone else having trouble joining games on US? Is it because we are less then 10 minutes from maintenance?
       
    4. Wyhk

      Wyhk New Member

      Joined:
      May 3, 2013
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Hey, thanks for the profile CaptainAmerica ! awesome work

      I just added the akarat's champion use for crusader to have a 30% mvt speed bonus for 20s !
      Could you add it to your file so everybody could make a use of it? (SNOPower.X1_Crusader_AkaratsChampion in case you where looking for it ! :p)

      By the way it would be absolutely AWESOME to make a specific profile for ppl having the boost speed bracers + the boots fire walkers
      I noticed there are two corpses on pikes which are ALWAYS HERE that the bot could use to have the boost almost permanently !
      One is at the top of the first stairs and another one on the left on the way before the last two chests !
      I also noticed a group of pots or a single pot (depending on the game) on the left of the second stair !
      There are maybe more to be used but these 3 make my run really faster (around 25s !!! in the farming area)

      Cheers
       
      Last edited: Apr 29, 2014
    5. jizzyj89

      jizzyj89 New Member

      Joined:
      Apr 29, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Had a quick question and had gone through all of the pages so far but unable to find an answer.
      I was trying this profile last night and for some reason the ticks were really horrible, any quick tips on a fix? Have everything updated and all files copied into the right place.
      Thanks for all the hard work!
       
    6. CaptainAmerica

      CaptainAmerica New Member

      Joined:
      Apr 19, 2014
      Messages:
      346
      Likes Received:
      2
      Trophy Points:
      0
      It's in the FAQ. Slower computers can have trouble processing all the objects when they are coming at you so quickly. Since the whole idea here is to be moving as quickly as possible you may experience some choppiness.
       
    7. crocodilul

      crocodilul New Member

      Joined:
      Oct 6, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      for a wizzard having illusionist is worth using mirror image and slow time too (with time and space rune) cause it will give 30% movement speed for 3 seconds (it will stack with all others).

      i did changed my occtoggle file but don't know how good it is, but works..

      Code:
      if (ZetaDia.Me.ActorClass == Zeta.Game.ActorClass.Wizard && isAvailable(SNOPower.Wizard_DiamondSkin))
                      {
                          ZetaDia.Me.UsePower(SNOPower.Wizard_DiamondSkin, Trinity.Player.Position, Trinity.CurrentWorldDynamicId, -1);
      					if (isAvailable(SNOPower.Wizard_MirrorImage))
                          {
                              ZetaDia.Me.UsePower(SNOPower.Wizard_MirrorImage, Trinity.Player.Position, Trinity.CurrentWorldDynamicId, -1);
                          }
      					if (isAvailable(SNOPower.Wizard_SlowTime))
                          {
                              ZetaDia.Me.UsePower(SNOPower.Wizard_SlowTime, Trinity.Player.Position, Trinity.CurrentWorldDynamicId, -1);
                          }
                      }
       
    8. CaptainAmerica

      CaptainAmerica New Member

      Joined:
      Apr 19, 2014
      Messages:
      346
      Likes Received:
      2
      Trophy Points:
      0
      Yeah that will work. Just spams those three skills at select points. It's just a hack in though. I wanna see a tiered OOC management option in Trinity so we can refine movement even more. Post up your suggestions in the movement link I have in my signature. They would be really good options for tier 3.

      Would be useful for other profiles as well as a profile maker could simply tell Trinity which tier it should be using depending on where it is in a set map.
       
    9. Jamake

      Jamake New Member

      Joined:
      Apr 28, 2014
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      0
      Cheers, this was very useful!!
      My GPH won't likely go up very much, but it's worth it nevertheless :)

      I don't know if it's just my bot acting weird, but I had it work slightly better by tweaking your code. Now it uses both cooldowns more often. Instead of being nested inside DiamondSkin function, all three are now on the same "level".
      Code:
      if (ZetaDia.Me.ActorClass == Zeta.Game.ActorClass.Wizard && isAvailable(SNOPower.Wizard_DiamondSkin))
                      {
                          ZetaDia.Me.UsePower(SNOPower.Wizard_DiamondSkin, Trinity.Player.Position, Trinity.CurrentWorldDynamicId, -1);
                      }
                      if (ZetaDia.Me.ActorClass == Zeta.Game.ActorClass.Wizard && isAvailable(SNOPower.Wizard_MirrorImage))
                      {
                          ZetaDia.Me.UsePower(SNOPower.Wizard_MirrorImage, Trinity.Player.Position, Trinity.CurrentWorldDynamicId, -1);
                      }
                      if (ZetaDia.Me.ActorClass == Zeta.Game.ActorClass.Wizard && isAvailable(SNOPower.Wizard_SlowTime))
                      {
                          ZetaDia.Me.UsePower(SNOPower.Wizard_SlowTime, Trinity.Player.Position, Trinity.CurrentWorldDynamicId, -1);
                      }
      
       
      Last edited: Apr 29, 2014
    10. iskgaiden

      iskgaiden New Member

      Joined:
      Mar 22, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      I'm really interested in this, can u do something about CaptainAmerica?
       
    11. crocodilul

      crocodilul New Member

      Joined:
      Oct 6, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      i will try it. didn't had time to test it... saw that it works and my gph got from 52 to 60 so i was pleased :p
       
    12. msk380

      msk380 Member

      Joined:
      Apr 7, 2014
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      How do you add insta leave to the profile?
       
    13. crocodilul

      crocodilul New Member

      Joined:
      Oct 6, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      how to read faq? rly, is that hard to read the first 2 posts?
       
    14. Benevolene

      Benevolene Member

      Joined:
      May 11, 2013
      Messages:
      282
      Likes Received:
      5
      Trophy Points:
      18
      Stucking all the time at

      [Trinity] [TrinityInteract] Started Tag; snoid="285382" name="" questId="0" stepId="0" worldId="291941" levelAreaId="279169"
      [Trinity] [TrinityInteract] Started Tag; snoid="289796" name="" questId="0" stepId="0" worldId="291941" levelAreaId="279169"
      [Trinity] Turned OOC on.
      [Trinity] Turned OOC off.
      [Trinity] [TrinityInteract] Started Tag; snoid="285382" name="" questId="0" stepId="0" worldId="291941" levelAreaId="279169"
      [Trinity] Turned OOC on.
      [Trinity] [TrinityInteract] Started Tag; snoid="285382" name="" questId="0" stepId="0" worldId="291941" levelAreaId="274985"
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #1 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #2 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Unable to navigate to target! Blacklisting x1_PandExt_Breakable_Angel_B SNO=338281 RAGuid=2044002379 dist=18 canFullyPath=False
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #3 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #4 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #5 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #6 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Unable to navigate to target! Blacklisting x1_PandExt_Breakable_Angel_B SNO=338281 RAGuid=2044002379 dist=20 canFullyPath=False
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #7 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #8 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #9 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
      [Trinity] Your bot got stuck! Trying to unstuck (attempt #10 of 10 attempts) Act="A5" questId="273408" stepId="3" worldId="291941"
       
    15. crocodilul

      crocodilul New Member

      Joined:
      Oct 6, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      this is something i got too right now (i guess it just happened at you too). also high ms and even with low ms the char won't cast spells etc. there's something wrong on server i don't know... and seems if that will happen somehow the bot will go to the start and stuck there :)
       
    16. msk380

      msk380 Member

      Joined:
      Apr 7, 2014
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      Really? Lol go read it urself again. I am pretty sure ur illiterate. The faq only advises us not to use it which i totally understand. I was asking for where i could find the code, not a reminder that i should not be using it cuz i am willing to take that risk in exchange for better gph. Please can anyone tell me where to find the code for insta leave and where i should put it?
       
    17. CaptainAmerica

      CaptainAmerica New Member

      Joined:
      Apr 19, 2014
      Messages:
      346
      Likes Received:
      2
      Trophy Points:
      0
      Hint: Look at profiles that use it.
       
    18. crocodilul

      crocodilul New Member

      Joined:
      Oct 6, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      ^ search that way. you have a search field on this forums. use it. cause i'm illitarate and you are some smart guy who can't use a search function.

      le: also, i could tell you where to put it but i'm sure i'm not allowed on this forums ;)
       
      Last edited: Apr 29, 2014
    19. CaptainAmerica

      CaptainAmerica New Member

      Joined:
      Apr 19, 2014
      Messages:
      346
      Likes Received:
      2
      Trophy Points:
      0
      Can you please provide more details as to on what object this is hapening on, what class you are, what movement skills were triggered before it happened, how frequently this happens and any other details you think may have effected this. Though I see my bot get stuck every 15-20 games or so and almost always after looting it never takes more then one attempt for it to figure out what it's doing.
       
    20. crocodilul

      crocodilul New Member

      Joined:
      Oct 6, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      i can tell you what mine did (and i'm pretty sure that was the lag/server). after second chest, he got away (nothing to loot) and decided in the middle that he is stuck. then goes to the start area, run in circles and spamming stuck/unstuck events. i didn't waited alot after 10/10 attempts cause he didn't looked like he is gonna move away from there and keeps doing circles so i stopped the bot.
       

    Share This Page