Age | Commit message (Collapse) | Author | Files | Lines |
|
Implemented official Giant Fly Wing Effect
|
|
Removed the usage of deprecated command goto from npc scripts (except custom folder)
|
|
Update the *warpparty script commmand, credits to Dastgir
Coding-style fixes & whitespace adjustments in warpparty part in script.c
|
|
|
|
Fix wrong order of dialogue at Crusader Jobchange Quest.
|
|
Fixes #1625. Fixes checks on Guild Dungeon Investment and separates Guild Dungeon mapflags for pre-renewal and renewal
|
|
Fixes #1626. Adds missed mapflags on instances.
|
|
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>
|
|
Fixes #1293. Attaches [Yggdrasil Gatekeeper] NPC to make him capable of read instance variables.
|
|
folder).
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
instance variables.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
function
|
|
Change variable type on the sign quest
|
|
Update Global Function - Remove F_SexMes
|
|
credit rathena/rathena@800f22b77bb63c2305d05956de8fbe5db0327ded
|
|
- not using in any script, could be easily replace by simply if-else
condition.
|
|
Barricades can no longer be hit by splash damage
|
|
- double chance should only available for Enrich ores.
|
|
damage without destroying Guardian Stones previously.
|
|
|
|
remove useless check for questprogress
|
|
Add quest log for moscovia quests
|
|
|
|
|
|
Adjust 2@nyd areamobs
|
|
|
|
fixes 1551
http://herc.ws/board/tracker/issue-8657-nydhoggs-nest/
|
|
Add quest log for Juperos Ruins History Quest
|
|
Update Eden Quest script
|
|
* also change name of 2 variables to the official names
- yuno_hist -> yuno_book
- jupe_hist -> jupe_book
partial merge of
rathena/rathena@c488268d8c2fa74e1d16daf0c04a6bf2d36e2350
|
|
|
|
Fixed airships.txt
|
|
Fixed incorrect OnTouch label in Crow of Destiny Quest
|
|
|
|
Credit: rathena/rathena@a9faab82cbcfbdb3009c5584032505e8617310bd
|
|
|
|
disabled npc's do not show the effects
|
|
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>
|
|
- Fix classes checking (https://github.com/HerculesWS/Hercules/issues/1173)
- Update and remove redundant script
|
|
configuration, fixed a typo in the script
- Caused by 0a097048
- Related: da4f4033 (resolved the same issue for renewal)
Signed-off-by: Haru <haru@dotalux.com>
|
|
8 then it was only showing NPC name
|
|
Added Function for Basic Skills check.
|
|
followup 2f06704ee
introduced in 6006bca05 when the script was rewritten.
|
|
Fix cases were player were executed
|
|
On Aegis players set their HP to 0 by script are still alive. Since we don't want to copy this, scripts that set HP to 0 and expects the player to stay alive are changed.
Additionally some scripts where changed where the HP were set to 1% instead to 1 HP and also the percentheal -100 with intended death set into close2. In megingard_seal.txt a end; was missing.
|
|
Change *getcharid to use constants
|
|
|