Jump to content

IndieRO

Members
  • Content Count

    286
  • Joined

  • Last visited

  • Days Won

    13

Reputation Activity

  1. Like
    IndieRO got a reaction from Heero12 for a file, My First Sprite Pet Headgear   
    I just learn how to make it sprite Headgear
    Enjoy!
  2. Like
    IndieRO got a reaction from kalabasa for a file, My First Sprite Pet Headgear   
    I just learn how to make it sprite Headgear
    Enjoy!
  3. Like
    IndieRO got a reaction from smiths12 for a file, My First Sprite Pet Headgear   
    I just learn how to make it sprite Headgear
    Enjoy!
  4. Upvote
    IndieRO reacted to Habilis for a file, [NPC] Campfire to regenerate HP/SP   
    Originally:
    There is a nice contribution from meko on that subject,
    Menhir (Big rock that possesses magical powers and able to restore Health and Energy of Seekers resting/meditating nearby)
    Thanks, meko!
    But, I thought to myself, well, that is wonderful, but why not make it portable?
    The Idea:
    An element of role play, a way to add functionality 
    to the item 7035 - Matchstick, To light a Campfire.
    A Campfire is a portable temporary regeneration NPC.
    OW, and it is configurable ;).

    Campfire to restore / regenerate HP & SP.
    When you sit by the Campfire, you start feeling the warmth and the comfort, thus your HP & SP begin to regenerate.
     
    Mechanics : 

    A phosphorus tipped stick that can be used to start a fire. (Now Indeed )
    When you use the item Matchstick in your inventory, it will spawn a duplicate of the NPC called Campfire.
    This will help you when you are in the field, farming, grinding, starting a Campfire will help you rest.

    - You need to sit close to the Campfire (3 cells ) to feel the warmth.
    - Anyone can sit by your Campfire and rest.
    - Campfire lasts 2-3 minutes.
    - Need to sit for at least some time to begin feeling the warmth and comfort.
    - you cannot start a fire within 5 cells of another NPC
    - If you use a match one more time, old Campfire disappears and a new one appears.
     
    I think it will add an element of roleplay and romanticism to the gameplay.
     
     
    Installation : 
    To be able to use this script you need a plugin npc-duplicate.c
    https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/npc-duplicate.c
    Install & enable this plugin This script uses a relatively new NPC sprite at the moment of writing this release.
    4_BONFIRE
    Therefore, you may have to edit the Hercules source to allow for this new NPC
    To the /db/constants.conf
    add this line: 4_BONFIRE: 10252 In the /src/map/npc.h
    change this line: #define MAX_NPC_CLASS2_END 10800 This will allow for way more NPCs
    Save and recompile Hercules. In the client, you may not have this NPC
    But luckily for you, I've included with this release a data.zip archive containing the NPC sprite
    and the sound of striking a matchstick.
    Just add it to your GRF or data folder if you use data folder. In the client, Lua Files make sure you have this NPC sprite

    LuaFiles514/Lua Files/Datainfo/NPCIdentity.lub JT_4_BONFIRE = 10252,
    LuaFiles514/Lua Files/Datainfo/jobName.lub
      [jobtbl.JT_4_BONFIRE] = "4_bonfire", In the /db/re/item_db.conf or /db/pre-re/item_db.conf
    find Id: 7035
    and add these 3 attributes Type: 2 Delay: 3000 Script: <" callfunc("F_CreateCFDup"); ">  
    Configuration: 
    It is a configurable script
    All of the parameters are explicitly commented for a better understanding of the rules
    .refillHP_rate = 15; // number of HP to give every refill .refillSP_rate = 5; // number of SP to give every refill .refill_distance = 3; // max distance from fire HP/SP regeneration will work .camp_fire_delay = 5; // Skip how many ticks before feel warm ;) .refill_timer = 300; // wait rand(X) ms before refil Feel free to adjust to your server needs
    .@nofire_distance = 5; // How far from other NPCs allowed to make fire. .@fire_duration = 1000 * 60 * 3;// 3 minutes (How long will the Campfire last, in ms)  
  5. Upvote
    IndieRO reacted to Hyvraine for a file, Stellar - FluxCP (Herc FluxCP)   
    Stellar by HTML5 UP | @ajlkn | html5up.net
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
    Integrated to FluxCP (Hercules) by Hyvraine of Hyvraine Designs | facebook.com/HyvraineDesigns
    ================================
    Ported this to FluxCP (Herc) as I was fiddling with responsive templates. It's semi-responsive, I think.
    FEATURES:
    WoE Countdown Top Guild Top Player (based on FluxCP's Character Ranking module) HOW TO INSTALL:
    This follows the default theme of FluxCP, it acts similar like Emphaino where it inherits the default FluxCP pages.
    Extract the RAR file in the themes folder.  In application.php: make sure 'stellar' comes first and then 'default' next 'ThemeName' => array('stellar','default'), // Names of the themes you would like to use. Themes are in FLUX_ROOT/themes. First theme listed will be default theme. And you should be good to go.
    HOW TO EDIT:
    Site title is still dependent on the variable SiteTitle inside application.php.
    Edit index.php in stellar/main/ for the front page stuff.
    For the Favicon, Logo, Description, WoE Hours, Site Navigation, please visit settings.php for more instructions.
     
  6. Upvote
    IndieRO reacted to Alayne for a file, Anti-Priest   
    This script contains a quest where you're following the Anti Priest path.
    The goal of an anti-priest is to be the exact opposite of the Priest, and therefor, you'll be asked to NOT help people, by spreading false infos for instance.
    If you need a guide, just ask for it, and I'll make one ^^
    Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the rewardId variable to ensure you'll be able to get the reward.
  7. Upvote
    IndieRO reacted to Alayne for a file, Veteran Quest   
    This script contains a quest where an old adventurer will sing you a song, and where you'll have to ascomplish each step to become an adventurer yourself.
    If you need a guide, ask for it! (but please, read the file first, it's quite easy).
    Warning: All the quests I'm gonna release relied on item you might not have as they're custom ones. So think of editing the reward variable to ensure you'll be able to get the reward (on OnChooseItem).
    Info: as I'm planning to upload thousands of scripts, I can't take screenshot of all single quests. So I'll add only my avatar's one
  8. Upvote
    IndieRO reacted to Alayne for a file, 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.
  9. Upvote
    IndieRO reacted to Alayne for a file, 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.
  10. Upvote
    IndieRO reacted to Alayne for a file, 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.
×
×
  • Create New...

Important Information

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