Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Global_Function updates.
* Added the following functions: - "F_GetPlural" (returns plural of noun) / "F_InsertPlural" (returns plural if arg != 1) [credits: EnglishClub for formation rules] - "F_InsertArticle" (returns 'a' or 'an' preceding word) - "F_InsertComma" (formats number with commas) - "F_GetNumSuffix" (formats number with '-st', '-nd', '-rd', or '-th' suffix) * Added and removed new functions where necessary. (incomplete) * Added new types to "F_GetArmorType" function, and weapons will now pass to "F_GetWeaponType". * Reformatted comments. Other changes: * Removed some garbage text from scripts. * Slight edits to custom warper script. Signed-off-by: Euphy <euphy.raliel@rathena.org>
- Loading branch information
Showing
with
627 additions
and 569 deletions.
- +1 −1 npc/airports/airships.txt
- +4 −4 npc/cities/comodo.txt
- +13 −13 npc/cities/lighthalzen.txt
- +0 −36 npc/custom/battleground/bg_common.txt
- +14 −15 npc/custom/etc/bank.txt
- +9 −18 npc/custom/quests/hunting_missions.txt
- +4 −11 npc/custom/quests/quest_shop.txt
- +123 −118 npc/custom/warper.txt
- +3 −3 npc/guild2/agit_main_se.txt
- +2 −10 npc/instances/EndlessTower.txt
- +1 −1 npc/jobs/1-1e/taekwon.txt
- +5 −5 npc/jobs/2-1e/StarGladiator.txt
- +1 −1 npc/jobs/2-2/alchemist.txt
- +2 −2 npc/merchants/ammo_boxes.txt
- +4 −4 npc/merchants/ammo_dealer.txt
- +187 −63 npc/other/Global_Functions.txt
- +9 −5 npc/other/card_trader.txt
- +10 −14 npc/other/hugel_bingo.txt
- +1 −1 npc/other/marriage.txt
- +3 −4 npc/other/mercenary_rent.txt
- +1 −1 npc/other/monster_race.txt
- +2 −2 npc/pre-re/guides/guides_comodo.txt
- +2 −2 npc/quests/bunnyband.txt
- +9 −9 npc/quests/dandelion_request.txt
- +21 −21 npc/quests/doomed_swords.txt
- +2 −2 npc/quests/doomed_swords_quest.txt
- +1 −1 npc/quests/partyrelay.txt
- +26 −26 npc/quests/quests_comodo.txt
- +57 −57 npc/quests/quests_hugel.txt
- +15 −15 npc/quests/quests_nameless.txt
- +1 −1 npc/quests/quests_veins.txt
- +18 −18 npc/quests/skills/alchemist_skills.txt
- +8 −8 npc/quests/skills/assassin_skills.txt
- +7 −7 npc/quests/skills/bard_skills.txt
- +6 −6 npc/quests/skills/blacksmith_skills.txt
- +2 −2 npc/quests/skills/crusader_skills.txt
- +2 −2 npc/quests/skills/dancer_skills.txt
- +4 −4 npc/quests/skills/knight_skills.txt
- +5 −5 npc/quests/skills/monk_skills.txt
- +3 −3 npc/quests/skills/priest_skills.txt
- +8 −8 npc/quests/skills/rogue_skills.txt
- +3 −3 npc/quests/skills/sage_skills.txt
- +3 −3 npc/quests/skills/wizard_skills.txt
- +3 −3 npc/quests/thana_quest.txt
- +1 −1 npc/re/cities/brasilis.txt
- +3 −10 npc/re/guild/invest_main.txt
- +11 −11 npc/re/jobs/novice/supernovice_ex.txt
- +1 −3 npc/re/merchants/3rd_trader.txt
- +2 −2 npc/re/merchants/blessed_refiner.txt
- +1 −1 npc/re/merchants/enchan_upg.txt
- +2 −2 npc/re/quests/magic_books.txt
- +1 −1 npc/re/quests/quests_eclage.txt
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
lol, I just read this dialogue... -_-;