Jump to content

humble

Members
  • Content Count

    5
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    humble reacted to goddameit in Lottery   
    Info :
    After GM active this game, everyone can put their #CASH into the pool,
    the more you put into it, the higher chance you will win,
    for example, if I put 100p into pool, and total #CASH is 1000p, then I have 10% ( 100/1000 ) chance,
    if I add another 300p, then it will be 30.769% ( 400/1300 ).
     
    The default setting is GM active or end this game, and tax rate is 5%.
     
    Download :
    Script --- lottery.txt
    SQL --- http://pastebin.com/E86ETCbf
  2. Upvote
    humble reacted to tr0n_ in tr0n's Questboard [1.5.4]   
    tr0n's Questboard
    With this questboard you can easily add new quests! 2 categories are available (collection quests and hunting quests)
    Thanks to Michy, Jaypee and everyone else who helped me A LOT with this <3 (sry if I didn't mentioned someone..)
    original topic: http://rathena.org/board/topic/60376-tr0ns-questboard-154/

    Files
    [*] previous downloads available in original topic! [*]tr0ns_questboard_1.5.4.txt

    Changelogs
    [*]1.0.0 Release [*]1.1.0 Added zeny reward [*]1.1.0 Minor text fixes [*]1.2.0 Rewrote checkmob and killcounter [*]1.2.1 Fixed "currentquest$" (was set to 0 after finished quest) [*]1.3.1 Added level restriction [*]1.3.2 Fixed a bug in AddCollection function [*]1.3.3 Fixed a bug in AddHunting function [*]1.3.4 Added Reward Item Amount [*]1.4.4 Added Quest delay [*]1.5.4 Added repeatable Quests

    How to add new Quests
    There're two types of quests you can add, collection and hunting quests.

    Collection Quests:
    AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...);  
    Hunting Quests:
    AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Monster ID>,<Monster Amount>,...); Features
    [*]You can activate|deactivate categories (they're predefined) [*]Add easily new quests [*]shows dispbottom of each killed monster [*]you can add as many items or mobs you want

    Terms of Use
    [*]You are not allowed to reproduce or make any profit of this script! [*]You are not allowed to take credits for this script! [*]You are allowed to modify this script for your needs but not to repost it anywhere as your own work! [*]I am not responsible of any damage on your server! [*]Use at your own risk!

    How can you help me ?
    [*]Give me feedback [*]Report bugs [*]Tell me if you like it

     
    If you like my script please support me. Thanks!
  3. Upvote
    humble reacted to Aeromesi in Server News System - Display your Server news to your Players   
    [Server News System 1.0]
    Explanation:

    /* Server News script Version 1.0 Special thanks to IeYasuru for providing the script on eAthena years ago and for my Server. Special thanks to Garr for providing an updated SQL table for this script. Recoded and formated for Hercules by: Aeromesi Information/How to use: Whisper NPC:servnews so that you can post the Latest news for your server, install the SQL Table in your MySQL Server You may Add as many posts as you want as well as Delete based on the post_id in the SQL. Players will be able to view all current News upon login, when they relog they won't see the message until more updated news is announced. */  How to install:
    Simply install the SQL script given in the Server News script at the header:

    DROP TABLE IF EXISTS `gm_news`;CREATE TABLE IF NOT EXISTS `gm_news` (  `post_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,  `gm_poster` char(50) DEFAULT NULL,  `message` char(50) DEFAULT NULL,  PRIMARY KEY (`post_id`)) ENGINE=InnoDB;

    And you're good to go!

    Remember, if you like my work, please rep up my profile or view my scripting services! I may be able to help you in what you want.

    More power to Hercules!

    Enjoy!

    Regards,
    Aeromesiservernews.txt
  4. Upvote
    humble reacted to Happy in PvP Ladder   
    File Name: PvP Ladder
    File Submitter: Happy
    File Submitted: 28 Nov 2014
    File Category: PvP, WoE, GvG, & Battleground
     
    This is a script by Stolao from rAthena. The original versions by him doesn't work well as he was not able to actually test things.
    As I was trying to use it, I found the bugs and decided to fix them for release here in Hercules as I've noticed we do not have a ladder here.
     
    @Stolao, if you see this I am sorry for fixing your script without permission and for releasing my unofficial version of it here. Let me know if you need me to take this down and I will be happy to do so.
     
     
    Features:
    So basically its a simple PvP Ladder that is using arrays & player permanent variable instead of custom SQL table to store the ranking.
    GMs/Admins can reset the ranking
    Players can view the ranking
    Configurable option to give #Pvppoints or any variable for use on a shop/npc which is not included here.
    Configurable anti repeat kill abuse, disable/enable on WoE, Announce, Max Players to Rank
    @PvpLadder to easily view ranks

    So yeah, All credits to Stolao, I mainly just made it work by fixing the bugs and debugging. I apologize if its not as clean as it should be, I was kinda in rush when i fixed it. I'll probably clean it up when I get some time.
     
    github(if you want to help improve it): https://github.com/happyme9/AthenaScripts
     
    Click here to download this file
  5. Upvote
    humble reacted to emotivated in [Free] [Available] emotivated's setup service   
    SERVICE NO LONGER AVAILABLE!
×
×
  • Create New...

Important Information

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