Advertisement
kolton

Untitled

May 18th, 2012
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. ---- KOLBOT ----
  2. D2BotChannel.dbj, D2BotFollow.dbj, D2BotLead.dbj - code consolidation, cleanup, jslint, added heartbeat
  3. default.dbj - Code rearrangement, don't drop items when running UserAddon, fixed dclone event call
  4. NTItemAlias.dbl - fixed charged essence of hatred alias
  5. AutoBaal.js - quit when baal dies
  6. Baal.js / BaalHelper.js - experimental doll avoid for hammerdins, quit on dolls, use cleansing, wait a bit before preattacking
  7. Diablo.js - code cleanup, open last seal after killing infector
  8. DiabloHelper.js - fixed boss names for preattack function
  9. FastDiablo.js - jslinted code
  10. KurastChests.js - added sewers 1 and 2, able to run any combination of the 4 kurast areas
  11. MFHelper.js - added delays to prevent some bugs
  12. Mephisto.js - more experimenting with meph attack for sorcs
  13. Pindleskin.js / Nihlathak.js - added quit on vipers
  14. UserAddon.js - added character config create hotkey
  15. Wakka.js - quit when diablo dies, coord tweak
  16. Attack.js - removed debug prints, improved room sorting in clearLevel(), changed dodge coord handling, improved getIntoPosition()
  17. Amazon.js - arrow/bolt check between attacks, farcast charged strike, merc stomp, merc watch
  18. Barbarian.js - merc watch, ww improvement, item find recursion fix
  19. Assassin.js / Druid.js / Necromancer.js - merc watch
  20. Paladin.js - merc watch, doll avoid, hammer positioning tweaks
  21. Sorceress.js - merc watch
  22. Config.js - added config variables for max game time, merc watch, field ID, cain ID, doll avoid, viper quit, doll quit, kurast chests and shop bot
  23. Loader.js - code cleanup + jslint
  24. Misc.js - openChest tweak, townCheck open tp after going back if public mode is on
  25. Pather.js - removed debug code, exit code tweak, door code tweak
  26. Pickit.js - fixed potion pickup, added field ID, fixed fast pickit, removed debug prints
  27. Prototypes.js - openMenu and startTrade delay tweaks to reduce crashes, removed extra code, affix function tweaks
  28. Town.js - added field ID, cain ID, removed debug prints, added delay to fillTome to address tp scroll/tome bugs, remember old tp tome position when selling/buying tp tome (when identifying with scrolls with filled inventory), identifyItem delay tweak, added delays after item.sell() calls - this fixes gambling, fixed item repair code, getCorpse rewrite
  29.  
  30. Character config edits:
  31. Leech scripts moved to one place - leech section
  32. added config options:
  33. Config.Mausoleum.ClearCrypt
  34. Config.KurastChests.LowerKurast
  35. Config.KurastChests.Sewers1
  36. Config.KurastChests.Sewers2
  37. Config.Pindleskin.ViperQuit
  38. Config.Nihlathak.ViperQuit
  39. Scripts.Rusher
  40. Scripts.ShopBot
  41. Config.ShopBot.ShopNPC
  42. Config.ShopBot.ScanIDs
  43. Config.MercWatch
  44. Config.CainID.Enable
  45. Config.CainID.MinGold
  46. Config.CainID.MinUnids
  47. Config.FieldID
  48. Config.MaxGameTime
  49. Config.TeleSwitch
  50. Config.TeleStomp (some configs)
  51. Paladin.js
  52. Config.AvoidDolls
  53.  
  54. Added new scripts:
  55. Rusher.js - Rush bot
  56. RushThread.js - Rush bot helper thread
  57. ShopBot.js - Fast shopbot
  58.  
  59. Added new pickits:
  60. pots.nip
  61. shopbot.nip
  62.  
  63. ---- D2BOT# ----
  64. Support for 1kb cdkeys made with new Serby's key maker!
  65. Support for raw cdkeys (16-digit)
  66. Added scheduling
  67. Added -L parameter for 'loader only' option (won't start d2bs engine and won't minimize d2)
  68. Limited profile names to 14 symbols to avoid crashes
  69. Added heartbeat system to restart d2 if d2bs stops responding or doesn't get injected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement