skotlex
|
34eeb7cd5b
- Added a check to remove exp-even-share when someone leaves a party.
|
19 years ago |
skotlex
|
76b9ca2fc1
- Fixed an error in the layout initialization of ice-wall. Thanks to Named for pointing it out.
|
19 years ago |
skotlex
|
d336815c66
- Added function clif_changetraplook to handle changing the appearance of traps as they are triggered (rather than using clif_changelook which is meant for view_data objects)
|
19 years ago |
skotlex
|
27e01b2442
- Fixed berserk not raising your HP to your new cap.
|
19 years ago |
skotlex
|
b11e202bc2
- Fixed a few functions sending a negative ID for disguised characters (such as clif_specialeffect) which very likely produced client crashes.
|
19 years ago |
skotlex
|
86cebfbf10
- Fixes to the mob_ai routines. Prevent casting rude-attacked skills in situations that shouldn't be considered as so. Fixed mobs failing to chase after enemies when range-attacked out of their view_range.
|
19 years ago |
Lance
|
85843bfe0f
* Should not exit when you can't find an NPC file..
|
19 years ago |
Lance
|
63eb37dc33
typo
|
19 years ago |
Lance
|
dcc37512f0
bl.subtype check.
|
19 years ago |
Lance
|
008b473603
Fixed the dynamic shop system memory allocation and id_db problem. Added sample script.
|
19 years ago |
Lance
|
e051037bce
* Dynamic shops support with script callback. (needs testing)
|
19 years ago |
skotlex
|
dde6f4f5f1
- Cleaned up and fixed @where command.
|
19 years ago |
Lance
|
26864e6c9e
Asssuming only __WIN32 (VC++) doesn't have strtok_r.
|
19 years ago |
Lance
|
f2e352bb0f
* Fixed compiler warnings.
|
19 years ago |
skotlex
|
da1e588b9a
- Fixed pc_setpos sending you to a random direction when the target tile was stacked (CELL_NOSTACK mod)
|
19 years ago |
skotlex
|
376fa9d3e7
- Fixed standing up no really making you stand up.
|
19 years ago |
skotlex
|
c10891c7b9
- Added upgrade_svn5834.sql to update view for item type 10.
|
19 years ago |
skotlex
|
e9c44b50c8
- Added structure view_data to handle sprite information for all characters (equipment, weapons, hair, dyes, etc). Unified a bunch of clif functions now that you only need to handle the view_data (so instead of clif_spawn[pc/mob/npc/pet] you just have clif_spawn)
|
19 years ago |
Lance
|
343deba71c
* April fool! Improved soundeffectall script command. (No, this is not a lie)
|
19 years ago |
skotlex
|
a1eabcc481
- Fixed skill_require_db loading.
|
19 years ago |
skotlex
|
ab0693cbcf
- Changed the terminology from arrow to ammo for the last update.
|
19 years ago |
skotlex
|
b1a0b58110
- Changed the look field of all arrows to 1.
|
19 years ago |
skotlex
|
e19503185b
- Fixed an infinite recursion in the Wedding Recall skills.
|
19 years ago |
zido
|
3fe10a51be
Started work on commands for the IRC Bot.
|
19 years ago |
skotlex
|
248e4968c7
- Cleaned up battle_check_target to use the jA structure defines and get rid of the is_duel variable.
|
19 years ago |
skotlex
|
361d4018ee
- Adjusted the range of Wall of Fog to 9 and Spider Web to 7
|
19 years ago |
Lance
|
140e77689e
* Should fix a bug in GM stealth mode (@hide).
|
19 years ago |
Vicious
|
5f47b44b04
5 kafra passes, fixed refiner's @fullprice, char_name_option
|
19 years ago |
skotlex
|
a36dcfd0ac
- Added a missing "return 0" that fixes a crash on failed lookups on status_change_timer
|
19 years ago |
foruken
|
57ce40d17a
Added year day return in gettime function. gettime(8) returns 1~366
|
19 years ago |