skotlex
|
c94f569ab5
- Changed the default of skill_add_range to 0, said value now disables skill-range checking when casting ends.
|
19 years ago |
skotlex
|
57ef599e9e
- Corrected the Soul Drain formula, thanks to Haplo for pointing it out.
|
19 years ago |
Lupus
|
443dbc36f2
|
19 years ago |
skotlex
|
85ac518297
- Changed the random warping of mobs with no players from mob_spawn to unit_warp, which prevents MSC_SPAWN from being retriggered for already spawned mobs.
|
19 years ago |
Zephiris
|
e4774765e6
Fixed a typo.
|
19 years ago |
skotlex
|
e030ff6086
- Modified @allstats to prevent negative/overflow issues.
|
19 years ago |
Lupus
|
018db319c5
typo
|
19 years ago |
Lupus
|
3e3ba92164
renamed omobs to mobs, just as in stable. fixed typos
|
19 years ago |
Lupus
|
296f0457f7
added lhz_dun03 nowarpto mapflag
|
19 years ago |
skotlex
|
bec5bce06d
- Small fix in the pet_ai
|
19 years ago |
skotlex
|
3c79b79483
- Fixed an error on the error-message when job_db1 doesn't has enough columns.
|
19 years ago |
skotlex
|
bafbe708b2
- Modified the item_db and added view_types to ammo: 1 arrows, 2 dagger (venom knife), 3 bullets, 4 shells, 5 grenades, 6 shurikens, 7 kunais.
|
19 years ago |
skotlex
|
43dac339d7
- Fixed a compilation error due to a missing semicolon...
|
19 years ago |
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).
|
19 years ago |
Vicious
|
a448ea553e
added missing weapon type, W_HUUMA(or kazema.. but huuma would be more.. correct)
|
19 years ago |
skotlex
|
f3d9444348
- Added a define list for weapon types in pc.h
|
19 years ago |
skotlex
|
7aa1324af3
- Cleaned up the pet_ai_hard_lootsearch function to avoid doing map_id2sd calls.
|
19 years ago |
skotlex
|
add318fc2f
- Some cleanup of clif_parseloadendack, fixed guild-member list being sent on all map-changes.
|
19 years ago |
Lupus
|
19f3bc1e5a
updated item givers!
|
19 years ago |
Lance
|
835bc44c64
|
19 years ago |
Zephiris
|
8a7018deb0
* Added support for the 2006/04/04a Sakexe packet version. [Zephiris]
|
19 years ago |
skotlex
|
491228d9cc
- Added inter config connection_ping_interval which specifies interval in hours at which mysql_ping's must be done on all connection handles to keep the mysql connection alive. Defaults to 0 (disabled)
|
19 years ago |
Lupus
|
819d461660
Added missing Warpra Agent to Hugel. Fixed typo in Falcon Renter
|
19 years ago |
Lupus
|
0e53e9662c
Re-fixed looping warps of Lutie village
|
19 years ago |
skotlex
|
fa1d4e5bf8
- Fixed pc_setpos using unit_remove_map with type 0 instead of 3, which confuses clients and makes them think the character in question is still standing on the spot where it was removed.
|
19 years ago |
skotlex
|
16e8d42194
- Fixed script command mapwarp.
|
19 years ago |
skotlex
|
cbb91afccf
- SC_AUTOCOUNTER now only blocks all attacks/skills when the flag is 0 (attempt to use skill)
|
19 years ago |
skotlex
|
a007ab9457
- Fixed a typo in battle.c (status_get_atk invoked instead of status_get_atk_) for dual wielders.
|
19 years ago |
skotlex
|
8980b04387
- Modified Rude-Attacked behaviour so that such skills only triggers when the rude-attacked count is greater than 3.
|
19 years ago |
skotlex
|
de8f8cb6f7
- Removed the flag variable from the npc_data structure. Disabled NPCs are now handled through nd->sc.option&OPTION_INVISIBLE checks. Should fix disable/enablenpc calls not working.
|
19 years ago |