Atemo
7a77a2cbbc
Small correction of ritual of blessing instance ( #4413 )
...
* Corrected the touch event
* Added missing text
* Corrected and improved some timers
2020-01-04 15:23:15 +01:00
Aleos
c52b3b784a
Expanded a couple baby job names ( #4500 )
...
* Expanded Job_Baby_Rune -> Job_Baby_Rune_Knight, Job_Baby_Bishop -> Job_Baby_Arch_Bishop, Job_Baby_Cross -> Job_Baby_Guillotine_Cross, Job_Baby_Guard -> Job_Baby_Royal_Guard, and Job_Baby_Chaser -> Job_Baby_Shadow_Chaser.
* Expanded related MAPID/EAJ constants as well.
* Added deprecation notice for old constants.
* Updated database and NPC scripts to use new constants.
2020-01-01 22:53:40 -05:00
Daegaladh
6a81238959
Follow up to bcf1ff19fec76ee5f93a41a417a0da569b3b3fa5 ( #4496 )
...
* Forgot to add the shop in the pre-re shops file.
2019-12-30 14:10:33 +01:00
Daegaladh
1bd33fb108
Fixed 'Finding the Moving Island' quest spawning the wrong monsters on pre-renewal ( #4490 )
2019-12-22 01:46:30 +01:00
JohnnyPlayy
b967439fa7
Adding Missing Portals ( #4396 )
...
Added some missing portals to yuno and lighthalzen.
Thanks to @Daegaladh for confirming it on ASB 5.5
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2019-12-21 13:49:26 +01:00
Daegaladh
bcf1ff19fe
Moved Material Seller shop to Renewal ( #4489 )
2019-12-21 10:32:24 +01:00
Aleos
c4c31d418a
Corrected Rock Ridge monster spawn ( #4485 )
...
* Fixes #4474 .
* Corrected an incorrect monster spawn for White Plant.
Thanks to @RagnaWay!
2019-12-17 14:14:03 -05:00
Daegaladh
354c632732
Fixed place names and other typos ( #4475 )
...
* Fixed common misspelled names from iRO and other typos.
2019-12-15 20:55:19 +01:00
Atemo
d9a4a8f6d0
Fixed typo in academy.txt ( #4469 )
...
* Fixes #4464
* Fixes #4463
Thanks to @zeffen
2019-12-05 16:22:59 +01:00
Atemo
662a3e597d
Corrected Horror Toy Factory treasure drop
...
* Fixed an issue where the treasure chest gave Red Lantern instead of Bloody Coins.
* Fixes #4466
Thanks to @Triedge
2019-12-01 22:55:50 +01:00
Aleos
1d5364bd13
Corrected Succession of the Prince quest ( #4445 )
...
* Fixes #4443 .
* Added a missing space in the disablenpc event.
Thanks to @Indigo000!
2019-11-12 08:30:12 -05:00
crazyarashi
34e5f537b7
quest_16_1 typo fix ( #4423 )
...
* quest_16_1 typo fix
* Fixed some more spelling mistakes
Thanks to @aleos89 for his help!
2019-11-06 01:45:41 +09:00
Aleos
9da3ad141c
Corrected Dual Monster Race wager check ( #4342 )
...
* Fixes #4338 .
* Follow up to f73fa23.
* Dual Monster Race wager should apply if either of the monsters chosen win in any order.
Thanks to @Indigo000!
2019-10-16 08:01:36 -04:00
JohnnyPlayy
7e89c0523d
Added official Malangdo Guide ( #4328 )
...
* Added the guide NPC in Malangdo.
2019-10-15 09:41:54 -04:00
JohnnyPlayy
081b7cd388
Lighthalzen Quest NPC ID Fix ( #4392 )
...
* Changed NPC view ID to constants.
2019-10-12 12:15:01 -04:00
Atemo
bb6e583a03
Added game ID check for Horror toy factory instance ( #4383 )
...
* Some parts of the script needed to check if the monster still exists
2019-10-10 21:34:09 +02:00
Atemo
5cda733587
Updated nightmare biolab monsters drops ( #4282 )
...
* The rates and drops are from playing
* Added a note in nightmare_biolab.txt about missing monster drops
2019-10-10 20:30:43 +02:00
Aleos
995fb2a0a1
Corrected NPC view constant verification ( #4398 )
...
* Fixes #4397 .
* Corrected NPC view constant verification stopping at the first digit found resulting in invalid results.
Thanks to @Lemongrass3110!
2019-10-09 12:05:08 -04:00
JohnnyPlayy
9100e6b615
Payon script header fix ( #4395 )
2019-10-06 17:48:42 +02:00
Atemo
b412c4fcab
questinfo requirement update ( #4168 )
...
* The <quest ID> is now removed, all the conditions are handled by a <condition> argument. The <condition> is using the achievement_check_condition (like in achievement_db.yml) so any condition (in theory) can be used to display the icon.
* A new script command has been added to refresh the bubble for the given player anytime.
Thanks to @aleos89 and @secretdataz for the review!
2019-10-06 17:15:46 +02:00
JohnnyPlayy
752d3143f5
Portals Correction - yuno_in03 ( #4360 )
2019-09-21 11:42:52 +02:00
Aleos
0d1eb99483
Corrected Brasilis Sign Post location ( #4355 )
...
* Fixes #4349 .
* Moved the sign post to the correct location.
Thanks to @bgamez23 and @JohnnyPlayy!
2019-09-19 12:43:42 -04:00
JohnnyPlayy
ce42168b0d
Updated Young Man Position ( #4319 )
...
* Updated Young Man position for Renewal.
2019-09-16 10:44:14 -04:00
Radian
3126bd8a0b
Corrected custom Job Changer quest item reward ( #4339 )
...
* Gunslinger and Ninja class will now properly receive their job reward item.
2019-09-15 20:27:44 -04:00
Atemo
ddb9e814a2
Corrected dandelion request script ( #4309 )
...
An undefined label was called
Thanks to @dragonis1701 !
2019-09-14 19:03:02 +02:00
JohnnyPlayy
c1112c2854
Correct Position of Shrimp Trader ( #4320 )
...
* Correct NPC Position.
2019-09-10 10:29:03 -04:00
Atemo
a83e9f34e7
Updated Euphy's WoE controller using the new mail script command ( #4243 )
...
* Splitted the item reward and zeny to support multi-reward by mail
Thanks to @burningFlower74, @Lemongrass3110 !
2019-08-14 16:24:14 +02:00
Atemo
b7f38cf85e
Updated instance_warpall script side
...
Follow-up 21a5854c16
(#4298 )
Thanks to @Indigo000
2019-08-14 15:48:15 +02:00
Aleos
9b11301fa2
Added quest checks for Geffen Magic Tournament ( #4291 )
...
* Fixes #4278 .
* Added a couple checkquest checks to avoid warnings.
Thanks to @Badarosk0!
2019-08-13 15:34:12 -04:00
Aleos
6db35cd6ce
Corrected Clock Tower Gatekeeper dialog ( #4290 )
...
* Fixes #4277 .
* Corrected the display for the floor level on the Gatekeeper's dialog.
Thanks to @Indigo000!
2019-08-07 08:19:29 -04:00
Maz-V
bf52c52a63
Fixed quest cooldown display bug for Quest Board NPC ( #4247 )
...
thanks to @mazvi
2019-07-25 11:44:48 +07:00
Atemo
a16f0ebb07
Implemented the Paramarket shops ( #4154 )
...
Thanks to @jenkijo (#2467 ) and https://www.divine-pride.net !
Thanks to @aleos89 for reviewing the items price !
2019-06-25 17:05:17 +02:00
Atemo
34971e57fa
Wounded Morroc cooldown ( #4207 )
...
* Fixed an issue with a cooldown after killing Wounded Morroc
* Fixed #4205
Thanks to @Tokeiburu !
2019-06-11 15:44:12 +02:00
Atemo
3cb23fd5aa
Corrected the map name for announcing the entrance in the Morse cave instance ( #4201 )
2019-06-03 19:58:59 +02:00
Tuan Anh Nguyen
67e1583f9f
Fix loop issue on Ice Cream Maker NPC ( #4127 )
...
* Fixed infinity loop issue if user input any number except 0.
2019-04-25 15:25:59 +02:00
Aleos
21a5854c16
Cleaned up instance script commands ( #4090 )
...
* Script command instance_id now supports an instance mode argument. If no mode is given it will return the attached script's instance.
* Script commands instance_destroy, instance_npcname, instance_mapname, instance_announce now attach themselves to the script's instance by default.
* Script commands instance_enter and instance_warpall attach themselves to the player's IM_PARTY instance by default.
* Added getvariableofinstance command (similar to getvariableofnpc) to retrieve the instance variable outside the instance.
* Update documentation to match changes.
Thanks to @vykimo, @Atemo, and @Lemongrass3110!
2019-04-19 09:02:42 -04:00
JohnnyPlayy
a3bd4c3964
Updating official Kafra information from Rock Ridge ( #4096 )
...
* Updating End Functions Kafra
* Adding official text and official savepoint position
* Changing IDs to Names
2019-04-18 13:51:46 +02:00
Maz-V
4d05e09ef3
Fixed Aigu's cutin ( #4108 )
2019-04-17 18:28:55 -04:00
Atemo
04c6303eb9
Implemented (the old) Nightmarish Jitterbug instance ( #4061 )
...
* Implemented NPC_REVERBERATION (some parts are from https://github.com/idathena/trunk credit to @exneval)
Credit to @RagnarokNova for some texts correction and for the monster spawn ([source](https://rathena.org/board/topic/104496-nightmareish-jitterbug-episode-143/ ))
Credit to https://www.divine-pride.net/ for the monsters datas.
2019-04-13 15:12:30 +02:00
Aleos
7c0d9bf300
Corrected Gunslinger shops ( #4086 )
...
* Fixes #4076 .
* Updated renewal Gunslinger shops to the new bullets.
* Adjusted name of older bullets. Now called Surplus.
Thanks to @mazvi!
2019-04-07 12:16:19 -04:00
Atemo
66b8273221
Corrected block_action behaviour ( #4071 )
...
* Corrected block_action behaviour
* reloadscript command doesn't remove PCBLOCK_IMMUNE anymore
* Corrected a typo on MorseCave.txt
Thanks to @CairoLee and @ElinhoPP !
2019-04-02 18:48:46 +02:00
Atemo
e172c4365d
Added setpcblock to some official scripts ( #4067 )
...
* Added setpcblock to official scripts to mimic some npc interaction.
* Clean-up the docs.
* Added the WORK_IN_PROGRESS message when PCBLOCK_USEITEM and PCBLOCK_SKILL are enabled.
Thanks to @aleos89 for the review!
2019-04-02 02:12:10 +02:00
userid0
8580287286
Little update in aldebaran.txt ( #4055 )
...
Add missing facing to follow the others warps definition.
2019-04-01 23:51:43 +02:00
JohnnyPlayy
a334b02617
NPC coordinate changes ( #4059 )
2019-03-28 22:24:18 +01:00
Atemo
339e6c6718
eden_iro.txt update ( #4051 )
...
* Updated Merry Badger from eden_iro.txt
* Added Fallen_Angel_Wing Enchant npc
* Added Boarding_Halter_Box7 (ID 17162) item script
2019-03-27 23:10:52 +01:00
Tuan Anh Nguyen
42810ad44a
Update Geffen Magic Tournament Quest DB & Clean up ( #4028 )
...
* Corrected Geffen Magic Tournament Quest name DB
* Fix last match reward
2019-03-22 14:30:25 +01:00
keitenai
b1e1dbfb31
Fix wrong next function call ( #4021 )
...
* Fixed a next script error for Guard Leader in the Buwaya Quests.
Thanks to @keitenai!
2019-03-21 08:55:43 -04:00
Balfear
f0f94f0c1e
Wrong NPC coordinate ( #4023 )
...
* Changed the coordinate of the last Piano Key Quest NPC.
Thanks to @Balferian!
2019-03-19 12:20:47 -04:00
JohnnyPlayy
1bbde6248d
Adding NPC Lighthalzen ( #4020 )
...
* Adding NPC, Cool Event Corp Staff Lighthalzen
2019-03-18 23:41:46 +01:00
JohnnyPlayy
264932c300
Update guides_comodo.txt ( #4010 )
...
* Fixed incorrect Roaming Bard Position
2019-03-16 19:06:46 +01:00