skotlex
|
0f433c6c45
- Moved ignoreAll to state.ignoreAll so it saves some space.
|
18 years ago |
skotlex
|
bcb011580c
- The max level of NPC_SPLASHATTACK is now 1.
|
18 years ago |
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).
|
18 years ago |
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.
|
18 years ago |
skotlex
|
943bff73bc
- Raised the amount of skills that can stack on a single cell before the "in-area/out-area" detection code breaks to 24 (from 8)
|
18 years ago |
Lance
|
d4e444ebd4
- Removed security check since source level patch is applied. Reverted select(), created prompt().
|
18 years ago |
Lance
|
22de482fce
* Hack protection from packet monkeys in clif_parse_NpcSelectMenu.
|
18 years ago |
Lance
|
97919b1a6f
* Added 'cancel' button parsing in buildin_select menu system. Now scripts will continue to load if 'cancel' is pressed and 255 will be returned.
|
18 years ago |
skotlex
|
0b585ba393
- Corrected use of the party invitation reply packet, thanks to FlavioJS.
|
18 years ago |
Lance
|
a7d5f271df
* Fixed potential hack by modifying packet of whispers.
|
18 years ago |
Lance
|
3bfc48996a
* Fixed potential crash in IRC processing message with '%' using *printf.
|
18 years ago |
skotlex
|
617a4d0850
- Fixed client not validating the chat-kick-request packet, which can cause crashes.
|
18 years ago |
skotlex
|
68bc8eb99d
- Updated map_quit to handle removing of players who are not even authenticated yet.
|
18 years ago |
toms
|
b516b0c309
Updated sql files
|
18 years ago |
Lance
|
3847e1c0e8
* For the sake of avoiding confusion, all script events are named with prefix 'On' from now on.
|
18 years ago |
Lance
|
3e7a154f59
* Edited atcommand and charcommand syntax. Now it doesn't need the useless character name and ":".
|
18 years ago |
skotlex
|
b1e1b423f6
- Shadow Jump and Kirikage won't "move" you if you use them in GvG grounds. Fixed Kirikage so it first warps you, and then you unhide.
|
18 years ago |
skotlex
|
17f4afab04
- Overlapping song/dances will now cause dissonance/ugly-dance level 1 instead of retaining the level of their song/dance.
|
18 years ago |
skotlex
|
c97cbb77c4
- Characters with Karma may fight amongst them anywhere.
|
18 years ago |
skotlex
|
35b7b85fbd
- Fixed a bug where the char-txt server was incorrectly saving memos, causing character data to be lost on restart.
|
18 years ago |
skotlex
|
bd25ce6f90
- HP Conversion will fail when used at max SP. It should not display any errors to the client.
|
18 years ago |
skotlex
|
fe7ede9fc5
- Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as long as one of these is out, casting any of the three will not consume gems, and will use the remaining time of the previous one. In turn, Land Protector will now always consume gems on every cast.
|
18 years ago |
Lance
|
b568e34ca3
* Moved status_calc_pc back to pc_authok.
|
18 years ago |
Lupus
|
13b42f8089
Fixed debug message in login_sql
|
18 years ago |
skotlex
|
3b530a5702
- Deluge/Violent Gale/Volcano tiles will now fail to be placed on cells that are already ocuppied by anything else.
|
18 years ago |
skotlex
|
fff660eb38
- Fixed Homunculus being spawned as soon as they arrive from the char-server even if the Master has not spawned on the map yet.
|
18 years ago |
skotlex
|
2de16acdeb
- AL_TELEPORT now fails when used on top of Land Protector.
|
18 years ago |
skotlex
|
11f97275da
- Removed the inf2 = TRAP of FirePillar and Spider Web so they are blocked by Land Protector.
|
18 years ago |
skotlex
|
39f2b31168
- Fog of Wall will fail when casted on top of a Volcano/Violent Gale
|
18 years ago |
skotlex
|
0b3a00dce8
- Fixed status-change loading not working.
|
18 years ago |