ArchMod - Create Your Custom Spells
🟢 Updated this monthPreview

🔍 Analysis
- 🏆 #60 of 65 Spells mods in this game by downloads
📋 About This Mod
Draw magic Runes onto the ground and cast any Spell you like, now fully customizable! Convert any given lua script / mod into your own spell. (Sep 2026)
- []This mod is a work in progress. Everything currently implemented is therefore subject to change.[/]
-
[]This Mod lets you draw runes onto the ground which then get recognized by a pattern recognition algorithm. When you drew the runes right and in the correct sequence you can cast a spell assigned to this sequence. [/]
[]You can add your own, custom spell too if you like![/]
See this Video:
AO2sl5d_-PQ
Installation
-
[]Install UE4SS (Link in the Requirements)[/]
[]Download the "ArchMod (COMPLETE)" version from the files[/]
[]Extract the contents of the archive to your RuneScape game installation directory (like "C:\Program Files
(x86)\Steam\steamapps\common\RSDragonwild[/]
[]When installed correctly, you should see some new files e.g. " C:\Program Files
(x86)\Steam\steamapps\common\RSDragonwilds\RSDragonwilds\Content\Paks\LogicMods\ArchMod.pak""[/]
How to Use?
-
[]Press 'F9' to activate / deactivate drawing Mode[/]
[]Press and Hold Middle Mouse Button to start drawing[/]
[]Press 'E' to cast the runes (Not 'R' as shown in the video!)[/]
Spell: Teleportation (A)
To conjure a Teleportation Portal, draw the following runes:
-
[]Ansuz - lit. "Communication"[/]
[]Othala - lit. "Home" (the starting point)[/]
[]Circle - Containment[/]
Spell: Teleportation (B)
To conjure the other end of the Portal, you need to cast Teleportation (B):
-
[]Ansuz - lit. "Communication"[/]
[]Wunjo - lit. "Destination"[/]
[]Circle - Containment[/]
Spell: Base Disassembly
This spell will destroy all building pieces in the vicinity for 30 seconds. To cast this spell:
-
[]Othala - lit. "Home"[/]
[]Hagalaz - lit. "Change"[/]
[]Jera - lit. "Destruction"[/]
[]Circle - Containment[/]
See this Video for functionaility:
Xy1pR1T8chE
Adding Your Own Custom Spell
-
[]You can add your own spell by adding another if-clause directly to the spell_caster_basictome.lua (see Details below), with your custom sequence and effect.[/]
[]Choose between various different Spell effects by calling BasicTomeMod_SpawnAura(...) (see detailed lua in mod)[/]
Below some detailed explanations. The most important thing to keep in mind is to
-
[]... draw straight lines wherever possible[/]
[]... try to close your shapes, e.g. if you draw a rectangle, its better to overlap the ending than not to close the shape[/]
[]... draw reasonably big. That way the algorithm has a better understanding of your shape.[/]
[]... draw clockwise if you can. Altough the algorithm should also recognize shapes drawn in reverse.[/]
[]... draw all runes within one single stroke[/]
Othala Rune
You can modify the spell sequence by editing the .lua files directly (spell_caster_basictome.lua) - just modify the "Sequence":
local caster_events_basictome = {}
function caster_events_basictome.init(ModName, Settings)
RegisterCustomEvent("BasicTomeMod_OnCast", function(Context, ActorRef, SequenceRef)
local Actor = ActorRef:get()
local Sequence = SequenceRef:get():ToString()
📊 Mod Details
- Game
- Runescapedragonwilds Mods
- Author
- z0xw1l
- Version
- 0.1.2
- Downloads
- 50
- Endorsements
- 0
- Category
- Spells
- Created
- 2/21/2026
- Updated
- 9/21/2026
🔧 How to Install RuneScape: Dragonwilds Mods
Install via a mod manager (Vortex or Mod Organizer 2). Most mods drop into the game folder.
📖 Full step-by-step install guide for RuneScape: Dragonwilds →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for RuneScape: Dragonwilds commands, item IDs, and more.
Keep browsing — more RuneScape: Dragonwilds mods await