ultramage
|
cc636df44f
Re-phrased the attacker flee/def penalty config descs
|
před 18 roky |
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)
|
před 18 roky |
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)
|
před 18 roky |
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).
|
před 18 roky |
skotlex
|
9d77814b36
- Changed a bit the Moonlit code to prevent an infinite loop
|
před 18 roky |
skotlex
|
3ee61db52f
- Removed Magic Rod's cast bar.
|
před 18 roky |
skotlex
|
9692154429
- Removed function clif_movepc as it's no longer invoked anywhere.
|
před 18 roky |
skotlex
|
e45a007db2
- Corrected the pet/homunc data not being free'd if the player logs out before being authed.
|
před 18 roky |
skotlex
|
cf8685131d
- Minor cleanups
|
před 18 roky |
ultramage
|
49096125fb
Applied a consistent look to all header files (copyright, ifdefs)
|
před 18 roky |
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.
|
před 18 roky |
skotlex
|
3f8bb2d5bb
- Fixed skill usage being blocked if you use Weapon Refine and there is nothing available to upgrade.
|
před 18 roky |
skotlex
|
b09a064281
- Updated the 'unit walk' to functions so they stop your attack if it's possible to walk.
|
před 18 roky |
skotlex
|
d47a0a0d52
- Fixed a bunch of probably incorrect logical comparisons.
|
před 18 roky |
skotlex
|
a23da55db8
- Fixed the flag parameter not working on npcshopattach
|
před 18 roky |
skotlex
|
8ec0ed0d47
- Corrected homunculus's aspd being halved after using some aspd adjusting skill.
|
před 18 roky |
skotlex
|
bc9daa6048
- Added function unit_escape to simplify the run-away code a bit in the mob ai.
|
před 18 roky |
ultramage
|
fbe23f27a2
Undid the memset->malloc_set replacement
|
před 18 roky |
FlavioJS
|
e0399ebb83
* Refer to http://www.eathena.ws/board/index.php?showtopic=130285
|
před 18 roky |
skotlex
|
678096381e
- Skill use is now cancelled when you use it while cloaking, and the uncloaking process warps you.
|
před 18 roky |
skotlex
|
84f8ec45d5
- Modified the skill damage packet and the knockback packets to mimic aegis sent packets for such skills.
|
před 18 roky |
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.
|
před 18 roky |
skotlex
|
5036e3591a
- Cleaned up the implementation of map_foreachinmovearea so that the number of arguments passed is less.
|
před 18 roky |
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)
|
před 18 roky |
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
|
před 18 roky |
skotlex
|
00409a92bb
- Corrected KiriKage's range so it works correctly when used by non-players or when use weapon's range is used.
|
před 18 roky |
skotlex
|
52d0596d42
- Fixed pets/homunc trying to be deleted twice when they had 0 intimacy and their master logs out.
|
před 18 roky |
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).
|
před 18 roky |
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.
|
před 18 roky |
Lance
|
3bfc48996a
* Fixed potential crash in IRC processing message with '%' using *printf.
|
před 18 roky |