mirror of
https://github.com/araxiaonline/Traumas.git
synced 2026-06-13 02:12:20 -04:00
1.1 KiB
1.1 KiB
Traumas
Contents
Traumas
Just a stupid custom spell trigger system
Concept
Damage dealt may cause negative effects, which will only get worse...
Technical Side
- A unit script (spells)
- Currently 5 base and 5 chained effects (10 spells total)
- Using entries 455000-455200 in Spell.dbc,
spell_linked_spell,spell_proc - Expected client locale: enGB
Installation
- Download Files
- For client: move
patch-enGB-4.MPQinto/Data/enGBfolder - For dbc: move provided
Spell.dbcto your/dbcfolder or apply provided patch (created using MyDbc Editor ver. 1.2.2) - For script: move
traumas.cppfile into/src/server/scripts/Customfolder and use diff to update other files - For DB: apply
traumas_world.sqlto yourworldDB