skotlex
|
405f4633ec
- Moved the duel functions to pc.c since they are so totally out of place in atcommand.c
|
18 gadi atpakaļ |
skotlex
|
9ef52ebac7
- Added a check to prevent casting ground skills on a target and vice-versa when said skill use packets are received. It really shouldn't be exploitable, but doing that certainly makes the server print a lot of "unknown skill used!" messages.
|
18 gadi atpakaļ |
skotlex
|
cd482bed77
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the variable arguments into a double va_arg list. Thanks to the Ultra Mage for the tip.
|
18 gadi atpakaļ |
skotlex
|
eee1baf718
- Ganbantein's delay is now 2 secs.
|
18 gadi atpakaļ |
Lance
|
8a5566dc47
modified src/map/clif.c
|
18 gadi atpakaļ |
skotlex
|
f9bca76cd9
- Set the inf2 to encore skills of Wand of Hermode
|
18 gadi atpakaļ |
skotlex
|
3e29770cc9
- Cleaned up some more the event dequeue code, it will no longer clear out the npc_id if there's no events waiting to be executed (why does it clears the npc_id anyway?)
|
18 gadi atpakaļ |
skotlex
|
1107b381bd
- Fixed Charge Atk being able to go through chasm/pits.
|
18 gadi atpakaļ |
skotlex
|
e20dcadea9
- Adjusted UTSUSEMI/BUNSINJYUTSU so that they block range/melee weapon attacks and only melee misc attacks. This isn't 100% correct, but it's a better approximation to the way these skills behave.
|
18 gadi atpakaļ |
Vicious
|
c16645f3d3
Homun info window to display crit value
|
18 gadi atpakaļ |
skotlex
|
0a23841806
- Disabling status abnormalities will now reset a mob's target.
|
18 gadi atpakaļ |
skotlex
|
b32fa6c1cb
- Now you can trade while in a chatroom.
|
18 gadi atpakaļ |
skotlex
|
0bae404bb9
- Bowling bash now always hits twice regardless of situation.
|
18 gadi atpakaļ |
skotlex
|
7c8ec5366e
- Reverted declaration of run_script to normal since it appears there's no longer any memory leaks related to it.
|
18 gadi atpakaļ |
skotlex
|
54f5c903d5
- Disabled again client-self-muting since it's causing too much trouble.
|
18 gadi atpakaļ |
skotlex
|
2653525969
- Removed config setting allow_atcommand_when_mute as it's no longer used (see manner_system in misc.conf for it's replacement)
|
18 gadi atpakaļ |
skotlex
|
45d40fd4d0
- Applied FlavioJS's suggestion of expanding WFIFOPOS to also take the direction. This had the side effect of fixing the direction missing from the mob spawn packet, which explains why all npcs face north when you are within sight while doing a @reloadscript.
|
18 gadi atpakaļ |
skotlex
|
361b384e12
- Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was disabled.
|
18 gadi atpakaļ |
skotlex
|
6630ebff98
- Made the report_Src function also report name of non-bl objects.
|
18 gadi atpakaļ |
skotlex
|
97eb6c01f9
- Simplified the code for @storage
|
18 gadi atpakaļ |
skotlex
|
df7e54c3df
- Fixed Spider Web fire damage bonus.
|
18 gadi atpakaļ |
skotlex
|
ee19937202
- Reloading scripts will no longer eliminate mobs with no respawn data. Watch out for duplicating Treasure Boxes?
|
18 gadi atpakaļ |
skotlex
|
81530c4ef9
- Reenabled client requesting to self mute, as the whole knockback packet issues of the past which were causing players to mute themselves when being knockback is no longer there.
|
18 gadi atpakaļ |
skotlex
|
401920c1d8
- Fixed NPC_INVISIBLE's cloak ending after attacking once.
|
18 gadi atpakaļ |
skotlex
|
abec02f1fe
- Added config setting "friend_auto_add" (battle/player.conf), if set, when you accept someone as your friend, both characters will show up on each other's friend list.
|
18 gadi atpakaļ |
skotlex
|
570b52caff
- Fixed the can-act delay never being checked when requesting to use Homunculus Skills. O.O
|
18 gadi atpakaļ |
skotlex
|
1b4521aff2
- Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as reported by Playtester.
|
18 gadi atpakaļ |
skotlex
|
34683f252f
- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so using "yessir" will match "yes", this is actually needed because if you set a config setting to "yes " (notice the trailing space), then the map config engine fails to read it right, and will set the config setting to 0 (no).
|
18 gadi atpakaļ |
skotlex
|
4cd82897d0
- Added a comment explaining what a comment is to login/char/map config files, as well as the main script config file.
|
18 gadi atpakaļ |
skotlex
|
99aca1182b
- Unified the rest and ganstar paradise code into a single function.
|
18 gadi atpakaļ |