Jump to content

crazyarashi

Developer
  • Posts

    763
  • Joined

  • Last visited

  • Days Won

    20

Files posted by crazyarashi

  1. Free

    Equipment Recycle NPC

    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; }  

    590 downloads

    Updated

  2. Free

    Compendium

    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;
     

    734 downloads

    Updated

  3. Free

    Instance @cd/@cooldown Command

    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.

    637 downloads

    Updated

  4. Free

    Autoloot Settings

    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.

    737 downloads

    Updated

  5. Free

    Illusion Moonlight

    Illusion Moonlight Story.

    2107 downloads

    Updated

  6. Free

    Night Themed Patcher

    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 ~

    429 downloads

    Updated

×
×
  • Create New...