Jump to content

sandbox

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    16

Files posted by sandbox

  1. Free

    In-Game Poll

    Script Details & Usage
    Based on the idea of Kido, this script can serve as a poll where you can use it to get the satisfaction rating of your players on whether your staff, features, and etc.
    Suggestions for the improvement of this simple script is much 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.

    590 downloads

    Updated

  2. Free

    Daily Gem Collection Quest

    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.

    780 downloads

    Updated

  3. Free

    Daily Rewards Giver

    This script will hand out rewards to your player accounts once upon login, and can be dynamic depending on how you configure it. And when a player logs 5x consecutively, s/he will receive all the prizes from day 1 to 5.
    Example based on Day
    Red Potion (1pc.)
    Orange Potion (2pcs.)
    Yellow Potion (3pcs.)
    Yggdrasil Berry (2pcs.)
    Yggdrasil Seed (1pc.) + 1 Red Potion, 2 Orange Potion, 3 Yellow Potion, 2 Yggdrasil Berry

    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.

    1328 downloads

    Updated

  4. Free

    Dice Event

    This is Yet Another Dice Event script which was used on my server..
    The objective of this event is to correct the right number between 1~4 that the NPC would be picking..
    Players that chose the wrong number, will automatically be kicked from the event, the process will repeat until there's 1 player left..
    Installation
    Enable the script on your NPC folder
    To trigger it, you have to create a new NPC, something like this

    - script DiceTrigger -1,{OnMinute00:if(gettime(3) == 0 || gettime(3) == 3 || gettime(3) == 6 || gettime(3) == 9 || gettime(3) == 12 || gettime(3) == 15) donpcevent "DiceTrigger::OnDiceETrigger";end;}
    Carefully read the comments I made inside the script and make sure to configure it properly

    Edit the warper NPC coordinates
    Edit the prize to be given
    Edit the coordinates where you will warp losing players

    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.

    2452 downloads

    Updated

  5. Free

    Mining NPC

    If your players are bored with the usual Gold Room.. Then they can try this mining system!
    So basically, the player mines mithrils using pick axe, and like my Brewing script, it also has a leveling function, the higher the mining level of the player, the FASTER the player mines.. Mine Exp is only given if the mining process was a success.

    Installation
    Enable the script on your NPC folder
    Carefully read the comments I made inside the script and make sure to configure it properly
    Things required to be available/unused:

    Map: force_2-2 = configurable, ask on thread
    Items: 6010(Pick Axe), 7233(Mithril Ore), 7757(Mithril) = configurable, ask on thread

    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.

    1679 downloads

    Submitted

  6. Free

    Armor Awakening NPC

    This script was based from the Hidden Enchantment NPC and is also inspired by FlyFF's awakening system..
    The difference of this script is, it is enabled for all armors except headgears. And as long as your server does not have armors that have more than 3 slots..
    So basically the gear is randomly given +1 ~ +10 of one of the 6 stats. And if the player is not satisfied, it can re-do the process again, but with an additional requirement(Re-awakening scroll, see script).
    The chance for gaining a higher stat(7~10) is lower than gaining a low stat(1~6). Unfortunately, I forgot how the formula works, and too lazy to analyze it again, haha!
    It also works if the equipment has cards already compounded in it.
    To have a brief idea on how this script works, check this thread out..
    http://ratemyserver.net/armor_enchant.php
    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.

    556 downloads

    Updated

  7. Free

    Custom Poring Race

    This is a custom poring race which was based from the Hugel's monster race. Kindly take note that this was badly written because I was still new at scripting when I wrote this. Though it is fully functional.
    Installation
    Enable the script on your NPC folder
    To trigger it, you have to create a new NPC, something like this
    - script PRaceTrigger -1,{ OnMinute00:if(gettime(3) == 0 || gettime(3) == 3 || gettime(3) == 6 || gettime(3) == 9 || gettime(3) == 12 || gettime(3) == 15) donpcevent "pracetrigger::OnRaceTrigger";end; }

    Carefully read the comments I made inside the script and make sure to configure it properly
    Things to configure MANUALLY:

    Bet type
    Prize type
    Warper NPC
    Disable NPCs existing inside the p_track02 map

    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.

    1395 downloads

    Updated

  8. Free

    Poring Catcher Event

    This is Yet Another Poring Catcher Script which was used on my server..
    Basically, the event spawns 1 Poring with the correct name and 36(multiplied by the number of players inside) fake Porings..
    When the player kills the poring named correctly, s/he wins!
    However if s/he kills the fake poring, player gets warped out..
    Installation
    Enable the script on your NPC folder
    To trigger it, you have to create a new NPC, something like this

    - script PCETrigger -1,{ OnMinute00:if(gettime(3) == 0 || gettime(3) == 3 || gettime(3) == 6 || gettime(3) == 9 || gettime(3) == 12 || gettime(3) == 15) donpcevent "pcetrigger::OnCatcherTrigger";end; }
    Carefully read the comments I made inside the script and make sure to configure it properly

    Edit the warper NPC coordinates
    Edit the prize to be given
    Edit the coordinates where you will warp losing players

    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.

    1451 downloads

    Updated

  9. Free

    Potion Brewer NPC

    This script is an alternative way to obtain special potions. In my server BEFORE, being a high-rates server, I used this as a quest to create full restore potions with 1 weight only..
    It has a level function, the higher the brewing level of the player, the higher the chance of his brews would success. Brew Exp is only given when the player successfully brews the potion which can be configured easily.
    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.

    597 downloads

    Submitted

  10. Free

    GM Reward Giver

    It's basically a script to monitor the items that are given out by your staff to the players, the main use of this is for events, so you can track if any of your staff is being a bad boy! XD
    Installation
    Enable the script on your NPC folder
    Create a table in your database using the code below, or manually by yourself, make sure all columns accept text!

    CREATE TABLE evt_prize(rwd_time varchar(255),player varchar(255),item_id varchar(255),amount varchar(255),gm_name varchar(255));
    Configure this line to the minimum GM group level that you want to monitor.

    if (getgroupid() < 4){end;}
    Configure the map and coordinates where you would place your NPC, it's advised to place it in a map that can't be accessed by your players
    Enjoy with an evil laugh so you can simply swing the ban hammer upon your corrupt GMs! (Optional)

    To monitor your staff's reward logs, simply check the `evt_prize` table and view the item rewarding activity..
    I might update this and add an option where you could view your logs in-game, when I feel like scripting.. Oh yeah! Not!
    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.

    723 downloads

    Updated

×
×
  • Create New...