skotlex
|
7233562a1a
- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.
|
17 年之前 |
skotlex
|
ad2df1c5ce
- Modified bonus3 bAddEff/bAddEffWhenHit so that the last parameter is now passed directly as "trigger" flag. The possible trigger values are ATF_LONG, ATF_SHORT, ATF_TARGET, ATF_SELF. Explanation added to doc/item_bonus.txt
|
17 年之前 |
skotlex
|
a100bf890c
- bonus3 autospell (and autospell when hit) will now select for spell target self when the skill is tagged a support skill.
|
17 年之前 |
Playtester
|
5cd6ac0b97
Fixed Staff of Piercing, General Ygnigem Card and Vesper Card
|
17 年之前 |
skotlex
|
88e0559d2c
- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of bHPLossRate/bSPLossRate, making you gain x Hp/Sp every y ms.
|
17 年之前 |
skotlex
|
5748269898
- Merged @whereis from my server (displays normal spawn maps for given mobs). This command should be working correctly considering I've been using it since July. I was meant to merge it as soon as I got my hard-drive back, but I kinda forgot @_@
|
17 年之前 |
skotlex
|
dafa566df8
- Added bonus bSkillHeal to distinguish offensive skill damage increases from healing power boosts.
|
18 年之前 |
Playtester
|
b10e03f171
Improved item_bonus.txt
|
18 年之前 |
skotlex
|
e120c937cc
- Updated the autospell bonus scripts so you don't have to specify all the attack type criteria. If neither of BF_LONG/BF_SHORT is specified, the spell will trigger on both. If neither of BF_WEAPON/BF_MAGIC/BF_MISC is specified, the spell will trigger on BF_WEAPON, if neither of BF_NORMAL/BF_SKILL is specified, BF_SKILL is used if the trigger is BF_MAGIC/BF_MISC and BF_NORMAL is used if the attack is BF_WEAPON. This way the default when nothing is specified is BF_NORMAL|BF_WEAPON|BF_SHORT|BF_LONG.
|
18 年之前 |
DracoRPG
|
e572506f1a
Cleaned up the doc folder. Removed outdated, untranslated, useless files and began normalizing a bit other ones~
|
18 年之前 |
skotlex
|
bdaf348a6d
- Expanded the autospell structure to hold a flag, which contains the required Battle Flag conditions required for a skill to trigger.
|
18 年之前 |
Playtester
|
f42e54dad3
* Added EggBoy and EggGirl scripts
|
18 年之前 |
Playtester
|
55cade0420
Fixed High Wizard card
|
18 年之前 |
skotlex
|
4c9c8bb7a3
- Added the +20hit that were missing the NPC elemental attack skills.
|
18 年之前 |
ultramage
|
32618b7ddd
Corrected some typos and small details
|
18 年之前 |
FlavioJS
|
637ae9a4dc
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
|
18 年之前 |
skotlex
|
04edacd3d9
- Changed function itemdb_group to itemdb_group_bonus, it now calculates the total group bonuses of a player for a given item.
|
19 年之前 |
skotlex
|
094db48cae
- Added atcommand @partyoption, lets you alter the party item-distribution type on the go. Usage is "@partyoption <pickup share> <item distribution>", where both arguments can be 0/1, yes/no, etc.
|
19 年之前 |
skotlex
|
4c36924fce
- Added structure s_addeffect to handle status change additions. Cleaned up relevant code. It is now possible to specify ANY status change, not just the basic ones.
|
19 年之前 |
skotlex
|
fa457b3872
- Cleared up the bAutoSpellWhenHit description in doc/item_bonus.txt
|
19 年之前 |
Playtester
|
a6b45186e7
Sorted in the new cards and fixed some equips
|
19 年之前 |
Playtester
|
ae012b0408
Fixed the item_bonus doc saying autospell3 rate is y% rather than y/10%
|
19 年之前 |
Komurka
|
be263c9d72
* 1st part (autospells) of item_db.txt update according to Aegis 10.2 file
|
19 年之前 |
Komurka
|
28c7a61687
One more small fix on 'bSPVanishRate' (tsd->status.hp * sd->sp_vanish_per/100 -> tsd->status.sp * sd->sp_vanish_per/100)
|
19 年之前 |
Valaris
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 年之前 |
Valaris
|
fd99753f8e
Clearing trunk.
|
19 年之前 |
DracoRPG
|
480a67ddb8
Cards and item updates, 4 different bUnstripable effects
|
20 年之前 |
celest
|
0ff3b351da
* Fixed a potential crash in pc_walk in Win32 builds
|
20 年之前 |
DracoRPG
|
1fcf1c0925
Added missing parenthesis preventing SinX etc to get +4/lv from Improve Dodge
|
20 年之前 |
celest
|
d30a426160
* Added 4 new card effects from 3/15's patch
|
20 年之前 |