![]() |
Writing D2JSP scripts - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: Writing D2JSP scripts (/thread-14020.html) |
Writing D2JSP scripts - BreCalmor - 01-10-2005 Is there a developers guide to writing these scripts or does everyone just figure it out? Thanks, Bre Writing D2JSP scripts - Bolong - 01-10-2005 they use c langauge... those guys r just really gifted lol... Writing D2JSP scripts - BreCalmor - 01-10-2005 Well, I guess my question revolves around the functions, not the language itself. I see a lot of functions in there but no rhyme or reason as to how they are called. Writing D2JSP scripts - Bolong - 01-10-2005 well ya the best way to make this script is to do 1 task/function at a time, make it work then go to the next task.. like the potion looping, thats 1 function etc.. & those functions are like variables, like if u wna do a meph run, ur gonna remove "//" to run it, meaning ur changing it from being a comment to a declaration of a function... then it will be called to the main script to do its task.. if u know c ull understand the script Writing D2JSP scripts - BreCalmor - 01-10-2005 Found it on the D2JSP site, must have missed it the first go 'round. http://www.d2jsp.org/commandref/index.php |