Coding Resources: Difference between revisions

From Aeglen Coding Guild
Jump to navigation Jump to search
(Created page with "== Basics == Getting started https://dreambot.org/guides/scripter-guide/starting/ Setting up environment https://dreambot.org/guides/scripter-guide/script-dev/installing-jdk/ Pandemic's script tutorial https://dreambot.org/forums/index.php?/topic/25769-dreambot-3-miner-tutorial-part-2/ Scripting 101 https://dreambot.org/forums/index.php?/topic/8530-scripting-101/ Dreambot tutorial subforum https://dreambot.org/forums/index.php?/forum/96-tutorials/ == Example Code =...")
 
No edit summary
 
Line 30: Line 30:


IDs and varbits https://dreambot.org/forums/index.php?/topic/22572-runeliteopenosrs-code-snippets/
IDs and varbits https://dreambot.org/forums/index.php?/topic/22572-runeliteopenosrs-code-snippets/
Item ID search https://www.osrsbox.com/tools/item-search/


== Other ==
== Other ==

Latest revision as of 20:07, 30 May 2026

Basics

Getting started https://dreambot.org/guides/scripter-guide/starting/

Setting up environment https://dreambot.org/guides/scripter-guide/script-dev/installing-jdk/

Pandemic's script tutorial https://dreambot.org/forums/index.php?/topic/25769-dreambot-3-miner-tutorial-part-2/

Scripting 101 https://dreambot.org/forums/index.php?/topic/8530-scripting-101/

Dreambot tutorial subforum https://dreambot.org/forums/index.php?/forum/96-tutorials/

Example Code

GitHub random scripts https://github.com/search?q=dreambot%20scripts&type=repositories

GitHub Nezzima's page https://github.com/Nezzima/DreamBot

Dreambot snippets https://dreambot.org/forums/index.php?/forum/95-snippets/

Resources

JavaDoc API https://dreambot.org/javadocs/overview-summary.html

Pyfa's webnode map https://map.pyfa.dev/webnodes

Explv's map https://explv.github.io/?centreX=3107&centreY=3324&centreZ=0&zoom=7

Meijr's map https://mejrs.github.io/osrs?m=-1&z=-1&p=0&x=3216&y=4677&npc=Corporeal+Beast

IDs and varbits https://dreambot.org/forums/index.php?/topic/22572-runeliteopenosrs-code-snippets/

Other

Basic GUI https://dreambot.org/forums/index.php?/topic/16823-dbui-custom-gui-look-feel-api/

Basic paint https://dreambot.org/forums/index.php?/topic/2910-a-pug-tutorial-all-about-making-the-best-paint/

Windmouse https://dreambot.org/forums/index.php?/topic/21147-windmouse-custom-mouse-movement-algorithm/

Easemouse https://dreambot.org/forums/index.php?/topic/21209-easemouse-another-custom-mouse-movement-algorithm/

TreeScript (beware, noob trap) https://github.com/Dreambotcoder/Tree-script/tree/master

Runelite quest helper https://github.com/Zoinkwiz/quest-helper/tree/master/src/main/java/com/questhelper/helpers/quests

Java course https://java-programming.mooc.fi/