Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/03/22 in all areas

  1. https://github.com/rathena/rathena/commit/846dfd9bb4f21dd4622d289223d8d0785f28e35b
    2 points
  2. I think it might happen to another script too. Maybe you are using hourly reward scripts ? If yes, some rewards script released in this forum are not working well already. Try disable that hourly reward scripts and see again if that issue occurs again or not.
    1 point
  3. File Name: @minimart File Submitter: sandbox File Submitted: 28 Feb 2014 File Category: Utilities Content Author: sandbox Script Details & Usage It's a script intended to help ease the laziness of the players in the RO world today. It basically opens a Tool Dealer upon execution, so they could restock their supply or sell their junks easily. Suggestions for the improvement of this very simple script would be appreciated. Installation Enable the script on your NPC folder Carefully read the comments I made inside the script and make sure to configure it properly Terms & Conditions You are not allowed to reproduce or make profit of this script You are not allowed to take credit for this script. Though you can modify/edit it to your liking. I can give you support, but please, do not message me. It is your own responsibility to create a backup before implementing anything new. Pastebin: http://rathena.org/board/pastebin/f4nxnlt1r7c/ minimart.txt
    1 point
  4. Version 1.0.0

    208 downloads

    3 Custom Visors Just cleaning up my design folders. Hehe
    Free
    1 point
  5. Version 1.0.0

    210 downloads

    Colored Credit Cards Just cleaning up my design folders. Hehe
    Free
    1 point
  6. prontera,155,180,5 script Daily Supply 94,{ mes "[ Daily Supplier ]"; if(#DSUPPLY==gettime(DT_YYYYMMDD)){ mes "You already received your supply today."; end; } mes "Here's your daily Supply!"; explode(.@items$,.items$[gettime(DT_DAYOFWEEK)],"|"); for(.@i=0;.@i<getarraysize(.@items$);.@i+=2) getitem atoi(.@items$[.@i]),atoi(.@items$[.@i+1]); explode(.@bitems$,.bounditems$[gettime(DT_DAYOFWEEK)],"|"); for(.@i=0;.@i<getarraysize(.@bitems$);.@i+=2) getitembound atoi(.@bitems$[.@i]),atoi(.@bitems$[.@i+1]),Bound_Account; set #DSUPPLY,gettime(DT_YYYYMMDD); end; OnHour00: waitingroom callsub(OnCheckDay)+" Supply",0; end; end; OnCheckDay: switch(gettime(DT_DAYOFWEEK)){ case 0: return "Sunday"; case 1: return "Monday"; case 2: return "Tuesday"; case 3: return "Wednesday"; case 4: return "Thursday"; case 5: return "Friday"; case 6: return "Saturday"; default: return "ERROR!"; break; } return; OnInit: waitingroom callsub(OnCheckDay)+" Supply",0; //You can use Copy | (Vertical Bar) to separate items // Item ID, Amount{,Item ID,Amount}... setarray .items$[0], "501|5|502|10|503|15|504|20", //Sunday "601|5|602|3", //Monday "501|1", //Tuesday "502|1", //Wednesday "503|1", //Thursday "504|1", //Friday "505|1"; //Saturday setarray .bounditems$, "501|5|502|10|503|15|504|20", //Sunday "601|5|602|3", //Monday "505|1", //Tuesday "504|1", //Wednesday "506|1", //Thursday "502|1", //Friday "501|1"; //Saturday end; } Don't Forget to press Answer and Up Vote ^_~
    1 point
  7. Version 1.0.0

    1379 downloads

    STAFF SIGN CUSTOM HEADGEAR BUNDLE Greetings again, rAthena! I'm Haziel, you might know me from the work I've done for the past years, I'm now posting new releases every week. Staff Signs is a bundle of Custom Headgears, it has all necessary files to be appropriately implemented, such as Equip Sprites, Icon and Collection files! This package contains four different Headgears to represent each Staff position, such as Community Manager, Event Manager, Game Master and Administrator! Let me know in the comments below if I'm missing any other! I hope you enjoy the final product! If you're interested in my work, Contact me on hyering or through one of the channels below! By downloading this file, you agree to my Terms of Service: • YOU WILL NOT remove my signature from any of the included files. • YOU WILL NOT alter, edit, recolour any of my files unless for your personal use. • YOU WILL NOT repost, repass or mirror my work nor edited versions of it anywhere. • YOU WILL NOT sell, resell or in any manner, ask money or rewards using my work as an exchange. • YOU WILL NOT claim my work as yours.
    Free
    1 point
  8. Version 1.0

    805 downloads

    This is a simple script that can kill time for your players, it is a repeatable quest that requires players to collect the birthstones(topaz, opal, etc.) available in RO.. Installation Enable the script on your NPC folder Edit the commented lines to the reward that you want to be given to your players Disable the Jeweler NPCs on npc/merchants/shops.txt Terms & Conditions You are not allowed to reproduce or make profit of this script You are not allowed to take credit for this script. Though you can modify/edit it to your liking. I can give you support, but please, do not message me.
    Free
    1 point
  9. Version v1.0

    562 downloads

    Sorry for the not so good quality newbie spriter hope you enjoy using it
    Free
    1 point
  10. A very simple Hot Castle Event script. You can select what agit or castle do you want for the event. setarray .@maps$[0],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05","aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05","gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05","payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05","arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05","schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05"; Edit the price. getitem 504,10; // Set your price getitem 505,10; // Set your price Hot Agit Event.txt
    1 point
×
×
  • Create New...