Emagi
|
4278a968c9
fix mobs not setting their start hp/power, oops
|
6 mesi fa |
Emagi
|
02f6f2a1af
Fix #520 add hate-threat messages to dof client, fix modify hp and power to not reset on calculatebonuses for spells
|
6 mesi fa |
Emagi
|
d1af2ec649
fix modify max power and health from duplicating on a mob when the base mob values are extremely low
|
6 mesi fa |
Emagi
|
f9ddc49fcd
- Fix #560 - DoF Trade Support! Works cross client to AoM, restricted to 6 slots when trading with DoF. WorldStructs.xml updated!
|
6 mesi fa |
Emagi
|
dbe82f8eff
remove somewhat duplicate directory of upper case Generic
|
6 mesi fa |
Emagi
|
e9a71e11ad
file wasnt saved whoops!
|
6 mesi fa |
Emagi
|
f58e08a922
Fix spawn add new command to work again, fix spawn set hp and power to set the total base values to enforce to DB
|
6 mesi fa |
Emagi
|
ec91d3a69f
fix overwriting default database hp and power values with spawn set
|
6 mesi fa |
Emagi
|
60a9c87312
Add a max concentration base and allow support of the DB entry for players, try to restrict the concentration from overflowing the integer
|
6 mesi fa |
Emagi
|
422c34e566
Make lua functions ModifyMaxHP and ModifyMaxPower usable
|
6 mesi fa |
Emagi
|
5d80136092
restore ability to set custom spell errors on precast, return { cast_allowed_boolean, cast_error_num }, eg return { false, 1 } will not allow casting and return not enough knowledge
|
6 mesi fa |
Emagi
|
92ca3bac38
resolve the precast not stopping spell cast
|
6 mesi fa |
Emagi
|
c98a2997d7
Do not call lua functions that do not exist for spells, causes crashes
|
6 mesi fa |
devn00b
|
34b588c370
Sync Lua from dev server to git
|
6 mesi fa |
Emagi
|
231c866c2c
restrict spell state assignment during deletion of spells
|
6 mesi fa |
Emagi
|
d9d2121b62
Merge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu
|
6 mesi fa |
Emagi
|
c1e8768769
- Fix #528 - IMMUNITY_TYPE_STRIKETHROUGH type 10 for AddImmunitySpell and like functions
|
6 mesi fa |
devn00b
|
891ced632e
Windows EXE Update
|
7 mesi fa |
Emagi
|
4383e6b20a
fix log message had extra %s
|
7 mesi fa |
Emagi
|
1c94d68116
- Fix #554 - Weight support
|
7 mesi fa |
image
|
5a791384a9
Merge branch 'nellag/database-result-optimisations' of devn00b/EQ2EMu into master
|
7 mesi fa |
Emagi
|
a7ea8f9569
reverse this code as it should no longer be needed due to 5fba62654e2c0fc859611b0555e370e057a877db
|
7 mesi fa |
Nellag
|
dc552fc9f6
Core/Database: Optimised Database::StoreResult by using a map of field names to indices instead of a char pointer array. Issue #559
|
7 mesi fa |
Emagi
|
f66d687bfe
Merge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu
|
7 mesi fa |
Emagi
|
ff9eb3dd94
Fixed some mistakes on the iterator handling for spawn script timers
|
7 mesi fa |
Devn00b
|
a72149f6ab
Update Windows EXE
|
7 mesi fa |
Emagi
|
5fba62654e
Address corner case with GM commands crashing server
|
7 mesi fa |
Emagi
|
8b394e1fa7
Try to address hangups with reload spawns win larger zones
|
7 mesi fa |
Emagi
|
518096f8cf
this was forgotten the other day
|
7 mesi fa |
Emagi
|
93fe6b750e
stopping spawn script timers will be avoided on zone shutdown to avoid deadlock, we have cleanup later in the function calls
|
7 mesi fa |