ultramage
|
cc636df44f
Re-phrased the attacker flee/def penalty config descs
|
hace 18 años |
skotlex
|
f4dfd0d8ee
- Removed the include of features.h from the console.c plugin. It is apparently not needed (and it was preventing compilation on FreeBSD)
|
hace 18 años |
skotlex
|
3ef8c87261
- The gain exp from resurrection config will now only work when the revived player has yet to reach the last level (since otherwise it can give quite a lot of exp since the last level exp just keeps piling up)
|
hace 18 años |
skotlex
|
ced5130a7b
- Some cleaning of the castend_map code to prevent the menuskill variable from not being cleared if you made a choice but the skill was not triggered (due to silence, stun or whatever).
|
hace 18 años |
skotlex
|
9d77814b36
- Changed a bit the Moonlit code to prevent an infinite loop
|
hace 18 años |
skotlex
|
3ee61db52f
- Removed Magic Rod's cast bar.
|
hace 18 años |
skotlex
|
9692154429
- Removed function clif_movepc as it's no longer invoked anywhere.
|
hace 18 años |
skotlex
|
e45a007db2
- Corrected the pet/homunc data not being free'd if the player logs out before being authed.
|
hace 18 años |
skotlex
|
cf8685131d
- Minor cleanups
|
hace 18 años |
ultramage
|
49096125fb
Applied a consistent look to all header files (copyright, ifdefs)
|
hace 18 años |
skotlex
|
dddd48f15d
- Modified the "guardian" spawn script command, it no longer receives a "amount" argument (since that only leads to trouble), if the class is negative, it'll pick a random class the same way the monster spawn script command does, and if you pass a spawn position with coordinates equal or less to 0, a random spot in the map will be taken. However you can't use "this" as a map name anymore since these script commands do not need an attached player.
|
hace 18 años |
skotlex
|
3f8bb2d5bb
- Fixed skill usage being blocked if you use Weapon Refine and there is nothing available to upgrade.
|
hace 18 años |
skotlex
|
b09a064281
- Updated the 'unit walk' to functions so they stop your attack if it's possible to walk.
|
hace 18 años |
skotlex
|
d47a0a0d52
- Fixed a bunch of probably incorrect logical comparisons.
|
hace 18 años |
skotlex
|
a23da55db8
- Fixed the flag parameter not working on npcshopattach
|
hace 18 años |
skotlex
|
8ec0ed0d47
- Corrected homunculus's aspd being halved after using some aspd adjusting skill.
|
hace 18 años |
skotlex
|
bc9daa6048
- Added function unit_escape to simplify the run-away code a bit in the mob ai.
|
hace 18 años |
ultramage
|
fbe23f27a2
Undid the memset->malloc_set replacement
|
hace 18 años |
FlavioJS
|
e0399ebb83
* Refer to http://www.eathena.ws/board/index.php?showtopic=130285
|
hace 18 años |
skotlex
|
678096381e
- Skill use is now cancelled when you use it while cloaking, and the uncloaking process warps you.
|
hace 18 años |
skotlex
|
84f8ec45d5
- Modified the skill damage packet and the knockback packets to mimic aegis sent packets for such skills.
|
hace 18 años |
skotlex
|
8b8aa14493
- Renamed the mob mode Cast-Sensor Melee to Cast-Sensor idle since these mobs really should only be cast-sensing when they are not after another target.
|
hace 18 años |
skotlex
|
5036e3591a
- Cleaned up the implementation of map_foreachinmovearea so that the number of arguments passed is less.
|
hace 18 años |
skotlex
|
c22f5854dc
- Now gvg_dungeon mapflag will activate the other mapflags which are required: pvp, pvp_nocalcrank and pvp_noparty/pvp_noguild (they are forced to off if gvg_dungeon is on and viceversa)
|
hace 18 años |
skotlex
|
4f70932567
- Now when a player's "attack once" request fails due to range, the client is told to move to the target to attack it. This sort of fixes the problem of the client SPAMMING the server with attack requests from afar without even approaching the icewall x_X
|
hace 18 años |
skotlex
|
00409a92bb
- Corrected KiriKage's range so it works correctly when used by non-players or when use weapon's range is used.
|
hace 18 años |
skotlex
|
52d0596d42
- Fixed pets/homunc trying to be deleted twice when they had 0 intimacy and their master logs out.
|
hace 18 años |
skotlex
|
12e7c68c78
- You now can't use other skills while a skill-induced "window" is up (teleport, refining, etc). However, be warned that we aren't quite sure how the server will clear this out if you decide to hit cancel on the window, so skill-blockage is likely to happen (temporary solution: whenever you change maps or warp the state is reset server-side).
|
hace 18 años |
skotlex
|
208cf8d875
- Fixed itemskill variable being cleared before parsing the skill, this causes auto-casted teleport to fail to skip the skill menu. It is now cleared on castend_pos/id directly.
|
hace 18 años |
Lance
|
3bfc48996a
* Fixed potential crash in IRC processing message with '%' using *printf.
|
hace 18 años |