Jump to content

Events & Games

Sign in to follow this  

Scripts that signal players to join an event at a specific times or often use a map, or an instance map to help players farm items.
Example: Clucker event, Disguise event, Gold room, MvP room, Chess script

39 files

  1. [Instance] Instanced Farming Zones

    Instanced Farming Zones
     
    So what exactly is my Instanced Farming Zones?
     
    Specifications:
    Random Item, Dead Branch, Bloody Branch,Gold, and Oridicon/Elunium Farming Zones all for your own player! Never wait to get into a Farming Room! Configure how many minutes player has until they can do Re-Entry. Easily Configure % Rate at which they obtain items, if they don't obtain the Max Limit of items, the instance will close. Set Max Limit to how much they can Farm. Set the MobIDs. What you want them to fight.
     
     
    Example: //=====================================================/* [Farm Zone] Bloody Branch Information/How-To Setup: 'BBRate - The rate at which they obtain the Dead Branches, which is in %. So 50 = 50%. .BBDelayMin - Controls Time Limit of Re-entering: 1 = 1 Minute, 2 = 2 Minute, etc. .MaxBBLimit - Max amount of Bloody Branches they can Farm until instance is complete, if they don't reach max amount they just complete the instance. MOB1ID/MOB2ID - Select the ID of the monster you want. MOB1AM/MOB2AM - Select the Amount of designated Monsters you want to spawn. NOTE: Don't make the .MaxBBLimit exceed the total amount of monsters you selected to spawn. Otherwise, they will never reach the Max Limit. All other variables do not touch, especially the Count, and the Start. ('Farm_Count and 'Farm_Start) *///=====================================================    

    356 downloads

    1 comment

    Updated

  2. Devil's Square Nightmare-Mode 2021 NEW! (@editds, @disableds, @repeatds!)

    Devil Square [Nightmare-Mode]
     
    (Special thanks to: IeYaseru (Old friend who gave me a DS script I reinvented)
     
    =============================================================================================================
     
    Description:
    In this version of Devil's Square, once the amount of players have joined, that's it.
    You won't be able to continue going back inside of Devil Square once you die, after entering and Devil Square starts, it will be closed.
    All other players won't be able to join, and it's up to all the players to either complete Devil Square or die and not be able to come back in.
     
    If no players enter in the timeframe, it will cancel out the event.
    Also counts up the Max amount of Users when they enter Devil's Square. Once the Max Users have been established, no one else can join, and then it's just up to that team of people!
    Once all the Players have died and warped out of the event, it will announce that all the users who entered have failed Victory in Devil Square, and the event will be reset.
     
    =============================================================================================================
     
    Difference in Type 2:
    Description:
    In this version when you die and get warped out, if you hurry up you'll be able to come back into Devil Square again.
    NOTE: You WILL have to REPAY the amount of Zeny to re-enter.
    Since players can die, and repay/pay at anytime to join inside the event, there's no need to cancel out the event if no one joins.
     
    New Additions to Revision 5 (For Type 1 And Type 2):
    Created commands:
    @disableds - Allows you to disable Devil Square whenever you want (This feature is also inside of the NPC!)
    @repeatds - Allows you to repeat the Devil Square on the go. (This feature is also inside of the NPC!)
    @editds - Allows you to edit, or as I put it "Over Ride" the settings in the OnInit: inside of [DS] Organizer::DSORG
    Changes happen in the menu whether the event is active or not. If it's active it will allow you to disable or go to the Player Menu, if it's unactive it'll ask if you want to Start Devil's Square.
    Basically redesigned a lot of the aspects of the script, beforehand it didn't even work, and had errors upon errors.
    Made the script to be flexible and totally configurable!
    Future additions/ideas: Add the ability to also edit the mob data for each Round as well as the MvP list.
    Also before hand if it was <= 5 users it would only spawn 8 Treasure Chests, otherwise it would spawn 16. Now you can choose as much as you want!
    When a GM is editing an option inside of Devil's Square, another GM cannot edit an option until that GM is done editing an option via `@editds`.
     
    NOTE: Not every Treasure Chest is the same either!

    552 downloads

    2 comments

    Updated

  3. Devil's Square Hard-Mode 2021 NEW! (@editds, @disableds, @repeatds!)

    Devil Square [Hard-Mode]
     
    (Special thanks to: IeYaseru (Old friend who gave me a DS script I reinvented)
     
    =============================================================================================================
     
    Description:
    In this version when you die and get warped out, if you hurry up you'll be able to come back into Devil Square again.
    If you don't hurry up and repay to join back into the event, someone else could have taken your spot, so be quick about getting back in!
    Since players can die, and repay to come back inside the event, there's no need to cancel out the event if no one joins. (Which is in Type 1, once all players die that attempted the Devil's Square the event is ended.)
    NOTE: You WILL have to REPAY the amount of Zeny to re-enter.
     
    =============================================================================================================
     
     
    Difference in Type 1:
    In this version of Devil's Square, once the amount of players have joined, that's it.
    You won't be able to continue going back inside of Devil Square once you die, after entering and Devil Square starts, it will be closed.
    All other players won't be able to join, and it's up to all the players to either complete Devil Square or die and not be able to come back in.
    If no players enter in the timeframe, it will cancel out the event.
    Also counts up the Max amount of Users when they enter Devil's Square. Once the Max Users have been established, no one else can join, and then it's just up to that team of people!
    Once all the Players have died and warped out of the event, it will announce that all the users who entered have failed Victory in Devil Square, and the event will be reset.
     
     
    FINAL NOTE: You can't use BOTH Type 1 and Type 2, as they occur on the same map (This could be changed in the future for Easy/Hardcore modes as long as I make or copy the same map with different variable names.
     
    New Additions to Revision 5 (For Type 1 And Type 2):
    Created commands:
    @disableds - Allows you to disable Devil Square whenever you want (This feature is also inside of the NPC!)
    @repeatds - Allows you to repeat the Devil Square on the go. (This feature is also inside of the NPC!)
    @editds - Allows you to edit, or as I put it "Over Ride" the settings in the OnInit: inside of [DS] Organizer::DSORG.
     
    Changes happen in the menu whether the event is active or not. If it's active it will allow you to disable or go to the Player Menu, if it's unactive it'll ask if you want to Start Devil's Square.
    Basically redesigned a lot of the aspects of the script, beforehand it didn't even work, and had errors upon errors.
    Made the script to be flexible and totally configurable!
    Future additions/ideas: Add the ability to also edit the mob data for each Round as well as the MvP list.
    Also before hand if it was <= 5 users it would only spawn 8 Treasure Chests, otherwise it would spawn 16. Now you can choose as much as you want!
    When a GM is editing an option inside of Devil's Square, another GM cannot edit an option until that GM is done editing an option.
     
    NOTE: Not every Treasure Chest is the same either!
    (Special thanks to: IeYaseru (Old friend who gave me a DS script I reinvented)

    177 downloads

    0 comments

    Updated

  4. [Custom Instance] Ice Titans Attack El Dicastes 2021 NEW!

    [Custom Instance]
    Ice Titans Attack El Dicastes
     
    Story Line:
     
    The Ice Titans have invaded Dicastes and put the Citizens into an eternal frozen slumber, you must finish off all the Ice Titans as well as save all the citizens. If you die you LOSE!
     
     
    Please read the Change-Log and view the Screenshots to get a general idea of the instance! Also so you know what to edit for rewards and of the such.
     
    Just download, carefully read the .txt files and enjoy! If you ever have problems installing, you can PM me on Hercules or add my Discord: Aeromesi#0293
     
    Hope you enjoy Hercules.

    438 downloads

    0 comments

    Updated

  5. [Custom Instance] Dracula's Last Millennium

    [Dracula's Last Millennium]
     
    So what exactly is my Custom Instance Dracula's Last Millenium?
     
    Well here's a brief description.
    Sliding doors, pushes character back, they can pass the gates only in a few split seconds.

    1.) Once inside they must "click/hit" the Witch Statue a randomized amount of times to start the first monster wave.

    2.) Defeat the mobs to unlock 2 keys, obtain them to proceed inside Dracula's lair.
    3.) Use the "Weird Machine" guess the code generated number due to randomized colors to obtain the key to the Witch Picture.
    4.) The "Witch Picture" spawns a whole bunch of randomized mob, after defeat the "pathway block" is unlocked.
    5.) From there proceed to find all "10 ingredients" to stir the Witches Cauldron. Once you do, a wave of mobs will spawn near "Dracula's Coffin" (All party member can find the Ingredient, only Leader can Stir Cauldron.
    6.) Defeat 7 continuous waves until you obtain the "Fake Potion" that you're supposed to "pour into a hole" inside of Dracula's Coffin.
    7.) It's a trick! The potion actually awakens and strengthens Dracula. You fight the last final round, Dracula and his minions!
    8.) End game rewards vary. If you're in Solo, you just get the Basic Reward, if you're in Party, you get the Basic Reward AND Bonus Time completion reward upon finishing the instance in the designated time (like 45 minutes if you finish quick enough). (Easily setup in OnInstanceInit: label)
    9.) Solo Ranking / Party Ranking Solo contains WHO beat the dungeon The Most / The Fastest. Party contains the party who beat the dungeon The Fastest, and it also displays the party members that were currently inside that party who beat the fastest.
     
    10.) Control how many show up in the ranking ladders editing the .DraFastestMax or .DraBeatenMax in the OnInit: label of the NPC Scientist.
    (See all setup in "OnInstanceInit:")
     
     
     
    Randomized features: (Every Wave besides the final round is randomized, the amounts and monster ID's, you CAN CHANGE this however, just edit the array data (variables 'MobId1~10 and 'MobAm-1~10)
    Clicks on the Witch is randomized.
     
     
    Extras:
    Map credits:
    https://rathena.org/board/files/file/2593-the-haunted-house/ (Syouji, though I have included the whole file inside of the attachment, just leaving credit where it's due.)

    545 downloads

    0 comments

    Updated

  6. Poring Village

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    So here's my version of Poring Village instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    214 downloads

    0 comments

    Updated

  7. LMPQ - Ludi Maze Party Quest

    Introduction:
    This LMPQ exists in MapleStory, I am just copy the idea of how it work, and try to port it into RO.
    However, its far from perfect, originally I planned to get a custom map with x-mas theme, something like toy factory since it kinda match with MapleStory's Ludibrium town/dungeons. 
    But plan failed, tried to approach several person to help me with some of the client side stuff, but not everyone have the free time or interested or maybe not willing to work on free maps/clientside release nowaday.
    Anyhow, maybe you could just replace with your own custom map, or even better if you could share with everyone like I share the scripts. The more the merrier!
    So, if anyone willing to help me with custom maps/client side edit, let me know  . Sometime collaborating with others could make great contents for release to other member.
     
    How it work:
    The objective of this party quest is to collect at least a certain tickets by killing monsters and to reach Ludibrium Maze 16 (henceforth known as Room 16).  Navigating through the maze needs a firm foundation of how the rooms operate. When you have successfully entered into the maze, your party will be thrown into a random room. Each type of monster drops a random amount of tickets at certain rate. Some rooms consists of mystery treasure box that summon monsters upon destroyed. These summoned monster has better loot value,  which are important factor to complete the PQ in a short period of time. The more passes you have, the more experience points you will obtain at the end of the PQ. There exists trick to conquer this PQ in a very short duration, I'm not gonna reveal/spoil how is it, and l'll just leave it to you to explore it.
     
    Mirror Link : Pastebin
     
     

    34 downloads

    0 comments

    Submitted

  8. [Event] Wheel of fortune

    Wheel of fortune
    Fun event, this particular version is set to accept Zeny as a payment for gambling.
     
    Would like to thank a lot @Myriad for Improving my code!
     
    Package contains:
    data.zip data folder to put into your GRF file or straight into data folder.
    wheel_of_fortune.txt the script itself.
    WheelOfFortune.psd the Photoshop source file, you can edit the prizes pictures if you like. 
     
    This event can be configured to run automatically 
    OnClock0800: OnClock1200: OnClock1600: OnClock2000: OnClock2200: just change this part of the script,
    at what time you want the script to run.
     
    Or, a GM can start this event by running this command :
     
    @wheel_of_fortune start
     
    As a reference,
    This is a version of the script using event points as a payment (in case you would like to take a look)
    https://pastebin.com/wN6ZjxM0
     

    1968 downloads

    0 comments

    Updated

  9. Fire Area

    Hello guys!
    This is my first script in the Hercules. Basically, do you receive damage while stay stepping.
    Main configurations: (I'm using the last version of hercules)
    //Damage Options: .DMG_Type = 1; // Type of damage - [0 - Normal] | [1 - Percentage of maximum health] .DMG_Attack = 5; // Damage per attack (1 to 100 if percentage damage) .DMG_Speed = 250; // Damage speed. The smaller faster (milisseconds) .CAN_Die = 0; // The character can die burned? - [0 - No] | [1 - Yes] // Effects: .DMG_Effect = 49; //When receive damage (Alternatives: 50 , 255 ) Default: 49 .FIRE_Effect = 25; //Flow Effect (Alternatives: 634 , 728, 920, 962) Default: 25 .EFFECT_Speed = 300; //The speed of loop effect (Advanced option. Not recommended change): //Time Options .TIME_DURATION_ON = 3000; // The time that the fire stay enable (milisseconds) .TIME_DURATION_OFF = 2000;// The time that the fire stay disable (milisseconds) .TIME_Quit = 500; // Burning time after leave of the danger area, (milisseconds) Cells configurations:
    //Bellow, do you configure the cells (Do you can add more, if want) pay_dun00,161,46,0 duplicate(FireArea) #FireArea11 HIDDEN_WARP_NPC,0,0 pay_dun00,161,45,0 duplicate(FireArea) #FireArea12 HIDDEN_WARP_NPC,0,0 pay_dun00,161,44,0 duplicate(FireArea) #FireArea13 HIDDEN_WARP_NPC,0,0 pay_dun00,160,46,0 duplicate(FireArea) #FireArea21 HIDDEN_WARP_NPC,0,0 pay_dun00,160,45,0 duplicate(FireArea) #FireArea22 HIDDEN_WARP_NPC,0,0 pay_dun00,160,44,0 duplicate(FireArea) #FireArea23 HIDDEN_WARP_NPC,0,0 pay_dun00,159,46,0 duplicate(FireArea) #FireArea31 HIDDEN_WARP_NPC,0,0 pay_dun00,159,45,0 duplicate(FireArea) #FireArea32 HIDDEN_WARP_NPC,0,0 pay_dun00,159,44,0 duplicate(FireArea) #FireArea33 HIDDEN_WARP_NPC,0,0 pay_dun00,158,46,0 duplicate(FireArea) #FireArea41 HIDDEN_WARP_NPC,0,0 pay_dun00,158,45,0 duplicate(FireArea) #FireArea42 HIDDEN_WARP_NPC,0,0 pay_dun00,158,44,0 duplicate(FireArea) #FireArea43 HIDDEN_WARP_NPC,0,0 Sorry for my bad english...
    Enjoy it 
    OBS: If do you use @reloadscript in this script, reload your character.

    104 downloads

    0 comments

    Updated

  10. Sarah And Fenrir

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    So here's my version of Sarah And Fenrir instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    186 downloads

    0 comments

    Updated

  11. Charleston Crisis

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    So here's my version of Charleston Crisis instance, based over infos took here and there, videos and divine-pride database, and ziu initial script.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    165 downloads

    0 comments

    Updated

  12. Morse Cave

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    So here's my version of Morse Cave instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    206 downloads

    0 comments

    Updated

  13. Temple of Demon God

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    So here's my version of Temple of Demon God instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    246 downloads

    0 comments

    Updated

  14. Infinite Space

    Hello peoples,
    I've been asked recently to create instances that aren't release on rathena yet, so I decided to merge them to Hercules too.
    So here's my version of Infinite Space instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    185 downloads

    2 comments

    Updated

  15. Endless Cellar

    Hello peoples,
    I've been asked recently to create instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    So here's my version of Endless Cellar instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    200 downloads

    0 comments

    Submitted

  16. Room Of Consciouness

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    So here's my version of Room of Consciouness instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    131 downloads

    0 comments

    Submitted

  17. Devil Tower

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    So here's my version of Devil Tower instance, based over infos took here and there, videos and divine-pride database, and DanielArt initial script.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    160 downloads

    0 comments

    Submitted

  18. Last Room

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. I've then decided to merge them to hercules too.
    So here's my version of Last Room instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    94 downloads

    0 comments

    Updated

  19. Sky Fortress

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. SO I decided to merge them to Hercules too.
    So here's my version of Sky Fortress instance, based over infos took here and there, videos and divine-pride database.
    In the rar, you'll find all you need, including Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.
    Please, leave the credits and do not claim my work as yours.

    167 downloads

    0 comments

    Updated

  20. Airship Assault

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.
    This is a version of Airship Assault instance, corrected from Ziu initial script.
    It has been fully translated to english, reworked to be more clean and tested.
    You'll find everything needed in the rar, including instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.

    129 downloads

    0 comments

    Submitted

  21. Quest NPC ( Instance Base )

    Good day !!!
     
    this is my new quest NPC ( instance base script )
     
    why i called it instance base ?
    because you need to do some quest by entering instance first and find the monster need to kill to finish this quest
     
    i insert all modifications and scripts needed on this NPC script
    i also insert Shadow boxes lua file modification on this script
     
    Take note : please read all read me text first to do all procedures properly
     
    thank you guys 
     

    187 downloads

    0 comments

    Updated

  22. Faceworm Nest

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    Therefor, I've decided to modify or create those for hercules too.
    In the rar, you'll find all you need:
    Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.

    180 downloads

    1 comment

    Submitted

  23. Horror Toy Factory

    Hello peoples,
    I've been asked recently to create official instances that aren't release on rathena yet.
    Therefor, I've decided to modify or create those for hercules too.
    In the rar, you'll find all you need:
    Instance file, mob, item and quest db.
    You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.
    Have fun.

    175 downloads

    0 comments

    Submitted

  24. iRO Christmas 2016

    Quite late, but here is iRO's Christmas Event of 2016. It was scripted while I played, so probably some things aren't perfect, like the monster and item data.
    This file contains:
    Santa Klaus giveaway (christmas_giveaway.txt): This NPC seems to be enabled every christmas on iRO. Santa Klaus is at the center of Prontera giving a gifts, players can choose between three gifts and allows warping to guild dungeons. The gifts are:
    Skill and Status reset
    Seal Status reset
    Gifts:
    3x Enriched Elunium
    3x Enriched Oridecon
    5x Red Envelope
    3x Yellow Butterfly Wing
    30 minutes Job EXP bonus (Job Battle Manual effect)


    [*]Christmas Quest (christmas_2016.txt): This is the quest. It starts at Eden Group HQ, then you have to do some deliveries to get Sprig of Holly and then turn them into a Costume headgear. It contains a daily quest.


    In the zip file you'll find both scripts and client/server changes.
    One script doesn't depend on the other one, that's why they're in separate files.
     
    Known Differences:
    The Santa's giveaway sets a quest in the client, but this ID is out of Hercules ID Range, so I changed it
    In Christmas Quest, the first NPC on the quest line shows a message over her head to the player only, I couldn't find a command to do this, so it shows to everybody.
    On iRO, the daily quest is reseted everyday at 4AM, but Hercules seems to not have a command to set time limit explicitly (instead we use quest_db) so I set it to 23h time limit.

     
    If something is wrong, let me know and I'll try to fix as soon as possible.

    95 downloads

    0 comments

    Submitted

  25. [Auto-Event] Pluckin' a Chicken

    [Auto Event] Pluckin' a Chicken


     

    What exactly is this event Pluckin' a Chicken?
     
    Well...
     
    Details:


    // Automated Event
    Winner gets double the amount of cash points based on how many they clicked/plucked.
    If any players are in the 11x11 square they will be moved somewhere safe to participate in the event.
    Player who wins, gets item, Zeny, and Double Cash Points based on how many clicks they did to win.
    Randomized each time, one time you could have to pluck the chicken 100 times, or 350 times, never know.
    Players who lose STILL WIN! When the event is disabled go to Pluckins (wherever you put him)and he will exchange your Plucks on the Chicken you got for the exact same amount of Cash Points.
    If the next hour goes and no one has completed the Pluckin' a Chicken event, it won't start again until it's finished.
    1 hour timer, once you start your server, in 1 hour the event will begin, once completed, another hour and the event will start.
    When WoE FE:SE is in session ( agitcheck / agitcheck2 ) the event will not start, to prevent too much going on at once.
     
    Enjoy Hercules ^^

    309 downloads

    0 comments

    Submitted

Sign in to follow this  
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.