Lance
|
a71b9f858b
* Temperory replaced strtoll to strtoul until the function changes.
|
vor 19 Jahren |
skotlex
|
42c6f89d86
- Multiple optimizations to the unit_data auto-chase upgrade, also simplified the mob and pet ai routines.
|
vor 19 Jahren |
skotlex
|
3acdfa691b
- Finished fixing the unit_data auto-case update. Still need to do some optimizations... but the current code-base should be usable.
|
vor 19 Jahren |
skotlex
|
e68983a063
- Fixes to the unit_data update that lets characters auto-chase while attacking.
|
vor 19 Jahren |
skotlex
|
418c98ea0a
- Modified the unit_data structure to handle automatically switching between chasing and attacking a character. Note that it's a work in progress and not yet properly tested/finished...
|
vor 19 Jahren |
skotlex
|
b6fa7be9e9
- Updated the subnet support to not require specifying the subnet mask, it is auto-acquired from the char/map IP and the subnet-mask.
|
vor 19 Jahren |
Lupus
|
5881a458b2
fixed refiner items check
|
vor 19 Jahren |
skotlex
|
e8a8c8fbb9
- Added the missing last_thinktime initialization to pets.
|
vor 19 Jahren |
skotlex
|
db62926e5b
- Changed use of strtol to strtoll as strtol's result is just a signed int, and we need to parse values above 0x7FFFFFFF
|
vor 19 Jahren |
skotlex
|
3954b070de
- Modified @warp/@rura to prevent causing pc_setpos position error messages.
|
vor 19 Jahren |
skotlex
|
3851b1299d
- Fixed @npcmove not sending the correct packets to make the moving refresh client-side.
|
vor 19 Jahren |
skotlex
|
0ed5d38cdd
- Small code cleanups. One should lower a bit function overhead when using mob_ai&32
|
vor 19 Jahren |
Lance
|
d955a685c3
* Fixed map_waterheight prefixing extra "data\"
|
vor 19 Jahren |
skotlex
|
b810c3cefb
- Mob_ai update. The attacked checks will trigger even if the mob can't move. Being attacked while the mob can't move no longer will trigger rude-attacked skills.
|
vor 19 Jahren |
skotlex
|
3faa5d199f
- Changed the default of multi_hit_delay from 230 to 80 which seems more official.
|
vor 19 Jahren |
skotlex
|
1f0de23255
- Fixed skill_nocast_db reading so that when the same skill is specified multiple times, the blocked effects add up instead of replacing each other.
|
vor 19 Jahren |
skotlex
|
07c8dd3902
- Fixed @movenpc
|
vor 19 Jahren |
Zido
|
cb78101f64
- The IRC bot now reads a configuration file (irc.c) instead of it all being hardcoded
|
vor 19 Jahren |
Zido
|
2113db40cb
- Wedding Sprites fixed
|
vor 19 Jahren |
Vicious
|
05486873e6
fixed job changer
|
vor 19 Jahren |
Zido
|
4287764b5d
- Fixed irc.c, no more crashes
|
vor 19 Jahren |
skotlex
|
8f20e263b2
- Added function status_change_init to initialize all the sc timers. Added sc_data initialization to the npc structures who were missing them.
|
vor 19 Jahren |
skotlex
|
38bd5b5675
- Likely fixed a mob not returning to their original class view on respawn after they changed class.
|
vor 19 Jahren |
skotlex
|
7015c8578f
- Modified the equip_job field in the item_db to be a hexadecimal value for easier handling.
|
vor 19 Jahren |
Vicious
|
5e837a9caa
GS related npcs
|
vor 19 Jahren |
skotlex
|
3b5c9e1f78
- Moved the devotion damage reduction to the block that only executes if flag is zero in battle_damage.
|
vor 19 Jahren |
Zido
|
8c9b7356eb
- IRC User access levels now refresh on a mode set and join/part
|
vor 19 Jahren |
skotlex
|
a97e263cd9
- Fixed an already free'd pointer error in irc.c:144
|
vor 19 Jahren |
skotlex
|
0837bb4f38
- Added missing creation/destruction of the expcache_ers in guild.c
|
vor 19 Jahren |
skotlex
|
4dc9cb89ad
- Fixed pc_setpos ignoring the clrtype sent to it.
|
vor 19 Jahren |