Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
This removes the remaining unsupported symbols (despite they being
official names) in AegisNames: The apostrophe (`'`) sign is suppressed.
The full replacement rules (cumulative with the step 1 commit) are thus:
- Any apostrophe is suppressed.
- Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`).
- If the replaced symbol is at a word boundary (beginning or end of the
string, or next to another underscore), it is suppressed instead.
- If the replacement causes an AegisName conflict, underscores are
appended appropriately.
Signed-off-by: Haru <haru@dotalux.com>
|
|
This removes some unsupported symbols (despite they being official names) in
AegisNames. The replacement rules used are:
- Any non-`[A-Za-z0-9_']` character is replaced with an underscore (`_`).
- If the replaced symbol is at a word boundary (beginning or end of the string,
or next to another underscore), it is suppressed instead.
- If the replacement causes an AegisName conflict, underscores are appended
appropriately.
Signed-off-by: Haru <haru@dotalux.com>
|
|
This commit just propagates the AegisName changes to the pre-re database
and to the (re) scripts.
Two issues are fixed as a side-effect:
- The ghost_palace script was referring the non-existing constant(s):
Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0.
Paired with the script engine's inability to differentiate between
constants and player variables, that produced a very subtle issue.
- The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a
pair of swapped AegisName constants (RAG203 and RAG203_), the slotted
version was sold by the NPC instead of hte non-slotted one (the issue
was actually fixed in the previous commit, although the description of
the fix is here - these two commits are only split for legibility
purposes but they're to be considered indivisible).
Signed-off-by: Haru <haru@dotalux.com>
|
|
* Added ghost palace instance script
* Add needed monster, item and quest database entries
* Added mapflags for instance map (1@spa)
|
|
- added mobs and (updated) skills
- added quests_aldebaran.txt
- iro dialogues
- all items are already in available in item_db.conf
- maps are already available in mapcache, index and .conf
- Updated item effect for Pocket_Watch_ and Pocket_Watch__, and their
combo with Memorize_Book and Pocket_Watch__
Closes #1389 as merged
Signed-off-by: Haru <haru@dotalux.com>
|
|
* implementation of Sara's memory instance
* Update and add missing Sara's memory monster database
* Update and add missing Sara's memory quest database
|
|
-- adding glast heim Monsters/Items/Quests full entries
-- corrected already existed glast heim items/quest/monsters entries
-- added Old Glast Heim Enchanter
-- Changed .MyMobs to 'MyMobs
-- Added H.U.L.D suppot
|
|
Fixed their Official names.
|
|
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Lighthalzen Biolab F4
- Hall of Abyss
- Old Glast Heim
Merged rAthena @ f987f1bcbe22ccd4f75fa15e21193b7419aa7f5c
Credit: secretdataz
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
pet entries from pre-re pet db.
|
|
It now includes a GPL-compliant license/copyright mention
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Follow-up to 02546a4cb569acdbadd50dce48df1303d1decedc
- Thanks to zackdreaver for pointing it out
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Added 'Geffen Magic Tournament' monsters.
• Ahri - http://www.divine-pride.net/database/monster/2549
• Dio Anemos - http://www.divine-pride.net/database/monster/2550
• Geffen Shoplifter - http://www.divine-pride.net/database/monster/2551
• Geffen Bully - http://www.divine-pride.net/database/monster/2552
• Geffen Gang Member - http://www.divine-pride.net/database/monster/2553
• Faymont - http://www.divine-pride.net/database/monster/2554
• Ordre - http://www.divine-pride.net/database/monster/2555
• Blut Hase - http://www.divine-pride.net/database/monster/2556
• Kuro Akuma - http://www.divine-pride.net/database/monster/2557
• Ifodes - http://www.divine-pride.net/database/monster/2558
• Licheniyes - http://www.divine-pride.net/database/monster/2559
• Orodic - http://www.divine-pride.net/database/monster/2560
• Ju - http://www.divine-pride.net/database/monster/2561
• Dwigh - http://www.divine-pride.net/database/monster/2562
• Fay Kanavian - http://www.divine-pride.net/database/monster/2563
• Fenrir - http://www.divine-pride.net/database/monster/2564
• Alphonse - http://www.divine-pride.net/database/monster/2565
• Alphonse Jr - http://www.divine-pride.net/database/monster/2566
• E_GEFFEN_MAGIC_3_2 - http://www.divine-pride.net/database/monster/2567
• E_GEFFEN_MAGIC_3_3 - http://www.divine-pride.net/database/monster/2568
More info: http://irowiki.org/wiki/Geffen_Magic_Tournament
NOTE: This commit is not complete, we need more Information of their official behaviors as well as their drop, and etc.
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
|