EQ2EMu/EQ2
image 81aa1f23e3 LUA SpawnSet and SpellHeal updates
SpawnSet(NPC, "skin_color", "255 0 0", false, true)

skin_color takes in 3 arguments as a string, R G B
two new parameters after value:
- no_update, when set to true (default false, its an inverse flag of send_update) we will not send update of spawn changes
- temporary_flag, when set to true database is not update (default false again to keep compat with LUA scripts).

SpellHeal(Spawn, "heal", min, max, NPC, 0, 0, "New Spell Name")
2020-09-04 07:31:07 -04:00
..
devtools Exe/Binary update for model viewer 2020-08-22 23:08:24 -04:00
docs Base 2020-02-28 09:17:24 -05:00
source LUA SpawnSet and SpellHeal updates 2020-09-04 07:31:07 -04:00
utils Update git to allow dll and lib 2020-02-28 10:31:46 -05:00
win Support for BestZ / Line of Sight / navmesh pathing 2020-04-05 23:29:43 -04:00