4041 Commits

Author SHA1 Message Date
Jittapan Pluemsumran
395f22d9e4
Corrected a few items 2016-07-11 19:46:32 +07:00
Jittapan Pluemsumran
d57eb44fee
Corrected Tanos_Axe's class and job mask. Fixed #1399 2016-07-11 13:41:30 +07:00
Jittapan Pluemsumran
63fea9cc13
Corrected Heroic_Judgement_Shawl and Heroic_Target_Suit item 2016-07-11 13:33:31 +07:00
Jittapan Pluemsumran
1f85dab1c5
Fixed Emergency Call scroll being usable on non guild-leader. Fixes #1421 2016-07-09 01:16:11 +07:00
Jittapan Pluemsumran
95f09f84bf
Fixed some incorrect shadow gears combo script
* They should grant total immunity to a status effect.
2016-07-04 18:17:33 +07:00
Jittapan Pluemsumran
15c382ee2c
Item DB update
* Changed AegisName for item #19133 (formerly Odin_Mask) to avoid duplicate AegisName
* Corrected script in item #4556 (Fenrir_Card). Thanks to @Jeybla.
2016-07-04 00:40:27 +07:00
aleos89
e5a197ad70 Corrected Cloud Kill effect (fixes #407)
* Properly implemented the Cloud Kill status icon.
* Poison duration is not reduced and lasts if the target leaves the AoE.
- Walking into the AoE a second time resets the Poison status.
2016-07-02 19:49:58 -04:00
Lemongrass3110
a41b132321 Updated some aegis names
Additionally trimmed some whitespaces at the end of names or at the end of lines.
Added some more placeholders for monsters.
2016-07-01 08:48:44 +02:00
Lemongrass3110
b1b43bb0df Removed hardcoded aloevera restriction
Additional changed some hardcoded ids to constants.
2016-07-01 00:33:43 +02:00
Aleos
db592a269f Updated Homunculus S Summons (fixes #420)
* Updated miscellaneous database values.
2016-06-30 18:04:02 -04:00
Jittapan Pluemsumran
3a121e9aa8
Merge branch 'master' into db/itemdb
Conflicts:
db/re/item_db.txt
2016-06-30 12:44:28 +07:00
Jittapan Pluemsumran
16ad1fce9c
Implemented God Material Box
* also corrected Hermose_Cap item script. Thanks to @zackdreaver
2016-06-30 12:34:53 +07:00
zackdreaver
eb007e4b06 follow up 69ac7c3be996e6d7293cde61a7dc797368ad7b5f
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
2016-06-26 22:42:13 +07:00
zackdreaver
69ac7c3be9 Renewal item_db fix and update
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
2016-06-26 10:50:35 +07:00
Jittapan Pluemsumran
574f69e211
Updated HT_BLASTMINE and HT_CLAYMORETRAP renewal behavior
* These two skills now bypass defense cards.
Fixed #1028. Thanks to @Vomaito
2016-06-24 21:36:52 +07:00
Lemongrass3110
bea47eac42 Added some more missing placeholders to mobdb 2016-06-23 23:24:56 +02:00
Jittapan Pluemsumran
440921fba0 Merge branch 'master' into db/itemdb 2016-06-23 20:16:32 +07:00
Jittapan Pluemsumran
b3ab05d1b8
Implemented missing Summoner's weapons. 2016-06-23 19:13:54 +07:00
Lemongrass3110
2534588af6 Added const support to mob race2 db 2016-06-23 01:16:27 +02:00
Lemongrass3110
65b716f586 Removed some hardcoded mob ids
Created some race2 values for mobs used in the Manuk and Splendide status changes
2016-06-23 00:41:21 +02:00
Lemongrass3110
9558ef0868 Moved mob random groups constants
Added/Moved the two missing groups into src.
All of them are exported now directly through script_constants.h
2016-06-22 21:04:53 +02:00
Lemongrass3110
124572efad Updated slots of shield of aeon
Fixes #1265.
This data was taken from divine-pride and iRO patch 2016-06-16data_gm_desc_r2.gpf, since the item does not exist on kRO.
2016-06-21 23:57:38 +02:00
Jittapan Pluemsumran
e4ac1eee8c
Phantasmic Arrow should use equipped weapon's element instead of forced neutral.
Fixes #1352. Thanks to dragonis1701
2016-06-19 20:42:37 +07:00
Jittapan Pluemsumran
9cf7cae557
Correct Goddess of Insight enchant script 2016-06-19 18:11:14 +07:00
Jittapan Pluemsumran
29ae472737
Item database update 2016-06-19 13:36:23 +07:00
Jittapan Pluemsumran
90c6d7a763
Added new enchantments 2016-06-19 12:54:22 +07:00
Jittapan Pluemsumran
520a84083c
Add new headgears 2016-06-19 11:57:14 +07:00
Jittapan Pluemsumran
c6df701f64
Update High_Weapon_Box (12818) item script. Fixes #1339
Thanks to @spinzaku
2016-06-15 22:54:48 +07:00
Jittapan Pluemsumran
ac2009be35
Resolve more error
Sorry ;----;
2016-06-07 23:21:08 +07:00
Jittapan Pluemsumran
14587cc92f
Resolve error in quest_db 2016-06-07 23:16:30 +07:00
Jittapan Pluemsumran
b8898cd7f0
Updated Old Glast Heim instance
* Adds official quest entries for the instance.
* Modify behavior of item-giving NPCs.
Fixes #701. Fixes #1343.
Thanks to @exneval, @spinzaku and @tmav94.
2016-06-07 22:59:47 +07:00
aleos89
ab576e9bf8 Corrected Warmer's effect (fixes #1097)
* Moved the healing effect to status change timer.
* Warmer's effect will now last the entire life of the unit.
* Warmer's effect will now be removed when a player leaves the unit.
* Corrected Cloud Kill unit flag not being applied.
2016-06-06 09:47:03 -04:00
aleos89
e39293f129 Follow up to 19f2bc5
* Reverted parts of the Earth Quake cleanup.
* Added the missing 100% damage increase for levels 5 and higher.
* Corrected the hit rate to be 2x not 1.2x.
* Commented out the unofficial ATK2 damage increase.
2016-06-02 18:39:17 -04:00
Aleos
48a4ee162d Merge pull request #1324 from rathena/cleanup/monster_groups
Cleaned up monster group parsing
* Adjusted monster groups to support sv_readdb.
* Updated the import folder documentation for the related monster groups.
* Fixes #1269.
Thanks to @Lemongrass3110!
2016-06-01 10:21:26 -04:00
Jittapan Pluemsumran
25c4334e84
Add official quest condition for Guillotine Cross job change quest
Thanks to @rubie123
2016-06-01 20:14:23 +07:00
Aleos
1591e9ade7 Merge pull request #1308 from rathena/cleanup/item_groups
Cleaned up item group parsing
* Adjusted item groups to support sv_readdb.
* Now allows for proper usage of the import directory for these item groups.
Thanks to @Lemongrass3110!
2016-05-31 14:10:16 -04:00
Atemo
6485dba326 Updated quest_db.txt for Wolfchev Laboratory.
Corrected syntax in WolfchevLaboratory.txt (dialog never triggered).
2016-05-28 20:44:06 +02:00
Lemongrass3110
968c2ef24d Fixed the old import templates 2016-05-28 17:23:54 +02:00
Lemongrass3110
73f0d8423d Removed old entries in mob_random_db 2016-05-28 17:16:34 +02:00
Cydh Ramdh
f0ed0cfe0a Just fixed skill name in comments
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-05-28 06:34:36 +07:00
Jittapan Pluemsumran
5287f82a0e
Add support for unsetting bit flag in item_noequip (Closes #1319).
* Unset the flag by passing in negative value.
* Thanks to @Everade
2016-05-28 00:20:08 +07:00
Jittapan Pluemsumran
5ac2292cc3 Correct Fatal enchantment item script. Fixes #1307 2016-05-26 11:51:14 +07:00
Aleos
32c829debe Merge pull request #1264 from rathena/feature/instance_expansion
Expanded the instance system to support new modes
* New modes include: No player attached, single player, and guild.
* Modified the instance_db to allow instance idle time to be adjustable.
* Removed Map1 from the instance_db as the EnterMap is always the same value.
* Adjusted the stored maps of instances to dynamic arrays to conserve memory.
- Max amount of possible maps increased to 255.
* Instances will now be destroyed even if the owner cannot be found.
* Corrected the return value when entering an instance when a character, party, or guild does not have an instance.
* Expanded script command instance_create to take in an owner ID and an optional mode.
* Added a new script command instance_check_guild (works the same as instance_check_party).
* Corrected a few script commands to properly stop the script engine on failures for instance script commands.
* Removed the instance name lookup for when entering an instance as instance_id is now passed.
- Adjusted script command instance_enter to no longer require the instance name.
* Cleaned up script command instance_warpall.
* Adjusted script command instance_announce to check when instance ID is 0 rather than -1 since instance IDs are stored as unsigned now.
* Refactored all instance_id to unsigned short.
* Updated documentation to reflect changes.
2016-05-25 14:55:50 -04:00
Jittapan Pluemsumran
9b4c7dd1fe
Correct hit amount of KO_HUUMARANKA
Fixes #1300. Thanks to @spinzaku
2016-05-25 11:57:26 +07:00
Aleos
e40c5a2fc3 Merge pull request #1279 from secretdataz/cards
Item database update - kRO Cards
* Added Infinite Space, Nightmare Pyramids, and Bio Labs level 4.
* Added a couple missing combo bonuses.
Thanks to @secretdataz!
2016-05-24 19:10:10 -04:00
nanakiwurtz
aec8b516b6 Fixed #1296
* Thanks to @X-eno

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2016-05-25 04:35:07 +07:00
aleos89
6babca3689 Corrected a few minor issues
* Follow up to 2cfb844.
* Adjusted the instance_db documentation.
* Adjusted script command instance_announce to check when instance ID is 0 rather than -1 since instance IDs are stored as unsigned now.
* Added a couple of checks when sending instance information to the client.
* Fixed a compile warning.
2016-05-24 09:22:03 -04:00
aleos89
2cfb844429 Refactored a bit of the instance modes
* Follow up to c97be60.
* Added some safety measures when sending the instance name to the client.
* Adjusted the stored maps of instances to dynamic arrays to conserve memory.
- Max amount of possible maps increased to 255.
* Removed Map1 from the instance_db as the EnterMap is always the same value.
* Instances will now be destroyed even if the owner cannot be found.
* Corrected the return value when entering an instance when a character, party, or guild does not have an instance.
* Corrected a few script commands to properly stop the script engine on failures for instance script commands.
* Removed the instance name lookup for when entering an instance as instance_id is now passed.
- Adjusted script command instance_enter to no longer require the instance name.
* Adjusted script command instance_create to keep backwards compatibility.
* Cleaned up script command instance_warpall.
* Updated script documentation to reflect changes.
* Updated instance_db to reflect changes.
2016-05-23 14:12:34 -04:00
Lemongrass3110
208407cfe6 Added the new import templates 2016-05-22 03:59:13 +02:00
Lemongrass3110
1e6eb7d1da Removed old entries item_group_db 2016-05-22 03:58:54 +02:00