• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • can anyone teach me how to code.

    Discussion in 'Honorbuddy Forum' started by conphill, Apr 2, 2015.

    1. conphill

      conphill New Member

      Joined:
      Jul 31, 2014
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      hi there,
      I guess you have clicked onto the thread to read what the title means. I am new to honorbuddy and I have allways wanted to know how to code since I started gaming, I was hoping one of you in the community of HB could possibly tech me how to code. if so could you message me on Skype of PM me please.

      I hope someone could teach me please,

      many thanks,
      connor

      P.S- I will be willing to do this any time of the day Via Skype so please don't hesitate to PM me on HB or Skype.
       
      Last edited by a moderator: Apr 2, 2015
    2. CHDA80

      CHDA80 Member

      Joined:
      Jun 13, 2012
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      6
      Search the forums for the markup language that HB uses, visit Google and type "how to program in _____" or "___ programming tutorials"
       
    3. frosticus

      frosticus Community Developer

      Joined:
      Oct 19, 2012
      Messages:
      2,930
      Likes Received:
      58
      Trophy Points:
      48
    4. Jerf

      Jerf New Member

      Joined:
      Nov 24, 2012
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      0
      following
       
    5. Arradis

      Arradis New Member

      Joined:
      Nov 14, 2014
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
    6. conphill

      conphill New Member

      Joined:
      Jul 31, 2014
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      hi guys,
      thanks for the feedback, do you know which language I should use and can anybody personal teach me via Skype please.
      many thanks,
      connor
       
    7. MrLamp

      MrLamp New Member

      Joined:
      Mar 5, 2014
      Messages:
      142
      Likes Received:
      0
      Trophy Points:
      0
      You aren't allowed to create duplicate threads.. you just created another one about the exact same thing.
      And learn C#, its the language honorbuddy uses for its api. Just go to thenewboston or something on youtube or google your way to programming.. it's not hard.
       
      Last edited: Apr 3, 2015
    8. CoffeeBreak

      CoffeeBreak New Member

      Joined:
      Mar 26, 2012
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      0
      fuck codecademy rly. he aint trying to learn how to write web pages. or apps or so. go with C# if u wna code botbase etc for wow. That Codecademy got just about 0 usefull stuff in your case.
      And imo i would go with learning how to code simple grind / quest profiles. then move on from there. it is going to suck if u gna go with a combat routine as your first project, as you will most likely just drown in information and code u got no clue what the fuck means.
       
    9. conphill

      conphill New Member

      Joined:
      Jul 31, 2014
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      can you teach me how to make a grind profile ?
       
    10. MrLamp

      MrLamp New Member

      Joined:
      Mar 5, 2014
      Messages:
      142
      Likes Received:
      0
      Trophy Points:
      0
      Of course no1 here is gonna help you line by line how to write a profile... GO TO one the sites you been told to and shut up. stop posting helphelpehelp when you got all the help you need and post when you got a specific problem instead!
       
    11. DX123

      DX123 Member

      Joined:
      Mar 9, 2010
      Messages:
      312
      Likes Received:
      2
      Trophy Points:
      18
      Profiles don't involve C#. There are a few plugins that will help you make profiles. One I believe is called Eclipse or something.

      As far as languages for programming... C# is the way to go. No one can really teach you how step by step. You just have to search the net and look for tutorials. Learn by doing. No matter how lame it may seem.. start out with a typical Hello World app. You can get a free copy of Visual Studio for doing C# but you don't HAVE to use that. You can use anything including just regular old notepad.

      Programming takes a lot of time to learn and become good at. So if your serious.. do tutorials, learn to do basic stuff and stick with it. If you are simply interested in programming for HB.. there are great tutorials for making custom combat routines right here in the Community Developer forums.
       
    12. Reviir

      Reviir Active Member Buddy Store Developer

      Joined:
      Mar 10, 2010
      Messages:
      1,919
      Likes Received:
      13
      Trophy Points:
      38
      I routinely use c# both regular and async in questbot profiles (not just questing by i would say 85% of profiles i write use it along with lua)
       
    13. Guwop

      Guwop New Member

      Joined:
      Feb 26, 2015
      Messages:
      83
      Likes Received:
      1
      Trophy Points:
      0
      As others have said, google is the best teacher.
       
      stb1amt likes this.
    14. Rabbit112

      Rabbit112 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      0
      Don't let the others scare you off, like 99% of the code you might want to write won't require C# or lua scripting to work. Best suggestion I have is download some profiles and try to learn what they do through running specific bits of the profiles.
       
    15. stb1amt

      stb1amt New Member

      Joined:
      Aug 3, 2014
      Messages:
      85
      Likes Received:
      0
      Trophy Points:
      0

      Perfect Response.
       
    16. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      [​IMG]
      Is it only me, or this derails in just another one trolling thread?
       
    17. Reviir

      Reviir Active Member Buddy Store Developer

      Joined:
      Mar 10, 2010
      Messages:
      1,919
      Likes Received:
      13
      Trophy Points:
      38
      I can say with 100% certanty that if u learn basic c# and lua it will make ur life much easier....


      U can write a gringing profile without basic c# not a quest bot profile.

      The premise of quesr bot is based around c#.

      Me.MapId == 1 == c# exprestion
      Object (13576, u => u.IsValid) == c%

      50% or more of the written code in a profile that isnt junk is c# / lua

      Please see navigation snipits from evho tiger for a proper example not off the cuff


      Please for the love of God at the very minimum read the yellow book off Amazon before learning and attempting to program a profile it cost $2 and it's a great beginner step to learning C sharp it'll at least teach you the basics of what you need to know in order to understand what is going on to know the difference between an! No! Between the and symbol and the vertical /
       
      Last edited: Apr 3, 2015
    18. Reviir

      Reviir Active Member Buddy Store Developer

      Joined:
      Mar 10, 2010
      Messages:
      1,919
      Likes Received:
      13
      Trophy Points:
      38
      To add to this we now have the abilty to define variables via runcode with c# and use them in the profiles....

      What does this mean... means we now have full useabilty of c# from withing questbot

      Well most at least
       
    19. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Conphill,

      We have this resource available just for those getting started:

      The Community Developer forum is not meant for 'teaching how to code'. For that, you will need to use Google, and do a lot of homework yourself.

      Instead, the Community Developer forum is a "show your work" area meant for discussions to work out specific problems. You are expected to attach the meaningful parts of your work, attach the full log, and describe how what you are doing is failing for you.

      You are expected to do due diligence before posting. If not, you are going to either be ignored or flamed.

      cheers,
      chinajade
       
      Last edited: Apr 4, 2015

    Share This Page