summaryrefslogtreecommitdiff
path: root/npc/re
AgeCommit message (Collapse)AuthorFilesLines
2020-04-18Fixed lost puppies questdanieldpl1-3/+3
The dogs were unable to reappear because they did not have a unique name.
2020-02-09Merge pull request #2621 from dastgirp/script/rebellionHaru2-0/+1036
Added Rebellion Job Quest
2020-02-09Add exploration achievements npcsAsheraf2-0/+343
2020-02-02Added Rebellion Job QuestDastgir2-0/+1036
2020-01-13Update copyright headers for year 2020Haru276-998/+998
Signed-off-by: Haru <haru@dotalux.com>
2019-11-17Merge pull request #2566 from Helianthella/guildHaru1-2/+2
add getguildinfo()
2019-11-10Update Young Man NPC locationEmistry Haoyan2-0/+36
https://github.com/rathena/rathena/commit/ce42168b0d2d25f66ab8a5fc5e2ef24d988274ae
2019-11-10Update Brasilis Sign Post locationEmistry Haoyan1-1/+1
https://github.com/rathena/rathena/commit/0d1eb9948371a95ff0f4b9326f5c3a8fc3ad1d01
2019-10-20convert scripts to use getguildinfo()gumi1-2/+2
2019-09-23Add Library Mistake QuestEmistry Haoyan1-0/+14
- Quest allow player to waive the transcendent cost. Signed-off-by: Haru <haru@dotalux.com>
2019-07-28Sanitize handling of the input() values.Emistry Haoyan27-722/+682
- avoid potential hacks for old scripts that use `input()` script commands. Signed-off-by: Haru <haru@dotalux.com>
2019-06-30Merge pull request #2343 from darrensapalo/patch-1Haru1-6/+6
Added missing equipment
2019-06-02Merge pull request #2457 from Emistry/update_npc_ra_3896Haru2-243/+308
Update NPC scripts
2019-06-01Merge pull request #2380 from AnnieRuru/59-all_AllHaru1-1/+1
Standardize to "all" in script commands
2019-05-06Update Mado Gear Renter NPC.Emistry Haoyan1-1/+66
- added option to obtain mado gear box and cooling devices.
2019-05-06Update NPC translation.Emistry Haoyan2-243/+243
2019-05-05Implement Refinery UIIbrahim Zidan3-2/+30
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Merge pull request #2068 from AnnieRuru/37-F_MesItemInfoHaru1-2/+2
Add F_MesItemInfo function to show item name with description link
2019-04-11change "All" into "all" in npc scriptsAnnieRuru1-1/+1
2019-03-11Add MERC_ Constants to npc scriptsAnnieRuru3-9/+9
2019-02-11Merge pull request #1656 from AtlantisRO/job_quest_suraHaru1-3/+3
Fixes #1655 - Fix to Sura Job Change Quest get stuck after first attemp.
2019-01-27Add F_MesItemInfo function to show item name with description linkAnnieRuru1-2/+2
also fix OldGlastHeim ITEMLINK display incorrectly
2019-01-08Properly ordered the ranger equipmentDarren1-2/+2
2019-01-08Updated order for guillotine cross equipmentDarren1-2/+2
Followed kRO reference: greaves, garment, accessory, armor.
2019-01-08Updated order of Rune Knight equipmentDarren1-2/+2
Based on kRO reference, the order to be followed is: greaves, cloak, seal, plate.
2018-12-22Added missing equipmentDarren1-6/+6
Based on data from [iRO on Mora Village](https://irowiki.org/wiki/Mora_Village), there were missing equipment for guillotine cross, ranger, and rune knight. I simply added the item IDs for the items, and the menu paths to get the said items. Not sure if I should replace the item IDs with their Aegis names, or if that is not necessary.
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk12-83/+83
2018-07-28remove specialeffect on first login from the novice academy scriptAsheraf1-1/+0
this effect is officialy given thought the achievements system on first login.
2018-07-24update scripts to use new questinfo formatAsheraf2-16/+48
2018-07-12Fix date part2Unknown3-3/+3
2018-06-05Update instance scripts to follow official behaviourAsheraf11-168/+148
2018-05-05Fix some wrong messages in clans.txtJedzkie1-3/+3
2018-02-06Merge pull request #1718 from Murilo-BiO/clan_systemHaru2-0/+583
Implementation of Official Clan System
2018-01-28Merge pull request #1881 from AtlantisRO/Standardization-MalangdoCulvert.txtAsheraf1-612/+675
Applied standardization to MalangdoCulvert script
2018-01-28Merge pull request #1880 from AtlantisRO/Standardization-HazyForest.txtAsheraf1-572/+627
Applied standardization to HazyForest script
2018-01-28Merge pull request #1878 from AtlantisRO/Standardization-EclageInterior.txtAsheraf1-367/+371
Applied standardization to EclageInterior script
2018-01-28Merge pull request #1877 from AtlantisRO/Standardization-BuwayaCave.txtAsheraf1-230/+230
Applied standardization to BuwayaCave script
2018-01-28Merge pull request #1874 from AtlantisRO/Standardization-BakonawaLake.txtAsheraf1-302/+350
Applied standardization to BakonawaLake script
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares2-0/+583
All official features work including the autokick for inactive members And the system is completely customizable.
2017-12-10Merge pull request #1883 from AtlantisRO/Standardization-OldGlastHeim.txtHaru1-699/+748
Applied standardization to OldGlastHeim script
2017-11-12Add type constants for the getiteminfo()/setiteminfo() buildinsHaru4-22/+30
Replacements are as follows: 0 => ITEMINFO_BUYPRICE 1 => ITEMINFO_SELLPRICE 2 => ITEMINFO_TYPE 3 => ITEMINFO_MAXCHANCE 4 => ITEMINFO_SEX 5 => ITEMINFO_LOC 6 => ITEMINFO_WEIGHT 7 => ITEMINFO_ATK 8 => ITEMINFO_DEF 9 => ITEMINFO_RANGE 10 => ITEMINFO_SLOTS 11 (Subtype, for weapons and ammunitions) => ITEMINFO_SUBTYPE 11 (ViewSprite, for other item types) => ITEMINFO_VIEWSPRITE (NOT AVAILABLE YET) 12 => ITEMINFO_ELV 13 => ITEMINFO_WLV 14 => ITEMINFO_VIEWID 15 => ITEMINFO_MATK (NOT AVAILABLE YET - this was documented but never implemented) Calls to getiteminfo() and setiteminfo() have been replaced with the newly introduced constants. Other constants (such as W_ weapon subtypes) in related code have been replaced as well, to improve code readability. This fixes an issue in the Eden Tutorial script "Tutorial Goal", where ITEMINFO_ATK was accidentally used instead of ITEMINFO_WEIGHT. Note: calls to getiteminfo or setiteminfo with numeric type arguments in third party scripts must be replaced with the respective constants. The use of numeric literals is no longer recommended, and those values may change in the future without notice. See the getiteminfo documentation for details. Signed-off-by: Haru <haru@dotalux.com>
2017-10-29Changes to npc\instances\re\BuwayaCave.txt script to fit Hercules' Standards.AtlantisRO1-230/+230
- 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>
2017-10-29Changes to npc\instances\re\EclageInterior.txt script to fit Hercules' ↵AtlantisRO1-367/+371
Standards. - 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>
2017-10-29Merge pull request #1884 from AtlantisRO/Standardization-saras_memory.txtAsheraf1-515/+514
Applied standardization to saras_memory script
2017-10-29Merge pull request #1879 from AtlantisRO/Standardization-ghost_palace.txtAsheraf1-194/+213
Applied standardization to ghost_palace script
2017-10-26Changes to npc\instances\re\saras_memory.txt script to fit Hercules' Standards.AtlantisRO1-515/+514
- 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>
2017-10-22Changes to npc\instances\re\OldGlastHeim.txt script to fit Hercules' Standards.AtlantisRO1-699/+748
- 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>
2017-10-22Changes to npc\instances\re\octopus_cave.txt script to fit Hercules' Standards.AtlantisRO1-142/+148
- 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>
2017-10-22Changes to npc\instances\re\MalangdoCulvert.txt script to fit Hercules' ↵AtlantisRO1-612/+675
Standards. - 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>
2017-10-22Changes to npc\instances\re\HazyForest.txt script to fit Hercules' Standards.AtlantisRO1-572/+627
- 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>