Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-29 | *strnpcinfo now uses constants | Asheraf | 11 | -111/+111 | |
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map | |||||
2016-08-13 | Added missing close; | skyleo | 1 | -0/+1 | |
2016-08-09 | Merge pull request #1392 from skyleo/script_fixes | Dastgir | 2 | -3/+4 | |
Fixes to Doctor Quest, Crazy Uproar Quest, Kafra HQ's Potato Trader | |||||
2016-08-08 | Added missing changequest at one quest route in Luoyang Doctor Quest. ↵ | skyleo | 1 | -0/+1 | |
(Questlog wouldn't be cleaned before) | |||||
2016-08-08 | Fixed wrong requirements for Crazy Uproar Quest. Alchemists & Blacksmiths ↵ | skyleo | 1 | -3/+3 | |
needed to be JLVL 15 or higher. | |||||
2016-06-25 | Corrected various translation/text encoding issues | Haru | 3 | -17/+9 | |
- The generated translation file now loads cleanly without encoding conversion errors Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-05-15 | Fixed a bug where you'd skip quest 8102 in rachel sanctuary and thus ↵ | skyleo | 1 | -1/+4 | |
corrupting your quest log. | |||||
2016-04-22 | Fixed a typo and changed PcName Aegis-leftover to strcharinfo(0). | skyleo | 1 | -2/+2 | |
2016-03-14 | Fix to NPC [The Blacksmith#rus06] from [Koschei the Immortal] Quest. | AtlantisRO | 1 | -1/+1 | |
The boots Iron_Boots01 is only equipable by Swordsman Class, Archer Class, Merchant Class and Thief Class. Any other job must receive Iron_Boots02 (included Ninja and Gunslinger). | |||||
2016-03-14 | Missing standardization changes. Converts item numbers to constants in ↵ | AtlantisRO | 1 | -117/+117 | |
npc/quests/quests_moscovia.txt script. | |||||
2016-03-14 | Fix to NPC [Iromo's Mother#ep3_2] from [Alberta Boy] Quest. | AtlantisRO | 1 | -1/+1 | |
When player is in step 9 from Alberta Boy quest (variable "ep13_2_hiki"), this NPC restart the entire quest, because there is no case to prevent variable > 8. | |||||
2016-03-10 | Fix to NPC [Larissa#mos_01] in Script [npc/quests/quests_moscovia.txt] from ↵ | TeMPlatonic | 1 | -1/+1 | |
[Help Mikhail] Quest. delitem script uses .@di array instead of .@n array. | |||||
2016-02-29 | Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriate | Emistry | 33 | -132/+148 | |
2016-02-22 | Payon NPC Update | Jedzkie | 1 | -3/+3 | |
- Change the coordinate of Taekwon Job Changer 'Phoenix' from payon to payon_in01 - Change the facing position of Repairman - Change the selling items of Tool Dealer and Pet Groomer in RENEWAL - Add PRE-RENEWAL Tool Dealer and Pet Groomer. - Change the coordinates of some warps - Change the coordinate of Guide in payon - Change the coordinate of Helm of Angel and Deviruchi Cap quest npc | |||||
2016-01-17 | Script Standardization: changed select format in quests folder | Dastgir | 82 | -1831/+1831 | |
2015-12-31 | Replaced leftover -1 view IDs with FAKE_NPC | Haru | 23 | -417/+417 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-31 | Replace -1,{ with FAKE_NPC,{ | AnnieRuru | 27 | -155/+155 | |
replace using Notepad++ | |||||
2015-12-18 | Replaced numeric values with UNITTYPE_ constants in getmapxy | Haru | 2 | -4/+4 | |
Follow-up to dbe5f2237cada6a261e297b60857dc305860a88d Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-18 | ItemID to Constant: quests/woe Folder | Dastgir | 81 | -4088/+4088 | |
2015-12-15 | Standardized header in scripts (part 9) | Haru | 87 | -3335/+3630 | |
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-15 | Fixed too-generic constant names of gettime() types | Haru | 10 | -101/+91 | |
- Follow-up to 3bd77ffc0daca508352834add828766490075aee - The names were too generic (not namespaced), and were easily clashing with custom (and potential future official) constants or variables. - Constants are now prefixed with a 'GETTIME_' namespace: - GETTIME_SECOND - GETTIME_MINUTE - GETTIME_HOUR - GETTIME_WEEKDAY - GETTIME_DAYOFMONTH - GETTIME_MONTH - GETTIME_YEAR - GETTIME_DAYOFYEAR - Fixed some excessive (and some times incorrect) parentheses in various scripts using gettime(). - Updated documentation. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-10-27 | Replaced parameter type with constant. | Emistry | 10 | -83/+83 | |
constant for gettime( <type> ) constant for Weekday and Month. | |||||
2015-09-27 | Merge pull request #742 from michaelforge/lv4_weapon_quest-RPS_dialog_typo | Dastgir | 1 | -3/+3 | |
Fixed a bug in Lv4 Weapon Quest dialog | |||||
2015-09-26 | Merge pull request #692 from KirieZ/tu_merchant-fix | Haruna | 1 | -41/+22 | |
Fix quests/first_class/tu_merchant.txt | |||||
2015-09-26 | Merge pull request #678 from KirieZ/tu_sword-fix | Haruna | 1 | -23/+25 | |
Fix quest log linking in first_class/tu_sword.txt | |||||
2015-09-25 | Fixed a bug in Lv4 Weapon Quest dialog | Alexander Kozlov | 1 | -3/+3 | |
Dialog with rolled rock/paper/scissors didn't appear because of variable typo. An ancient one. Discovered by Aafemt. | |||||
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 4 | -16/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-05 | Moved novice_skills quests to pre-re. | Taylor Locke | 1 | -479/+0 | |
2015-09-03 | Fix quest log linking in quests/first_class/tu_merchant.txt and wrong check ↵ | KirieZ | 1 | -41/+22 | |
that was blocking players who had level 10 increase weight limit to continue the quest | |||||
2015-08-28 | Fix tu_sword.txt quest log linking. issue #008561 (old tracker) | KirieZ | 1 | -23/+25 | |
2015-08-17 | Corrected a warp destination typo in The Sign quest | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-09 | Minor script cleanup. | Haru | 5 | -6/+6 | |
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) | |||||
2015-08-03 | Fixed a bug in Lv4 Weapon Quest | Alexander Kozlov | 1 | -2/+2 | |
Always results "0" in dialog. An ancient one. Discovered by Aafemt. | |||||
2015-07-05 | Removed blank text contents in NPC scripts. | Emistry | 4 | -78/+78 | |
http://herc.ws/board/tracker/issue-8677-lots-of-blank-things-in-scripts/ | |||||
2015-06-25 | Fix QuestID's for LostChild and Muff's Loan | Dastgir | 2 | -22/+21 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Added Ninja Shop | Dastgir | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Removed some extra semi-colon | Dastgir | 4 | -7/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Removed Blank Messages | Dastgir | 16 | -130/+130 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Added Renewal quest items to Ayothaya Dungeon Entrance quest. | Dastgir | 1 | -47/+53 | |
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part) Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Fixed an issue in 'Message Delivery' quest blocking level 100+ characters. | Dastgir | 1 | -1/+1 | |
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part) Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-05-14 | Fixed some invalid questprogress conditions | Haru | 1 | -1/+1 | |
Special thanks to MordekaiserGod for pointing out the issue. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-05-08 | Replaced checkre() calls with constants | Haru | 29 | -176/+175 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-04-21 | Fixed a bug in Einbrech "Oridecon/Mineral Quest" | michaelforge | 1 | -1/+1 | |
Because of some very old typo, this quest could never reach Minerals exchange dialog. | |||||
2015-04-19 | Added Kagero / Oboro Quest. | Taylor Locke | 1 | -2/+3 | |
2015-04-16 | Minor Typo Fix | Dastgir | 1 | -1/+1 | |
2015-03-18 | Fix delitem bug in Ep13.1 quest. Thanks to milky-milk for reporting | Dastgir | 1 | -18/+2 | |
2015-03-05 | Merge pull request #454 from seifert10/patch-2 | shennetsind | 1 | -3/+3 | |
Update lvl4_weapon_quest.txt | |||||
2015-01-29 | Merge pull request #455 from seifert10/patch-1 | Streusel | 1 | -1/+1 | |
Update lvl4_weapon_quest.txt | |||||
2015-01-29 | Implemented 2010 Headgear Quests. Also corrected ID of Green Maiden in ↵ | Dastgir | 1 | -0/+1113 | |
Endless Tower, and Bascojin Slave. | |||||
2015-01-25 | Update lvl4_weapon_quest.txt | seifert10 | 1 | -3/+3 | |
you can change the "npchand == 1" to "npchand1 == 1" or simply change the "npchand1 = random(1,3)" to "npchand = random(1,3)" |