-
Posts
776 -
Joined
-
Last visited
-
Days Won
22
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Files posted by crazyarashi
-
Equipment Recycle NPC
By crazyarashi in Utilities
A recycle NPC that uses the shop interface.
Changing the rewards
.reward_id = 501; .reward_point$ = "#KAFRAPOINT";
Adding a recyclable equipment.
/* *=============================================================================| * .@r = Refine | .@b = Bonus =| * list_add("<Equip ID>,<Value>{,<Starting .@r for .@b>,.@b1:.@b2:.@b3:..."); =| *=============================================================================| * Cotton_Shirt w/ +8 Starting .@r bonus =| * .@r = 8 : 1 Bonus Item/Point =| * .@r = 9 : 5 Bonus Item/Point =| * .@r >= 10 : 7 Bonus Item/Point. =| *=============================================================================| * list_add(2301,8,"1:5:7"); =| ==============================================================================| */ function list_create { //= Remove samples and add here. list_add(2301,10,8,"1:5:7"); //Cotton_Shirt list_add(1201,10,7,"1:2:3:4:5"); //Knife list_add(2504,5); //Muffler_ return; }
698 downloads
Updated
-
Compendium
By crazyarashi in Utilities
Compendium - A levelable battle pass inspired majority of games out there.
Feature :
Easy customizable settings.
Three types of selectable daily quest.
Daily quest requirements are randomized.
Daily quest count resets everyday.
Compendium resets on the first day of the month.
Rewards are sent via mail.
'@compendium' command to access the compendium
Settings :
Adding a reward on the compendium Rewards : "Level | Reward ID, Amount, Reward ID, Amount,... ==| Level order doesn't matter but 'duplicates' will bug out the script. setarray .compendium_reward$, "1|501:10,502:20", "10|501:20,502:30", "5|501:100,502:500"; Adding a monster/item/mvp to hunt or collect Just add the ID on the following line. setarray .mvp_list setarray .hunt_list setarray .gather_list Changing EXP given on the quest types. .gathering_exp = 50; .hunt_exp = 50; .mvp_hunt_exp = 100;
924 downloads
Updated
-
Instance @cd/@cooldown Command
By crazyarashi in Utilities
A simple command for managing instance cooldowns or any other quest that you feel like adding.
Adding new quest/instance should be simple enough for everyone.
770 downloads
Updated
-
Autoloot Settings
By crazyarashi in Utilities
A rather simple autoloot settings function that I made, It's made to store 10 autoloot ID, there can be more than 10 as long as you adjust it.
I made this function to store all ID in one variable rather than multiple ones.
852 downloads
Updated
-
Updated
-
Night Themed Patcher
By crazyarashi in Patcher Skins
A very simple Night Themed Patcher - Includes RSS and PSD with it. Gonna update it soon with status buttons when I learn how to do it
Forum Button [ Idle ] , Discord Button [ Hover ] and Register Button [ Clicked ] -
I've noticed that there are not much patcher themes that are free here in rAthena so I decided to make one and release it here
If you like my work hit the donate button for rAthena ~
458 downloads
Updated