skotlex
|
827f003768
- Fixed standing up not really standing you up.
|
hace 19 años |
skotlex
|
1839d33ce7
- Kaite now works against all types of spells.
|
hace 19 años |
reddozen
|
29db2f4743
added support to regulate MVP drops [Reddozen]
|
hace 19 años |
skotlex
|
f95ab0abbe
- If someone is expulsed from a guild while the guild storage is open, it will be auto-closed now.
|
hace 19 años |
skotlex
|
ffea9656f8
- Removed attack_type from sd->state structure (it's only use was for soul-drain!)
|
hace 19 años |
Lupus
|
cdffe16fba
fixed STEAL. now working
|
hace 19 años |
Lupus
|
687b2210a7
Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tries' to set max number of stealing tries. It could help to fix stealing exploit on mobs with few drops
|
hace 19 años |
skotlex
|
552bc8752c
- Clones can't be class-changed now
|
hace 19 años |
skotlex
|
6469df410d
- Removed the sending of the online guild list when you log-on, may fix the "getting stuck" problem.
|
hace 19 años |
skotlex
|
1a3d6004c5
- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")
|
hace 19 años |
skotlex
|
af55aa1e6e
- Updated item_db.sql to current.
|
hace 19 años |
skotlex
|
d66d94cd80
- Item use interval is set to a default of 100ms now.
|
hace 19 años |
skotlex
|
d44188210b
- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag to determine what to erase. &1 for elemental fields, &2 for traps. Also rewrote how it works to prevent missing elements (since each time an element is erased, the array contents shift)
|
hace 19 años |
skotlex
|
3f18944b8d
- When battle_damage's flag is &2, the flag 3 is passed to mob_damage so that it won't give exp nor items. NPC_SUICIDE was updated to reflect this.
|
hace 19 años |
skotlex
|
72faf33f97
- Added new column to mob_db Sprite_Name to hold the mob's sprite name. Columns Name and JName now hold the mob's english and kro names respectively.
|
hace 19 años |
skotlex
|
47d5784da3
- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.
|
hace 19 años |
skotlex
|
3ffd7ebdb9
- Updated the HP/SP leech structures to have race-data attached to them.
|
hace 19 años |
skotlex
|
63eec80717
- Added support for n to specify minutes to @charban.
|
hace 19 años |
skotlex
|
6ec369963a
- skill_clear_unitgroup is now invoked in unit_remove_map only on death if the applicable battle setting is set. It is now also invoked in unit_free.
|
hace 19 años |
skotlex
|
9aa86f86e4
- Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack
|
hace 19 años |
skotlex
|
d29c6d8a27
- Simplified the mob-drops structure by using a single timer with a linked list of drops instead of separate timers for each drop.
|
hace 19 años |
skotlex
|
df06ad84f3
- Fixed Landmine's level 1 duration.
|
hace 19 años |
skotlex
|
a489ed4364
- Changed clif_damage/clif_skill_damage to return the walk-delay based on the passed on damage-delay.
|
hace 19 años |
skotlex
|
58be7c433b
- You don't get critical'ed when in counter-attack stance anymore.
|
hace 19 años |
skotlex
|
0ef81c9d08
- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS TESTING
|
hace 19 años |
skotlex
|
5e1c234759
- Modified battle_check_range to do a path-check on distances less than 2 (rather than 3) to avoid being able to hit through walls.
|
hace 19 años |
skotlex
|
42c6f89d86
- Multiple optimizations to the unit_data auto-chase upgrade, also simplified the mob and pet ai routines.
|
hace 19 años |
skotlex
|
3faa5d199f
- Changed the default of multi_hit_delay from 230 to 80 which seems more official.
|
hace 19 años |
skotlex
|
3b5c9e1f78
- Moved the devotion damage reduction to the block that only executes if flag is zero in battle_damage.
|
hace 19 años |
skotlex
|
bb95eb8e36
- Modified the ammo checks so that ammo is consumed at the end of battle_calc_weapon_attack (should fix element being lost on final arrow).
|
hace 19 años |