Age | Commit message (Collapse) | Author | Files | Lines |
|
- Replaced some leftover numeric IDs
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Consolidated case in variables, labels, constants.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Added a note about variables and command scripts case sensitivity.
Even though the engine still accepts variable, function and command
names in a case insensitive way, it is discouraged to rely on such
behavior. Please update your custom scripts as soon as possible.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40
- Replaced last leftover numeric sprite ID with the appropriate constant
- Special thanks to Ind
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40
- Replaced numeric IDs in NPC definitions and setnpcdisplay calls with
the appropriate constants
- Made possible thanks to Ind
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Added support for constants whose name begins with a number.
- Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40.
- Replaced calls to setnpcdisplay with hardcoded numeric IDs to
constants.
- Thanks to Yommy.
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>
|
|
- Refine rates above +10 are updated with the official values obtained
from Aegis. Note: There are no safe refines above +10 anymore.
- Corrected the above +10 refine NPC to decrease the refine level by 3
in case of failure, according to what observed in Aegis.
- Special thanks to malufett, Ind.
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
|
|
As requested by the community in http://hercules.ws/board/topic/1702-implement-rathena-npc/ we're merging in the latest of rAthena's dungeons, this includes the rewriting of all instance dungeons and the addition of 4 dungeons that were not present previously (BakonawaLake, BangungotHospital, BuwayaCave and OldGlastHeim).
Update also includes the ability for instances to reset (or be destroyed if instance files were disabled/removed) upon @reloadscript, instance scripts are able to control to what stage the instances are to be reset via the instance_set_respawn (reload spawn) script command, OnInstanceInit labels are now triggered when the instance starts via instance_init (and upon reload), they may be used alongside instance variables (which are persistent to @reloadscript) to save players' progress.
- NPC Changelog:
-- npc/instances/EndlessTower.txt
--- 2.2 Instance system rewrite. [Euphy]
--- 2.3 Added some missing announcements. [Euphy]
--- 2.4 Added GM management function. [Euphy]
-- npc/instances/NydhoggsNest.txt
--- 1.5 Instance system rewrite. [Euphy]
--- 1.6 Added GM management NPCs. [Euphy]
-- npc/instances/OrcsMemory.txt
--- 1.7 Instance system rewrite. [Euphy]
-- npc/instances/SealedShrine.txt
--- 2.3 Instance system rewrite. [Euphy]
-- npc/other/gm_npcs.txt
--- 1.0 First version. [Euphy]
-- npc/re/instances/BakonawaLake.txt
--- 1.0 First version. [Euphy]
--- 1.1 Added GM management NPC. [Euphy]
-- npc/re/instances/BangungotHospital.txt
--- 1.0 First version. [Euphy]
--- 1.1 Added GM management function. [Euphy]
-- npc/re/instances/BuwayaCave.txt
--- 1.0 First version. [Euphy]
-- npc/re/instances/HazyForest.txt
--- 1.1 Instance system rewrite. [Euphy]
-- npc/re/instances/MalangdoCulvert.txt
--- 1.0b Fixed incorrect use of 'close'. [Joseph]
--- 1.1 Instance system rewrite. [Euphy]
-- npc/re/instances/OctopusCave.txt
--- 1.1 Instance system rewrite. [Euphy]
-- npc/re/instances/OldGlastHeim.txt
--- 1.0 First version. [Euphy]
Special Thanks to Haru, Uziel for their contributions to this update, and ossi0110 for helping us debug it.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Partial Merge of 198dc48 / 48d36c2
Changelog:
- npc/merchants/buying_shops.txt
-- 1.1a Moved Catalog Magician to Renewal path. [Euphy]
- npc/quests/quests_moscovia.txt
-- 2.0b Bug fixes. [Lemongrass]
-- 2.1 Fixed incorrect use of 'close'. [Joseph]
-- 2.2 Updated RE/Pre-RE EXP. [Euphy]
- npc/re/merchants/catalog.txt
-- 1.1 Updated dialogue. [Euphy]
Closes #149
Signed-off-by: shennetsind <ind@henn.et>
|
|
Partial Merge of 0b68607
Quest Changelog:
- 1.2 Replaced with official script. [Euphy]
Closes #177
Closes #178
Signed-off-by: shennetsind <ind@henn.et>
|
|
Changelog:
- dew_dun.txt
-- 1.1 Updated spawn delays. [Euphy]
- dic_dun.txt
-- 1.2 Updated Nightmare spawns and names. [Euphy]
- iz_dun.txt
-- 1.4 Official F6 spawns [Euphy]
- dewata.txt
-- 1.1 Updated spawn delays. [Euphy]
Closes #170
Signed-off-by: shennetsind <ind@henn.et>
|
|
Changelog:
2.1 Added reset option to "Kareka". [Euphy]
2.2 Added Izlude duplicates. [Euphy]
2.3 Added GM management NPCs. [Euphy]
Closes #146
Signed-off-by: shennetsind <ind@henn.et>
|
|
- Ensured final end-of-line character in every file.
- Corrected cases of mixed line endings (mostly CR and CRLF within the
same file.)
- Removed extra BOM from some scripts, since it causes a parsing error.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Enabled Dewata warps.
http://hercules.ws/board/tracker/issue-7510-dewata-legend-quest-incomplete/
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
|
|
Also, Fixed Bug#7504 -
http://hercules.ws/board/tracker/issue-7504-missing-monsters/?gopid=1929
1#entry19291
~Merged from rAthena
|
|
- Corrected the file path for ticket_refiner.txt.
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
|
|
- Fixed Bug #7400
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
|
|
|
|
|
|
Conflicts:
conf/plugins.conf
db/pre-re/skill_tree.txt
db/re/skill_tree.txt
db/sc_config.txt
npc/mobs/citycleaners.txt
src/map/atcommand.c
src/map/battle.c
src/map/clif.c
src/map/map.c
src/map/packets.h
src/map/pc.c
src/map/script.c
src/map/skill.c
src/map/status.c
src/map/storage.c
src/map/trade.h
Merged master.
|
|
|
|
|
|
|
|
http://hercules.ws/board/tracker/issue-7388-renamed-gld-dun-for-gld-re/?
gopid=18608#entry18608
Simple fix and adjusted placeholders for Hercules.
|
|
Rename SC names to eagis standard.
Implement SC Configuration.(see db/sc_config.txt)
Skill updates and fixes.
Some code optimization.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
|
|
Implemented Hall of Abyss.
|
|
|
|
Rename SC names to eagis standard.
Implement SC Configuration.(see db/sc_config.txt)
Skill updates and fixes.
Some code optimization.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
|
|
Implemented Hazy Forest.
|
|
|
|
|
|
|
|
Fixed Bug #7305
Disabled Captain Carew duplicate for now since it doesn't exist anymore as we've reverted the new novice ground update, until we get more information and add start_point_re.
http://hercules.ws/board/tracker/issue-7305-captain-carew/
|
|
Fixed some scripts
|
|
* Implemented all Mora quests (excluding instance-related quests and Mora Enchants).
* Updated Mora town NPCs, Quiver Maker, and guides.
* Updated Bifrost spawns and warps.
All Credits to Euphy for sending those to us, Thank you~!
Signed-off-by: shennetsind <ind@henn.et>
|
|
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
|
|
Readded Compatibility
|
|
- Follow up to 80510a0 { Corrected name placeholders }
- Vas cleanup on name placeholders
- Small change in /doc/permissions.txt
|
|
- Updated the custom HD Refiner with it's original file. Credits and a big thanks to Euphy.
- Restored official authorship of Malaya Port Warps and fixed an minor issue.
- Forgot to add an check in episode 13.1 quest.
- Removed an not yet ready instance for Malaya Port from the scripts.conf file.
Again an big thanks to Euphy for pointing out those issues.
Signed-off-by: Masao <masao@gmx.ch>
|
|
|
|
|
|
* This NPC uses the cash shop HD ores to upgrade your weapon or gear up to +10 when your current gear or weapon is already +7 without breaking it but downgrading it.
- Moved Malaya Port NPC's to re folder and updated the Malaya Port warps.
- Fixed Bug where players weren't able to finish the Guardian of Yggdrasil Quest and didn't get their reward.
- Fixed that players weren't able to start the "Ring of the wise king" and "Finding a Fairy" quest using the Cat Hand Agent warper inside Eden Group Headquarters.
Signed-off-by: Masao <masao@gmx.ch>
|
|
* Fixed bug #7234 - Credits to Euphy!
* Fish tails coordinates.
* Minor fix.
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
|
|
|
|
|
|
shouldn't be at beginning of the script.
|