EQ2EMu/EQ2
Image 1bd2cbf596 Code updates for auriga
RULE_INIT(R_Player, MentorItemDecayRate, ".05"); // 5% per level lost when mentoring
mentoring now lowers the item stats although display needs work to display lowered stat value (higher stat value)

reordering some of the mutex locks for info/pos/vis to avoid deadlocking (still a few more to address)
Added StopMovement(Spawn) for NPCs in a movement loop, purges movement loop and stops npc at position
indestructable items supported
appearance items limited to appearance only

makeadmin charname status added to console commands (windows)

fixed "used" to allow removal of an item without crashing the world.  The function can return a value less than 0 to omit from calling RemoveItem or decrementing the charges by code.  Having no return (0) or any return larger than 0 means we will try to code decrement the item if it is still there.
2021-04-08 08:25:27 -04:00
..
devtools PDB and EXE updates for Movement Loop Generator 2021-03-16 16:12:11 -04:00
docs Base 2020-02-28 09:17:24 -05:00
source Code updates for auriga 2021-04-08 08:25:27 -04:00
utils Update git to allow dll and lib 2020-02-28 10:31:46 -05:00
win eq2world project update for LUA + debug mode (better tracing) 2020-12-20 17:47:32 -05:00