No description
c9b3d3aa1d
eg. modify painbringer spell in an item to do more damage than default 3,5 for indexes 2,3 90044 | 1 | 2 | INT | 3 | 0 | 0 90044 | 1 | 3 | INT | 5 | 0 | 0 Spell = GetSpell(90044, 1) SetSpellDataIndex(Spell, 2, 45) SetSpellDataIndex(Spell, 3, 50) CastCustomSpell(Spell, Player, Player) |
||
---|---|---|
cmake | ||
Content | ||
DB/updates | ||
EQ2 | ||
installer | ||
server | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE.md | ||
README.md |
EQ2Emulator Project - ALPHA BUILD
Visit https://www.eq2emu.com for more project details, wiki and server installation instructions.
Building/Compiling
Linux Compile Instructions: On our Wiki
Authors
Project team site at EQ2EMu and ZekLabs
License
This project is licensed under the GNU General Public License - see the LICENSE.md file for details