• Visit Rebornbuddy
  • Honorbuddy and Javascript.

    Discussion in 'Archives' started by morgalis, Feb 6, 2010.

    ?

    Javascript plugins Vs C# what you prefer ?

    1. Javascript

      0 vote(s)
      0.0%
    2. C #

      0 vote(s)
      0.0%
    3. I dont care

      0 vote(s)
      0.0%
    1. morgalis

      morgalis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      To devs: why you guys dont implement an javascript engine ? so not only c# devs will devlop but much more people will play with it.
      I remember zolofighter had spidermonkey javascript engine for C , but there is one also for C#.

      Check this link http://jint.codeplex.com.
      Jint is a script engine based on the Javascript language. Using Jint, developers can provide fully scriptable applications, execute .NET code without compiling, or create external configuration logic, using the most used script language.
      Let more people enjoy with easy scripting.
       
      Last edited: Feb 6, 2010
    2. Danne206

      Danne206 New Member

      Joined:
      Jan 15, 2010
      Messages:
      105
      Likes Received:
      1
      Trophy Points:
      0
      I might be totally wrong - I aint really insert in this discussion, but I think it's quite impossible to program a bot / bot plugin with only JavaScript? Sorry if I am wrong / got it wrong.
       
    3. aqrhine

      aqrhine New Member

      Joined:
      Jan 15, 2010
      Messages:
      104
      Likes Received:
      0
      Trophy Points:
      0
      i think he means java.. which is way more complicated to work with then c#/c++
       
    4. lepton17

      lepton17 New Member

      Joined:
      Jan 15, 2010
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      As the OP said; it has been done before with ZoloFighter. I vote C# as it's a lot more powerful and anyone who knows JavaScript won't have much difficulty picking up enough C# to write plug-ins.
       
    5. hldn

      hldn New Member

      Joined:
      Feb 5, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      no he means javascript.. but a better question would be "why not just learn a real programming language?" ;)
       
    6. morgalis

      morgalis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      No not Java , javascript , very easy to code.

      function Combat(){

      // Check my health if below 40% , if yes then heal
      if (me.health < 40) {
      CastSpell("Flash Heal");
      }
      }

      yes , this scripting is easy..... easy , let us inside function combat create our own playstyle.
      this is very simple to use and you can build your own CC or plugin very easy.

      C# is an language , you have to deal with Namespaces,Classes, Interfaca ,struct , enum , delegate ........
      In javascript we just deal with some functions like Combat , Rest , Pre or after combat

      Even the good old bot ISXWOW was working on an scripting engine , similar javascript.

      Hldn why should someone learn a code language if javascript is easy to understand even without school. remember we are gamers and not students.
      :) No offense.
       
      Last edited: Feb 6, 2010
    7. hldn

      hldn New Member

      Joined:
      Feb 5, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      because c# is easy to learn as well and it's what they're already using. why should anyone rewrite their program just because you don't want to learn to use it? no offense ;)
       
    8. morgalis

      morgalis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      Correct i dont wanna learn it , and there are 1000 others like me that dont wanna learn it too .... C# is an coding language an javascript is scripting !!!!!!
      It is just an idea ...
       
    9. iconz

      iconz Member

      Joined:
      Jan 15, 2010
      Messages:
      181
      Likes Received:
      0
      Trophy Points:
      16
      i laugh when i see post like these...
      where are all those old bots coded in c/java/vb? infact where are anybots that inject but this one half were c#..most were vb and lots were java/javascript and 80% are dead or gone
       
    10. morgalis

      morgalis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      ???? no comment .... this one is in C# yes , not injecting but writing to memory, detectable as hell or like you said c/c++/java/vb/pascal .....

      Anyway this question was mented to the devs ... they decide ...
       
      Last edited: Feb 6, 2010
    11. acgolfer719

      acgolfer719 New Member

      Joined:
      Jan 15, 2010
      Messages:
      53
      Likes Received:
      0
      Trophy Points:
      0
      There are no bots coded in javascript, primarily because javascript isn't a programming language, it's a scripting language, so when your laughing at bots coding in javascript your laughing at something you made up.

      Also c# implementation is easy for the developers cause its coded into the .net framework to do run-time compilation, but easy scripting DLLs / APIs like the one he linked shouldn't be totally difficult to implement and could provide an much easier way to script as well as enhance the community involvement and bot immensely, which in return will bring in more business, if that's what the owners / developerss are looking for...
       
    12. morgalis

      morgalis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      Haleluja

      Someone understands me

      Look now in plugin or CostumClasses , only few people can contribute...
      I dont wanna have my char fighting like they decided it.

      GIFE JavaScript..... you will be rewarded for this.
       
    13. Hawker

      Hawker Well-Known Member Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      2,509
      Likes Received:
      70
      Trophy Points:
      48
      We understand you but won't do it for some time. Honorbuddy is evolving all the time and the reason custom classes appear complex is that they do so much clever. A JavaScript engine won't help this.
       
    14. khurune

      khurune Member

      Joined:
      Jan 15, 2010
      Messages:
      836
      Likes Received:
      4
      Trophy Points:
      18
      Adding js just because a handful of people prefer it is a pointless need on a good bot, the plugins and customclasses are not hard to make, and if you already know js it'll take you 10mins to grasp the basics of c# hell in the time its taken you to have this debate you could of made and debugged a plugin.

      Why should we all have to deal with a bot checking more types of code and slowing it down, just so a handful of end users don't have to take 10mins out of there life to learn something different which could help them in the long run.
       
      Last edited: Feb 7, 2010
    15. morgalis

      morgalis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      Khurune ... 10 mins? so make an detailed tut on how to start inclusive dbging.
       
    16. khurune

      khurune Member

      Joined:
      Jan 15, 2010
      Messages:
      836
      Likes Received:
      4
      Trophy Points:
      18
      Or you could learn maybe? I did.
       
    17. j0achim

      j0achim New Member

      Joined:
      Jan 15, 2010
      Messages:
      532
      Likes Received:
      15
      Trophy Points:
      0
      Assuming the devs would create a java interepeter engine into HB, it could do whatever you wanted as long as the API would allow it. Again this could be solved with nicely written UDF's.

      So you should rather ask community start making UDF's making the trivial tasks as simple as possible.
       
      Last edited: Feb 7, 2010
    18. morgalis

      morgalis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      0
      Trophy Points:
      0
      I did too ...

      But few coders isnt a community ...... what i am asking is:

      1.Easy to implement.
      2.Easy to use to many people
      3.Community will grow much more
      4.Some coders will be rewarded for this.

      Now all the fights depends from C# coders like the days of glider , zolofighter was way better then that . Why ? alot of scripting was done.
       
    19. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      I think the results of the poll speak for itself.
       
    20. khurune

      khurune Member

      Joined:
      Jan 15, 2010
      Messages:
      836
      Likes Received:
      4
      Trophy Points:
      18
      qft..........
       

    Share This Page