• Visit Rebornbuddy
  • Natfoth's Survival PvE And Marksman PvP Hunter 1.3

    Discussion in 'Archives' started by Tony, Jan 20, 2010.

    1. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      News
      12-27-09
      Heya guys! This is my first release with custom classes. I Proudly Present to you all the Survival Hunter!

      Features!
      This will automatically decide what talent tree you are in! There is no need to change it.

      - Auto Detection of the Food thanks to ViperSnake
      - The Use of Black Arrow: will use black arrow every time it is free
      - Explosive Shot: Will be used every time availible
      - Moving Away From Mobs
      - Trap Support
      - Aspect support
      - Pet Aggro
      - Will Silence the Target if you have silencing Shot
      - Will use Readiness To renew your cooldowns
      - Casts Scatter Shot At every chance
      - Will Feign Death if being targeted by a spell and silencing shot is on cooldown


      Updates
      1.3
      Added alot, check the features list
      Fixed the disengage bug where it would disengage even if they were not close
      1.2
      - Added An option to disengage every time they are within 7 yards
      1.1
      - Fixed A cooldown with black Arrow

      Upcoming Features
      - Support For Wyvern Sting


      Any and all feedback is welcome! Cant wait for you guys to try and it and help me find way to improve it.
       

      Attached Files:

    2. impris0n3d

      impris0n3d New Member

      Joined:
      Jan 15, 2010
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Hey the class is great but it still is disengaging when its not necessary. It is also trying to wing clip when not even close.

      Natfoth's Survival Hunter
      --Attacking Silvercoat Stag at distance 25.
      --Marking The Target--
      --Firing The Black Arrow--
      Auto Shot.
      --Wing Clip--
      --Disengaging--
      --Explosive Shot--
      --Aimed Shot--
       
    3. mjoelnar

      mjoelnar New Member

      Joined:
      Jan 25, 2010
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      thanks, noticed the disengage bug havent been fixed though :S
       
    4. TheGreatRowaH

      TheGreatRowaH New Member

      Joined:
      Feb 4, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Excuse my noobiness, but where do we put this? Putting this into the "CustomClasses" folder does absolutely nothing.
       
    5. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      Remove the existing hunter CC and it will work.
       
    6. notknowu

      notknowu New Member

      Joined:
      Feb 2, 2010
      Messages:
      11
      Likes Received:
      1
      Trophy Points:
      0
      Tony can you please give us a talent tree for this cc
      Thanks
       
    7. TheGreatRowaH

      TheGreatRowaH New Member

      Joined:
      Feb 4, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Do we also rename it "Hunter.cs" or would keeping it its current name be fine?
       
    8. khurune

      khurune Member

      Joined:
      Jan 15, 2010
      Messages:
      836
      Likes Received:
      4
      Trophy Points:
      18
      Its current name is fine.

      Its set to use disengage when target gets to 7yards of you, its also set to wingclip with most if not all disengage actions, You can disable disengage by opening up the CC in Notepad, and set 'private bool UseDisengage = false;'
       
      Last edited: Feb 9, 2010
    9. Akatora

      Akatora New Member

      Joined:
      Jan 15, 2010
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      0
      It doesnt work in RAF
       
    10. Pratt2

      Pratt2 New Member

      Joined:
      Feb 13, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Hey, loaded this CC and my hunter is only casting serpent sting, arcane shot and auto shot. No idea what's going wrong. I cast serpent sting every 3-4 seconds even if it is already up.
       
    11. jaycrew

      jaycrew New Member

      Joined:
      Feb 6, 2010
      Messages:
      209
      Likes Received:
      0
      Trophy Points:
      0
      Does this CC support the new ICC ammo? I ran last night with Iceblade Arrows equipped and woke up this morning to see my logs filled with "NO AMMO". I realized I had been meleeing all night.

      I've also found that even with the new ammo manually added to the CC, it doesn't use Chimera Shot. Is this for survival only, despite the name?
       
      Last edited: Feb 18, 2010
    12. LAP87

      LAP87 Member

      Joined:
      Jan 15, 2010
      Messages:
      451
      Likes Received:
      0
      Trophy Points:
      16
      Survival in PvE and MM in PvP.. i don't get the way he coded this CC -.-
       
    13. fuup

      fuup New Member

      Joined:
      Jan 15, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      Instead of setting UseDisengage = false, just correct the line

      (line: 483)
      Code:
      if (Me.CurrentTarget.Distance > 7)
      to
      Code:
      if (Me.CurrentTarget.Distance < 7)
      Should fix the problem.
       
    14. thuannguyen

      thuannguyen Member

      Joined:
      Feb 20, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      not bad class! Any chance to add in trueshot aura? I noticed it doesnt attack targets in bg's straight away. It just runs past targets and when it gets attacked, it fights back. Any chance can you can make it kill everything in sight?
       
      Last edited: Feb 23, 2010

    Share This Page