skotlex
|
f6b78466ab
- Fixed the CL_WHITE define, thanks to FlavioJS
|
19 years ago |
skotlex
|
260f904cea
- Player-summoned mobs won't level up now.
|
19 years ago |
skotlex
|
90ec4f1d14
- Modified the way autospells stack to mimic official servers. Cards of the same ID cannot stack, but different cards with the same skill can each trigger indepedently of each other.
|
19 years ago |
skotlex
|
7f4bc7d9e0
- Removed pc_break_equip, added function skill_break_equip which handles rates, defenses and all that. On non-players it causes the strip effect for the corresponding skill lv1.
|
19 years ago |
skotlex
|
6232f11855
- Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the same as their PASS/NOPASS equivalents, but will ignore the cell-stacking mod when enabled.
|
19 years ago |
skotlex
|
7f19811794
- Fixed all skills getting range 0.... (except close confine which got range 1 :X)
|
19 years ago |
skotlex
|
caa533d23c
- Some cleanup in skill.c, moved the icewall flag check to skill_notok.
|
19 years ago |
skotlex
|
9399f60ace
- Some fine-tuning of the warp portal code which prevents it from messing up other skills if you "precast" it.
|
19 years ago |
skotlex
|
d14c689500
- Oh yeah, made Super Novice explosion spirits trigger when the last phrase is said, no need for extra junk.
|
19 years ago |
skotlex
|
c0652d7916
- Added back the char-sql server sending the GM list when the map server connects.
|
19 years ago |
skotlex
|
3dbf70680c
- Close confine won't get the bonus range on cast as other skills do due to exploits.
|
19 years ago |
skotlex
|
bc1aad166c
- Added sd variables menuskill_id/menuskill_lv to store menu-based selections. These are used now to check the validity of skill use instead of sd->skillid/sd->skilllv
|
19 years ago |
skotlex
|
1fb95bcf98
- Fixed Taekwon stances not triggering.
|
19 years ago |
skotlex
|
591f2d8046
- Fixed parsing of @kamic/@kamib to check for case.
|
19 years ago |
Komurka
|
c648d7e760
* Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars)
|
19 years ago |
skotlex
|
3804e1684f
- Added an alternate path searching method for non-stacking mode.
|
19 years ago |
skotlex
|
994d991fc9
- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)
|
19 years ago |
skotlex
|
a7d78d7670
- Fixed crash in AL_TELEPORT.
|
19 years ago |
skotlex
|
fbc4c4f453
- Added a new column in the skill_db to specify the splash-range/area-of-effect of skills. (Work in progress)
|
19 years ago |
skotlex
|
0f1ea43892
- Autocasted AL_TELEPORT should now automatically pick menu entry rather than showing the box up.
|
19 years ago |
skotlex
|
5044ec742c
- In CELL_NOSTACK mode, mob_canreach will now ignore other players when checking if there's a path to the player.
|
19 years ago |
skotlex
|
2d461432b8
- Added battle config option pk_level_range for specifying valid level ranges to engage in PK
|
19 years ago |
skotlex
|
00bbc7673b
- Made the warm skills BF_WEAPON type so that they may trigger effect cards.
|
19 years ago |
skotlex
|
931033a7b1
- Some cleaning of the slave moving code.
|
19 years ago |
skotlex
|
c1263b25da
- Hiding cancels Close Confine.
|
19 years ago |
skotlex
|
a8c65c476c
- Made the NPC_BREAK* skills attack skills again, their chance of equipment breaking code was moved to skill_additional_effect.
|
19 years ago |
skotlex
|
7e716db3aa
- Made Land Protector Block Hammerfall.
|
19 years ago |
skotlex
|
59e17a948b
- Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack.
|
19 years ago |
skotlex
|
ff483b7810
- Fixed SG_FUSION costing SP to deactivate.
|
19 years ago |
skotlex
|
cf059ff1a9
- NPC_POWERUP now gives +40% atk per level.
|
19 years ago |