Automated dungeons: Bouftou, Gelée, Craqueleur, Forgeron
Updated on 8/18/2026
Running dungeons in a loop is the most intensive way to generate resources and kamas on Dofus Retro. A dungeon script clears rooms one by one, handles combat, captures souls if needed, and returns to deposit the loot.
How a dungeon script works
The script follows a fixed path room by room. In each room, it triggers combat, applies a positioning and spell artificial intelligence, waits for the end, and moves on to the next. At the boss, it finishes, exits, and starts over as long as keys remain.
The trickiest part is combat: initial positioning often determines the outcome. Proper AI chooses the cell that hits the maximum number of enemies while staying out of immediate range.
The most automated dungeons
- •Bouftou: accessible very early, ideal for starting out and testing the setup
- •Gelée: good resource yield, Royal Jelly capture possible
- •Craqueleur: profitable, capture of all rooms
- •Forgeron (level 58 and above): raw kamas at the end of the dungeon
- •Arena: looping capture of monsters and bosses
Prerequisites not to be overlooked
Most dungeon scripts are written for a specific class — often Sadida for area control — with precise spell levels. Using another character requires reconfiguring the spells in the combat settings.
Also plan for healing food and consumables: a script that dies repeatedly loses more time than it saves.
Frequently asked questions
Do you need to be in a group?
Some dungeons can be cleared solo with a well-built character; others require a group. The leader/followers group mode is supported in the application.
Can you modify a purchased script?
The parameters exposed by the author (spells, cells, thresholds) can be modified from the application or the website. The rest of the code remains protected.