summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2019-10-18Merge pull request #1935 from dastgirp/2017-4_umbalaHaru1-1/+4
Umbala Script Update:
2019-10-02Umbala Script Update:Dastgir1-1/+4
* delitem should be called before getitem. Fixes #1934
2019-09-26Fix a missing end in Slipslowrun NPC that allowed to reset the timerskyleo1-0/+2
This bug allowed you to have no time limit on the party mode of Izlude Arena, making it quite easy for you to farm OCAs. Thanks to Vector from oRO Staff for finding this!
2019-09-23Merge pull request #2532 from Emistry/npc_rebirth_questHaru2-4/+180
Add Library Mistake Quest
2019-09-23Add Library Mistake QuestEmistry Haoyan2-4/+180
- Quest allow player to waive the transcendent cost. Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Corrected KVM Logistic Officer item IDEmistry Haoyan4-11/+11
* The npc traded the wrong item to point
2019-07-28Merge pull request #2503 from Emistry/wounded_morocc_cdHaru1-16/+5
Fix Wounded Morocc Cooldown
2019-07-28Merge pull request #2332 from carloshenrq/sealed_shrine_fixHaru1-7/+9
Fix sealed bapho problem
2019-07-28Sanitize handling of the input() values.Emistry Haoyan115-2975/+2949
- avoid potential hacks for old scripts that use `input()` script commands. Signed-off-by: Haru <haru@dotalux.com>
2019-07-12Fix Wounded Morocc CooldownEmistry Haoyan1-16/+5
- Fixed an issue with a cooldown after killing Wounded Morroc.
2019-06-30Merge pull request #2343 from darrensapalo/patch-1Haru1-6/+6
Added missing equipment
2019-06-30Merge pull request #2357 from AnnieRuru/51-stylistHaru1-19/+59
Update stylist.txt
2019-06-02standardize script commands to small lettersAnnieRuru1-9/+9
Signed-off-by: Haru <haru@dotalux.com>
2019-06-02Merge pull request #2457 from Emistry/update_npc_ra_3896Haru5-305/+371
Update NPC scripts
2019-06-01Merge pull request #2380 from AnnieRuru/59-all_AllHaru2-2/+2
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 Haoyan5-305/+306
2019-05-05Implement Refinery UIIbrahim Zidan6-15/+68
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Merge pull request #2068 from AnnieRuru/37-F_MesItemInfoHaru2-3/+24
Add F_MesItemInfo function to show item name with description link
2019-04-29Merge pull request #2440 from Emistry/scriptcommand_consolemesIbrahem Zidan5-13/+14
Added *consolemes script command
2019-04-29Added *consolemes script commandEmistry Haoyan5-13/+14
- deprecated `*debugmes` script command. - added `*consolemes` script command which display the console message based on `type`. - allow map-server console to auto logging into text file depend on type of message.
2019-04-29Fix issue #1955Emistry Haoyan1-3/+6
- fix error due to event terminated by GM using `@killmonster` command.
2019-04-11change "All" into "all" in npc scriptsAnnieRuru2-2/+2
2019-03-11Merge pull request #2396 from AnnieRuru/67-mobattachedHaru1-1/+1
* Add *mobattached and *killmonstergid script command
2019-03-11Merge pull request #2397 from AnnieRuru/68-getmercinfoHaru3-9/+9
Add constants and MERCINFO_GID to *getmercinfo script command
2019-03-11Merge pull request #2360 from sigtus/stableHaru1-18/+10
Added missing return on F_GetTradeRestriction
2019-03-11Add MERC_ Constants to npc scriptsAnnieRuru3-9/+9
2019-03-02* Add *mobattached and *killmonstergid script commandAnnieRuru1-1/+1
also fix quests_rachel, now support with *unitemote
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-02-03Update stylist.txtAnnieRuru1-19/+59
- fix ID start with .min_style instead of 1 - add Job_Summoner to have its own specific range
2019-01-29Update Global_Functions.txtsigtus1-18/+9
2019-01-29Added missing return on F_GetTradeRestrictionsigtus1-0/+1
2019-01-27Add F_MesItemInfo function to show item name with description linkAnnieRuru2-3/+24
also fix OldGlastHeim ITEMLINK display incorrectly
2019-01-14Add barter shop demo script.Andrei Karas2-0/+22
2019-01-14Fix a bug that causes the event to run indefinitelyAnnieRuru1-0/+10
- the .RoundCount only increase when having players answer correctly if nobody playing this event, or players give up before .Rounds(10) rounds, it will continue run forever
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-12-16Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspointHaru1-0/+27
Implement status reduction script command.
2018-12-16Merge pull request #2261 from Habilya/npc/woe-se-mesfHaru1-592/+592
mesf npc/woe-se
2018-12-14Add script and item for inventory expansion.Andrei Karas2-0/+64
2018-12-14Update npc/instances/SealedShrine.txtEmistry Haoyan1-1/+1
Co-Authored-By: carloshenrq <carloshenrq@users.noreply.github.com>
2018-12-04Added test to don't invoke sealed baphomet twice or more.Carlos Henrique1-7/+9
Only if already not summoned and player who are talking is the party leader.
2018-11-13Merge pull request #2289 from EyesOfAHawk/buildin_getnpcidHaru28-254/+254
Remove type argument from buildin_getnpcid.
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk28-254/+254
2018-10-22add unit tests for data_to_stringgumi1-0/+10
2018-10-21Merge pull request #2172 from dastgirp/enhance/getiteminfoHaru1-0/+37
Updated getiteminfo and setiteminfo.
2018-10-21Updated getiteminfo and setiteminfo.Dastgir1-0/+37
Added ITR_TRADE (Trade restriction) for both script commands
2018-10-06mesf npc/woe-seHabilya1-592/+592