Age | Commit message (Collapse) | Author | Files | Lines |
|
Applied standardization to saras_memory script
|
|
Applied standardization to ghost_palace script
|
|
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
- Added mesf and sprintf commands where needed.
- Added _$() and _() macros where needed.
- Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards.
- Changed numeric arguments for constants.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
|
|
|
|
|
|
Removed the usage of deprecated command goto from npc scripts (except custom folder)
|
|
Fixes #1625. Fixes checks on Guild Dungeon Investment and separates Guild Dungeon mapflags for pre-renewal and renewal
|
|
Dungeon mapflags for pre-renwal and renewal.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
- Mapflags are moved into map_zone_db, this will make easier and more intuitive in the future to add mapflags to new instances and avoid miss any mapflag.
- Zone mapflags for renewal instances are moved into renewal folder.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
folder).
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
- double chance should only available for Enrich ores.
|
|
Update Eden Quest script
|
|
|
|
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 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>
|
|
- Fix classes checking (https://github.com/HerculesWS/Hercules/issues/1173)
- Update and remove redundant script
|
|
Change *getcharid to use constants
|
|
|
|
|
|
|
|
added missing end; and parantheses
|
|
* Initial Dimensional Gap NPC's
|
|
* Update Intro (Renewal)
- Conversion while Playing from kRO
- New starting Map: iz_int 18 27 (Requires New kRO MAP)
- iz_int01 - iz_int04 and int_land01 - int_land04 are added, but not used
- the rest of the script was updated to latest script standards
- x/y span for duplicates with OnTouch
- Fixed wrong getarg
- removed +"" in warp
|
|
added missing mapflags for c_tower2_ and c_tower3_
|
|
Cleanup Sara's memory instance
Closes #1385 as merged
|
|
* Now it follow Hercules coding style
* Various improvments to HULD support
|
|
Fix issue#[1418](https://github.com/HerculesWS/Hercules/issues/1418)
.conf format
|
|
|
|
- NPC_NAME for the whole npc name including hidden part
- NPC_NAME_VISIBLE for the visible part of the npc name
- NPC_NAME_HIDDEN for the hidden part of the npc name
- NPC_NAME_UNIQUE for the npc unique name
- NPC_MAP for npc map
|
|
* Added ghost palace instance script
* Add needed monster, item and quest database entries
* Added mapflags for instance map (1@spa)
|
|
Ported to modern Hercules and cleaned up from Panikon's commits: ca009582cb22340951aa3e86c044ec1dca05df36, 6d6adf9bab2ba6f4274395018b8def566b880197
Signed-off-by: Haru <haru@dotalux.com>
|
|
- 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
|
|
* now announce commands use constant colors instead of hexadecimal.
* added new color C_SPRINGGREEN
|
|
change all old glast heim ontalk syntaxes to npctalk
|
|
* Followup d5d646c74cb3a04f6758996a0ab99e760fd92ddd
missing ( ) in npctalk and unittalk
|
|
-- 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
|
|
-NPC checked for wrong quest and therefore didn't do anything on that part of the quest.
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- The generated translation file now loads cleanly without encoding conversion errors
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
|
|
|
|
- Separate Tool Dealer and Pet Groomer selling items in Renewal and PRE-Renewal
- Change the selling bullets of Trading Merchant in Renewal and PRE-Renewal
|