├── .gitattributes ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md ├── LICENSE ├── Maps └── halloween-by-sader1992.zip ├── README.md ├── Sader's exe Helper ├── Garment Files Generator.exe ├── Monster Mode Generator 2.0.exe └── Monster Mode Generator1.exe └── rAthena ├── Events ├── TreeOfSavior_TombstoneWithNumbers.txt └── halloween │ ├── halloween_mob.txt │ └── halloween_npc.txt ├── Official └── [UnOfficial] Skyfortress Dropreroll enchantment Functions │ ├── SkyFortress_Functions 1.0.1.txt │ ├── SkyFortress_Test.txt │ └── SkyFortress_reroll.txt ├── Quests └── Hunting_Quest.txt ├── Tools ├── AnalyzeItem_command.txt ├── anti_gm_group.txt ├── anti_gm_name.txt ├── h_remove.txt └── who4_command.txt ├── etc ├── GuildStorage_GuildSLog.txt ├── LvUpRewards.txt ├── Sader Attendance Requirement │ ├── Sader-Attendance-Requirement.patch │ └── information_script.txt ├── SadersMvpRank_V1.txt ├── sader_Hourly_Rewards_V1.2.txt ├── sader_rewards_manager_V1.3c.txt ├── sader_s_enchant.txt └── saders_Vote_Manager_v1.txt ├── functions ├── F_Randomizer.txt ├── Gepard Variables │ ├── set_get_for_gepard.txt │ └── set_get_for_gepard_test_npcs.txt └── ip-gepard_count-in-map_function_V1.txt ├── instances ├── Saders_MiniEndlessTower.txt └── TOS_The_Other_Dimension │ ├── ScreenShots │ ├── コメント 2020-05-22 223907.jpg │ ├── コメント 2020-05-22 224224.jpg │ ├── コメント 2020-05-22 224232.jpg │ ├── コメント 2020-05-22 224238.jpg │ ├── コメント 2020-05-22 224245.jpg │ ├── コメント 2020-05-22 224252.jpg │ └── コメント 2020-05-22 224257.jpg │ ├── The_Other_Dimension.txt │ ├── data │ ├── 2@ods.extra.json │ ├── 2@ods.gat │ ├── 2@ods.gnd │ ├── 2@ods.rsw │ └── texture │ │ └── 유저인터페이스 │ │ └── map │ │ └── 2@ods.bmp │ └── instance_db.yml ├── sader's paid services.cs └── src ├── petstats rAthena C.cs └── petstats rAthena Cpp.cs /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/.gitattributes -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | https://rathena.org/board/profile/30766-sader1992/ 2 | -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /Maps/halloween-by-sader1992.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/Maps/halloween-by-sader1992.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/README.md -------------------------------------------------------------------------------- /Sader's exe Helper/Garment Files Generator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/Sader's exe Helper/Garment Files Generator.exe -------------------------------------------------------------------------------- /Sader's exe Helper/Monster Mode Generator 2.0.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/Sader's exe Helper/Monster Mode Generator 2.0.exe -------------------------------------------------------------------------------- /Sader's exe Helper/Monster Mode Generator1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/Sader's exe Helper/Monster Mode Generator1.exe -------------------------------------------------------------------------------- /rAthena/Events/TreeOfSavior_TombstoneWithNumbers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Events/TreeOfSavior_TombstoneWithNumbers.txt -------------------------------------------------------------------------------- /rAthena/Events/halloween/halloween_mob.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Events/halloween/halloween_mob.txt -------------------------------------------------------------------------------- /rAthena/Events/halloween/halloween_npc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Events/halloween/halloween_npc.txt -------------------------------------------------------------------------------- /rAthena/Official/[UnOfficial] Skyfortress Dropreroll enchantment Functions/SkyFortress_Functions 1.0.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Official/[UnOfficial] Skyfortress Dropreroll enchantment Functions/SkyFortress_Functions 1.0.1.txt -------------------------------------------------------------------------------- /rAthena/Official/[UnOfficial] Skyfortress Dropreroll enchantment Functions/SkyFortress_Test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Official/[UnOfficial] Skyfortress Dropreroll enchantment Functions/SkyFortress_Test.txt -------------------------------------------------------------------------------- /rAthena/Official/[UnOfficial] Skyfortress Dropreroll enchantment Functions/SkyFortress_reroll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Official/[UnOfficial] Skyfortress Dropreroll enchantment Functions/SkyFortress_reroll.txt -------------------------------------------------------------------------------- /rAthena/Quests/Hunting_Quest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Quests/Hunting_Quest.txt -------------------------------------------------------------------------------- /rAthena/Tools/AnalyzeItem_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Tools/AnalyzeItem_command.txt -------------------------------------------------------------------------------- /rAthena/Tools/anti_gm_group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Tools/anti_gm_group.txt -------------------------------------------------------------------------------- /rAthena/Tools/anti_gm_name.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Tools/anti_gm_name.txt -------------------------------------------------------------------------------- /rAthena/Tools/h_remove.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Tools/h_remove.txt -------------------------------------------------------------------------------- /rAthena/Tools/who4_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/Tools/who4_command.txt -------------------------------------------------------------------------------- /rAthena/etc/GuildStorage_GuildSLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/GuildStorage_GuildSLog.txt -------------------------------------------------------------------------------- /rAthena/etc/LvUpRewards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/LvUpRewards.txt -------------------------------------------------------------------------------- /rAthena/etc/Sader Attendance Requirement/Sader-Attendance-Requirement.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/Sader Attendance Requirement/Sader-Attendance-Requirement.patch -------------------------------------------------------------------------------- /rAthena/etc/Sader Attendance Requirement/information_script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/Sader Attendance Requirement/information_script.txt -------------------------------------------------------------------------------- /rAthena/etc/SadersMvpRank_V1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/SadersMvpRank_V1.txt -------------------------------------------------------------------------------- /rAthena/etc/sader_Hourly_Rewards_V1.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/sader_Hourly_Rewards_V1.2.txt -------------------------------------------------------------------------------- /rAthena/etc/sader_rewards_manager_V1.3c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/sader_rewards_manager_V1.3c.txt -------------------------------------------------------------------------------- /rAthena/etc/sader_s_enchant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/sader_s_enchant.txt -------------------------------------------------------------------------------- /rAthena/etc/saders_Vote_Manager_v1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/etc/saders_Vote_Manager_v1.txt -------------------------------------------------------------------------------- /rAthena/functions/F_Randomizer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/functions/F_Randomizer.txt -------------------------------------------------------------------------------- /rAthena/functions/Gepard Variables/set_get_for_gepard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/functions/Gepard Variables/set_get_for_gepard.txt -------------------------------------------------------------------------------- /rAthena/functions/Gepard Variables/set_get_for_gepard_test_npcs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/functions/Gepard Variables/set_get_for_gepard_test_npcs.txt -------------------------------------------------------------------------------- /rAthena/functions/ip-gepard_count-in-map_function_V1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/functions/ip-gepard_count-in-map_function_V1.txt -------------------------------------------------------------------------------- /rAthena/instances/Saders_MiniEndlessTower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/Saders_MiniEndlessTower.txt -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 223907.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 223907.jpg -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224224.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224224.jpg -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224232.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224232.jpg -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224238.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224238.jpg -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224245.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224245.jpg -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224252.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224252.jpg -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224257.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/ScreenShots/コメント 2020-05-22 224257.jpg -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/The_Other_Dimension.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/The_Other_Dimension.txt -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/data/2@ods.extra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/data/2@ods.extra.json -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/data/2@ods.gat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/data/2@ods.gat -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/data/2@ods.gnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/data/2@ods.gnd -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/data/2@ods.rsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/data/2@ods.rsw -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/data/texture/유저인터페이스/map/2@ods.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/data/texture/유저인터페이스/map/2@ods.bmp -------------------------------------------------------------------------------- /rAthena/instances/TOS_The_Other_Dimension/instance_db.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/instances/TOS_The_Other_Dimension/instance_db.yml -------------------------------------------------------------------------------- /rAthena/sader's paid services.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/sader's paid services.cs -------------------------------------------------------------------------------- /rAthena/src/petstats rAthena C.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/src/petstats rAthena C.cs -------------------------------------------------------------------------------- /rAthena/src/petstats rAthena Cpp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sader1992/sader_scripts/HEAD/rAthena/src/petstats rAthena Cpp.cs --------------------------------------------------------------------------------