Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix sealed bapho problem
|
|
- avoid potential hacks for old scripts that use `input()` script
commands.
Signed-off-by: Haru <haru@dotalux.com>
|
|
Co-Authored-By: carloshenrq <carloshenrq@users.noreply.github.com>
|
|
Only if already not summoned and player who are talking is the party leader.
|
|
|
|
Applied standardization to NydhoggsNest script
|
|
Applied standardization to EndlessTower script
|
|
Applied standardization to SealedShrine 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>
|
|
- 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 var .@str$ in a select() menu for HULD compatibility.
- Sincronized (2) messages to fit official behaviour.
- Changed function F_Tower_Warp to use arrays instead of a large switch.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
|
|
Removed the usage of deprecated command goto from npc scripts (except custom folder)
|
|
Fixes #1626. Adds missed mapflags on instances.
|
|
- 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>
|
|
instance variables.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
fixes 1551
http://herc.ws/board/tracker/issue-8657-nydhoggs-nest/
|
|
|
|
|
|
- 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
|
|
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
replace using Notepad++
|
|
Fixed trying to disable wrong NPCs.
Fixed not enabling all Bobbing Torches.
Both bugs were (re)introduced in
cd95d1cadacc9b506e08d4cbe52a4a0ce2a59df3
Closes #765 as merged
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
- Now including GPL-compliant license/copyright info
- Restored some missing copyrights
- Instance scripts folders
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
- Fixes bugreport:8707, thanks to evilpuncker
http://herc.ws/board/tracker/issue-8707-orcsmemory-empty-message/
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
#8619
|
|
|
|
http://hercules.ws/board/tracker/issue-8590-endless-tower-possible-bu/ )
|
|
Endless Tower, and Bascojin Slave.
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
- All text files should end with an EOL. Period.
- See http://robots.thoughtbot.com/no-newline-at-end-of-file for info
on how to configure the most common text editors to do it
automatically for you.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- http://hercules.ws/board/tracker/issue-7841-endless-tower-part-2/
- Thanks to Haru for the getarg suggestion
Signed-off-by: Patskie <escalona3413@gmail.com>
|
|
Cleaned up Zeny manipulation in scripts.
- It is now finally safe to re-commit.
- Removed some unwanted parts of the original commit, that broke the
character set in some scripts. [Haru]
- Corrected spacing in some edited lines. [Haru]
|
|
Reverted due to a serious regression.
I'll commit this again once I fixed the issue in the script engine.
Sorry for the inconvenience.
This reverts commit 4faa0ec9df7067cee3eb1c1953fccc6c2f842179.
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
|
|
- Consolidated case in variables, labels, constants.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Changed a few leftover NPC IDs to constants
- Note: we're still missing support for mob sprite constants, so the
NPCs using mob sprites are still not converted.
Signed-off-by: Haru <haru@dotalux.com>
|
|
npcs to use this.
|
|
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
|