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.
|
19 anni fa |
skotlex
|
6fff5230e5
- Moved the mapflag skill restrictions from skill_checkcondition to skillnotok, this makes auto-spells not work in maps where they aren't allowed.
|
19 anni fa |
skotlex
|
f983dc57c3
- Modified and simplified the random item group format. It now is <GroupID>,<ItemID>,<Rate>, where Rate normally is 1, greater numbers is the equivalent of adding the line multiple times.
|
19 anni fa |
skotlex
|
5c222891f3
- Added script command escape_sql. It will return an escaped string for use in the sql_query script command (in case you want to use input of players in your queries).
|
19 anni fa |
skotlex
|
9f19b5cfdc
- Fixed skill_delayfix not altering delay at all after you reached 150.
|
19 anni fa |
skotlex
|
47d5784da3
- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.
|
19 anni fa |
skotlex
|
3ffd7ebdb9
- Updated the HP/SP leech structures to have race-data attached to them.
|
19 anni fa |
skotlex
|
91b4a76cbd
- Cleaned up a bunch of GS/NJ skills
|
19 anni fa |
skotlex
|
6b9fd3cf04
- Removed message 592 from trade.c
|
19 anni fa |
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.
|
19 anni fa |
skotlex
|
7beb5f23c3
- Fixed TK_RUN having a cast-bar when attempting to stop-running and generating timer_delete errors when halting as well.
|
19 anni fa |
skotlex
|
3522a7f83e
- Fixed Magnum break's animation not showing if the fire-elemental bonus did not start.
|
19 anni fa |
skotlex
|
1380ed55d3
- Fixed wrong check of Deluge + Suiton which broke the water-requirement check for skills.
|
19 anni fa |
skotlex
|
5b9305fe41
- Removed the ->prev != NULL checks in skill_attack due to the fact that the code should check elsewhere how it should behave (eg: if traps are not cleared on death, stepping on one afterwards SHOULD cause damage)
|
19 anni fa |
skotlex
|
b59b68509f
- Halved the aftercast delay of auto-casted spells.
|
19 anni fa |
skotlex
|
0a5c14f801
- Changed slave chasing from using unit_walktobl to map_search_freecell + unit_walktoxy, since the previous behaviour makes all slaves always end up on the same cell.
|
19 anni fa |
skotlex
|
503a7759d0
- Added cast time to pick stone of 3 secs and 500ms delay
|
19 anni fa |
skotlex
|
df06ad84f3
- Fixed Landmine's level 1 duration.
|
19 anni fa |
skotlex
|
a489ed4364
- Changed clif_damage/clif_skill_damage to return the walk-delay based on the passed on damage-delay.
|
19 anni fa |
skotlex
|
3a0621b9ae
- Added ers handling for skill_timerskill structures.
|
19 anni fa |
skotlex
|
0ef81c9d08
- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS TESTING
|
19 anni fa |
skotlex
|
c8ad3fbc64
- Fixed Looted items always dropping in quantities of 1.
|
19 anni fa |
skotlex
|
42c6f89d86
- Multiple optimizations to the unit_data auto-chase upgrade, also simplified the mob and pet ai routines.
|
19 anni fa |
skotlex
|
e8a8c8fbb9
- Added the missing last_thinktime initialization to pets.
|
19 anni fa |
skotlex
|
3851b1299d
- Fixed @npcmove not sending the correct packets to make the moving refresh client-side.
|
19 anni fa |
skotlex
|
0ed5d38cdd
- Small code cleanups. One should lower a bit function overhead when using mob_ai&32
|
19 anni fa |
skotlex
|
3faa5d199f
- Changed the default of multi_hit_delay from 230 to 80 which seems more official.
|
19 anni fa |
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.
|
19 anni fa |
skotlex
|
3b5c9e1f78
- Moved the devotion damage reduction to the block that only executes if flag is zero in battle_damage.
|
19 anni fa |
skotlex
|
0837bb4f38
- Added missing creation/destruction of the expcache_ers in guild.c
|
19 anni fa |