ultramage
|
06f0d60116
Some generic typo fixes (src and npc)
|
18 lat temu |
skotlex
|
a0d1e3f0dd
- Removed unused bIgnoreDefMob
|
18 lat temu |
skotlex
|
7ec7957962
- Twilight Pharmacy's cast time is no longer reducable by dex.
|
18 lat temu |
skotlex
|
161ee3ac50
- Cleaned up some the code of pc_equipitem and clif_parse_EquipItem
|
18 lat temu |
skotlex
|
2907fa6467
- Removed the last argument from skillitem, the skill name passed to the client should always be of the type "AL_HEAL" anyway.
|
18 lat temu |
skotlex
|
d1fda3045f
- Rewrote the jail logic to always use a status change. This means that the character's save point is not changed when jailed, and the char is always warped back to the point where it was before being jailed on unjail.
|
18 lat temu |
FlavioJS
|
f48a49e655
ups, how did that get in...
|
18 lat temu |
FlavioJS
|
b7f0cc8905
- Corrected the structure and added info on the skill fail packet (0x110).
|
18 lat temu |
DracoRPG
|
58dcd187b0
Mapcache update, should polish off remaining bugs
|
18 lat temu |
skotlex
|
29cb0abe60
- Added player not attached crash prevention to countitem/countitem2
|
18 lat temu |
skotlex
|
9692154429
- Removed function clif_movepc as it's no longer invoked anywhere.
|
18 lat temu |
FlavioJS
|
2b42ec13cf
- Added info on packet 0x86 (simple move packet). Not usable until a clear separation between entering sight/leaving sight/walking in sight is done.
|
18 lat temu |
skotlex
|
9387ff566b
- Made conv_str return const char* since the script engine screws up if you mess with the position of the terminator on the received string.
|
18 lat temu |
skotlex
|
4c9c8bb7a3
- Added the +20hit that were missing the NPC elemental attack skills.
|
18 lat temu |
FlavioJS
|
8f8fca4481
- Fixed a compiler warning in char_sql\login.c
|
18 lat temu |
skotlex
|
433b9826e2
- You are allowed to expel guild mates that are not online now.
|
18 lat temu |
skotlex
|
046dd34c58
- You are allowed to attack/use skills now when your cloaking level is below 3.
|
18 lat temu |
skotlex
|
cf8685131d
- Minor cleanups
|
18 lat temu |
ultramage
|
987eb74e86
Fixed a typo from r9778, allowing non-gm chars to use /kick
|
18 lat temu |
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.
|
18 lat temu |
ultramage
|
cf3421d7f1
- Cleaned up clif_party_info a bit
|
18 lat temu |
FlavioJS
|
781fa7bb72
- A bit more work on Ticket #41.
|
18 lat temu |
ultramage
|
6eb920bf96
Fixed clif_parse_GMmessage cutting off messages randomly (typo in r9778)
|
18 lat temu |
skotlex
|
68e1eb420a
- Corrected range of self destruction / bio explosion to be equal to their splash range.
|
18 lat temu |
ultramage
|
725ed1909e
- Fixed the inverted behavior of display_skill_fail, caused by r9823
|
18 lat temu |
ultramage
|
108c74125f
Disambiguation
|
18 lat temu |
ultramage
|
1ad9bb7c15
Fixed clif_party_message using an incorrect buffer length
|
18 lat temu |
skotlex
|
3f8bb2d5bb
- Fixed skill usage being blocked if you use Weapon Refine and there is nothing available to upgrade.
|
18 lat temu |
skotlex
|
b09a064281
- Updated the 'unit walk' to functions so they stop your attack if it's possible to walk.
|
18 lat temu |
skotlex
|
eabdf9af64
- Spider web can again be recasted on target.
|
18 lat temu |