skotlex
|
74e263086a
- Applied Rayce's suggestion to improve the script hash size usage. eA now uses a hash of 1024.
|
18 vuotta sitten |
skotlex
|
cd14e36a68
- Full Buster's auto-blind chance is now reducable by stats/items.
|
18 vuotta sitten |
skotlex
|
b6dbcc39c9
- Fixed some warnings
|
18 vuotta sitten |
skotlex
|
58bb9be68a
- Cleaned up some more the code so it works for -DTURBO
|
18 vuotta sitten |
FlavioJS
|
dd92bd13fd
- a couple of warnings fixed
|
18 vuotta sitten |
FlavioJS
|
8751fbd631
- Fixed buildin_getscrate, thanks Trancid.
|
18 vuotta sitten |
FlavioJS
|
60e3d1b499
- Applied part 1 of TheUltraMage's socket cleanup.
|
18 vuotta sitten |
FlavioJS
|
266f66cfff
- Applied the rest of Rayce's suggestions and fixes (http://www.eathena.ws/board/index.php?showtopic=129185)
|
18 vuotta sitten |
KarLaeda
|
2f7bd25279
Small fir for changeset 9539
|
18 vuotta sitten |
Playtester
|
b334bf37d7
Fixed some autospell bonuses thanks to NLZ
|
18 vuotta sitten |
FlavioJS
|
11cb7227b2
- Fallback for parenthesis argument lists in the script engine. "func (exp) , ..." is valid again.
|
18 vuotta sitten |
FlavioJS
|
4f69a66df6
- Merged START_ACCOUNT_NUM and END_ACCOUNT_NUM moved from login.h to mmo.h
|
18 vuotta sitten |
FlavioJS
|
52245f90b9
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined.
|
18 vuotta sitten |
Playtester
|
a71f591edf
Fixed Mutant Dragonoid Card
|
18 vuotta sitten |
skotlex
|
fa1c4b2e47
- Simplified the global function "getJobName"
|
18 vuotta sitten |
skotlex
|
2208728178
- Added support for the new "make new char" packet that has the rename button data. Thanks to Sara-chan for the format change update.
|
18 vuotta sitten |
FlavioJS
|
e75a8eca56
- Change strncpy to memcpy when parsing switches in the script engine since it's guaranteed to be a word of that size (skip_word).
|
18 vuotta sitten |
Playtester
|
01f8edfa6e
Updated Bows
|
18 vuotta sitten |
Playtester
|
dbf52cec16
Raised range of Gatling and Grenade Launcher to 9
|
18 vuotta sitten |
skotlex
|
6e0309bb2c
- Applied Rayce's suggestions and fixes to the script engine (http://www.eathena.ws/board/index.php?showtopic=129185)
|
18 vuotta sitten |
skotlex
|
afd7345d86
- Some cleaning to the character deletion code.
|
18 vuotta sitten |
Playtester
|
976eccac9c
Updated two handed weapons
|
18 vuotta sitten |
skotlex
|
39a8fa2eb6
- Changed a certain snprintf to strncpy, you really really really REALLY shouldn't use snprintf with a format argument that may contain unpredictable string sequences!
|
18 vuotta sitten |
skotlex
|
6e34fdb6ed
- Added back cropping the attack delay to attack motion for those weird mobs that have a aDelay less than their aMotion time.
|
18 vuotta sitten |
FlavioJS
|
45036c5c06
- readded the >=0x81 equivalent until I figure out where the script engine is 'being naughty' O.o
|
18 vuotta sitten |
FlavioJS
|
cab81204c6
ups... damn it...
|
18 vuotta sitten |
FlavioJS
|
a2021e550b
- Added a 1-node cache to db. Removed party_cache and guild_cache since now the database has a cache.
|
18 vuotta sitten |
FlavioJS
|
15258dfdb0
- Moved md5calc to common
|
18 vuotta sitten |
Playtester
|
eb46c3aadc
* NPC_CHANGEUNDEAD is now "target" for all mobs
|
18 vuotta sitten |
KarLaeda
|
6676ebcadb
Fixed #endif instead of #else
|
18 vuotta sitten |