• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [ACT3] New The Core of arreat by FragMam

    Discussion in 'Archives' started by fragmam, Jul 16, 2012.

    1. sanerrr

      sanerrr Member

      Joined:
      Dec 15, 2011
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      6
      All accounts are stuck in this place Screenshot000.jpg
       
    2. supson

      supson New Member

      Joined:
      Nov 4, 2012
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      So, no matter what I try now everything get stuck. I guess I'll have to donate. Fragmam is still around? Still accepting donation for 1.7.2?

      Edit: Just donated.
       
      Last edited: Nov 7, 2012
    3. harleystcool

      harleystcool Banned

      Joined:
      Oct 5, 2012
      Messages:
      667
      Likes Received:
      0
      Trophy Points:
      0
      i'm with this guy, those flying monsters trigger my bot to fire arrows at it while its still in the sky, yet they keep flying because the bots not close enough. Anyone know whats going on?
       
    4. harleystcool

      harleystcool Banned

      Joined:
      Oct 5, 2012
      Messages:
      667
      Likes Received:
      0
      Trophy Points:
      0
      question for you guys, how many games per hour do you all do? I noticed the most views is the short core + crossing, and noone uses or updates the core + tower of damned + crossing, which gives you 12 gph, while the short version (or it says "long" but 16 gph isn't very long) you make 16 games per hour. I just want to be on the safe side
       
    5. decky

      decky New Member

      Joined:
      Jul 28, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      im facing the same problem as well but i guess fragmam is no longer around since he hasnt been posting anything here. :(
       
    6. dope187

      dope187 New Member

      Joined:
      Aug 23, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      QUOTE=Momental;849019]Requesting fix for teh above stated issue :(
      the DH just stands there shooting in the direction that the mobs will spawn ... but wont spawn until you move abit closer ..
      Dont know if it would be possible to set some kind of option that is like "if X mobs, be in 30yard range when killing" ish :)

      Thanks in advance

      **Update**
      fixed it myself... its a very very dirty and quick fix ....

      Basicly i edited the trinity file so that it will only use multishot and hungering arrow (the 2 skills i use) if there is any mobs in a 50 feet radius (default is 69f)
      And since my kill radius is set to 50 its fine for me
      That solved it for me...

      Hungering arrow:
      in line 7737 i changed the "69f" to 50f
      So the line will look like this
      return new GilesPower(SNOPower.DemonHunter_HungeringArrow, 50f, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 0, USE_SLOWLY);
      Multi shot
      Changed line 7637 to 7639 to this
      (iElitesWithinRange[RANGE_40] >= 1 || iAnythingWithinRange[RANGE_40] >= 2 || ((targetCurrent.bThisEliteRareUnique || targetCurrent.bThisTreasureGoblin || targetCurrent.bThisBoss) && targetCurrent.fRadiusDistance <= 50f)))
      {
      return new GilesPower(SNOPower.DemonHunter_Multishot, 50f, targetCurrent.vThisPosition, iCurrentWorldID, -1, 1, 1, USE_SLOWLY);

      So now it should only use thoes 2 skills to mobs within a 50 feet radius of the char...
      I'm not a specialist, so i'm not sure what this does 100% , but it seems to have fixed the problems with the winged dicks... and to my understanding it will also only shoot at goblins if they are closer then 50 feets.


      USE IT AT YOUR OWN RISK!


      oh and btw


      Its working as it was coded, so its not broken... :)
      Its not very useful, but definitely not broken :)[/QUOTE]


      this fixed it thx to momental
      http://www.thebuddyforum.com/demonb...gins/70832-trinity-demon-hunter-class-12.html
       
    7. Galthran

      Galthran New Member

      Joined:
      Aug 10, 2012
      Messages:
      161
      Likes Received:
      0
      Trophy Points:
      0
      anyone has a fix for this??


      oh sry did not read the last one ... will test this later on at home ^^
       
    8. edge85

      edge85 New Member

      Joined:
      Aug 24, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      FYI the maker has gone MIA.
       
    9. hornet9

      hornet9 New Member

      Joined:
      Jun 16, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Getting stucked in the beginning of the run: Captura de Tela 2012-11-09 ?s 13.36.35.jpg
       
    10. Elmo

      Elmo New Member

      Joined:
      Nov 2, 2012
      Messages:
      366
      Likes Received:
      3
      Trophy Points:
      0
      Open the xml file and at the top remove this:

      <UseWaypoint waypointNumber="10" actorId="6442 " levelArea="1999503360" z="1.5338" y="414.342" x="402.5403" questId="1"/>

      I use to get this problem as well, seems to have to do with this line. Removing it didn't effect performance.
       
    11. Elmo

      Elmo New Member

      Joined:
      Nov 2, 2012
      Messages:
      366
      Likes Received:
      3
      Trophy Points:
      0
      I believe that monster shoots ice balls? I set radius in giletrinity from 20 to 10 for DH and it seems to have solved the problem, monitoring now.

      EDIT: Nvm as I'm typing this hes stuck.
       
    12. dope187

      dope187 New Member

      Joined:
      Aug 23, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      return new GilesPower(SNOPower.DemonHunter_HungeringArrow, 50f, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 0, USE_SLOWLY);
      Multi shot

      (iElitesWithinRange[RANGE_40] >= 1 || iAnythingWithinRange[RANGE_40] >= 2 || ((targetCurrent.bThisEliteRareUnique || targetCurrent.bThisTreasureGoblin || targetCurrent.bThisBoss) && targetCurrent.fRadiusDistance <= 50f)))
      {
      return new GilesPower(SNOPower.DemonHunter_Multishot, 50f, targetCurrent.vThisPosition, iCurrentWorldID, -1, 1, 1, USE_SLOWLY);


      fixed
       
    13. in2fun

      in2fun New Member

      Joined:
      Sep 23, 2010
      Messages:
      871
      Likes Received:
      8
      Trophy Points:
      0
      To use in inferno, just copy file, edit put inferno in place of hell, or nightmare.
      Rename so you know its inferno.
      Done.

      Also the 50 for repair worked like charm ty
       
    14. harleystcool

      harleystcool Banned

      Joined:
      Oct 5, 2012
      Messages:
      667
      Likes Received:
      0
      Trophy Points:
      0
      what does this fix?
       
    15. harleystcool

      harleystcool Banned

      Joined:
      Oct 5, 2012
      Messages:
      667
      Likes Received:
      0
      Trophy Points:
      0
      i can't find that, closest i can find that is on line 37 but its on the "tower of the damned" part and not the core of the arreat.
       
    16. dunhillz

      dunhillz New Member

      Joined:
      Sep 21, 2012
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      anyone got the latest profile for this? I was about to try it but author removed it from the original post :(
       
    17. Cyclone9

      Cyclone9 New Member

      Joined:
      Nov 1, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      bump
       
    18. harleystcool

      harleystcool Banned

      Joined:
      Oct 5, 2012
      Messages:
      667
      Likes Received:
      0
      Trophy Points:
      0
      i pm'd fragmam, even donated a cool 5 bucks, he hasn't gotten back to me. What does he mean "no value to my work" is he upset that noone is donating?
       
    19. Igarashi

      Igarashi New Member

      Joined:
      Nov 5, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      i pm'd him about donations and i didnt get a reply either :/
       
    20. harleystcool

      harleystcool Banned

      Joined:
      Oct 5, 2012
      Messages:
      667
      Likes Received:
      0
      Trophy Points:
      0
      that'll be great if you could charge someone .99 cents for a profile. Gile has said he gets very little donations yet he created a huge chunk of demonbuddy's capabilities, which is prob why hes in no rush to return
       

    Share This Page