Jump to content

Aurora

Members
  • Content Count

    121
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Aurora reacted to Adel in Adel's Sprite Showcase   
    Halloween Set 1
     
           
              
          
  2. Upvote
    Aurora reacted to Habilis in Q> on make sql command   
    hmmm... ok...
    1 thing, when you say 
    you ran chmod +x ./configure (worked fine)
    but did you ran ?
    ./configure  
    2 thing you can always do 
    chmod +x config.status ...
  3. Upvote
    Aurora got a reaction from Hafflex in Help about Tokei's grf encryption   
    I'm no expert but did you generate files and put it in your ro folder? ;o
  4. Upvote
    Aurora reacted to Ridley in [Release] The (data) GRF Project   
    Offering 2 versions of the grf now. Scroll down for more info. Both data.grf do NOT require rdata.grf.
     
    Option 1: (clean standard kRO GRF)
    Download OneDrive
     The grf is up-to-date 2018-12-22. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,40gb (1.503.844.793 bytes) compared to the original 2.13gb (2.291.252.926)
    Works perfect with all current pre-renewal and/or renewal content (rdata.grf is not needed). You still need the content of the Translation Project in order to use this.
    All cutins in this grf are reduced by 35%
    Note: This is pure kro data.grf and does not contain any jro/iro/whatever files
     

      
    Option 2: GRF with the content of all official servers
    Download Mediafire
    Download OneDrive
    Download Mega
     
    This GRF contains all official files. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,43gb (1.536.478.834 bytes)
    The grf is up-to-date 2016-08-04.
    Please throw a PM on me if this GRF is missing something! I want this to be the most complete one of all
    Small summarize
    more than 200 additional maps more than 700 additional items more than 60 additional NPC's more than 130 additionalmobs more than 900 additional cutins
     
    Instructions:
    1. Download the data.7z
    2. Extract it
    3. Put both (grf + dll) into your RO folder
     
    Changelog: Fixed Rock Ridge Illustrations use wrong Magenta (200, 238, 120 instead of 200, 240, 120) Removed chunk  
    Option 3: Episode 13.2 Pre-Renewal GRF
    This one is 775 MB (812.914.794 Bytes) and great for all kind of pre-re servers.
    Download OneDrive

    All rights and credits belong to Gravity
     
    Note: you can still encrypt your grf with SecureGRF or Tokei's GRF Editor - just use another name than cps.dll for it.
    updated thread 2019-01-13
  5. Upvote
    Aurora got a reaction from msfabiao in remove shaking   
    You can hex it using NEMO.
  6. Upvote
    Aurora reacted to Dastgir in Plugin Collections   
    12th Ocotober:
    Added costumeitem plugin


    Update 2:
    Added Extended Vending System
    https://github.com/dastgir/HPM-plugins


    Edit: Forgot to mention,
    Extended Vending is autotrade persistent...
  7. Upvote
    Aurora reacted to Jaburak in s1 Lykos - Graphic Designs   
    Just. An. Update
     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

  8. Upvote
    Aurora reacted to Dastgir in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Today's update: optimizing memory usage..
    Upcoming weeks may see the finished product...
  9. Upvote
    Aurora got a reaction from Dark8008 in Why have to use ItemInfo.lub not idnum2itemdesctable.txt anymore?   
    If you want to do this, use 2012 clients 
  10. Upvote
    Aurora reacted to Garr in Fastest way of adding custom items   
    Bunch edit as in you can now edit few items at once, for example if you'll highlight few items inside item_db and edit weight to 10, all highlighted items will change their weight to 10.
    SDE also has client description autocomplete depending on item_db1/2.
     
    Python script lets you make your own changes depending on your own conditions, but that requires some Python knowledge, check the topic I linked you to, Tokei wrote some example python scripts.
  11. Upvote
    Aurora got a reaction from RagnarokOnline2015 in Exe   
    Nvm. Found it here.
  12. Upvote
    Aurora reacted to Winterfox in Client won't open   
    @@Aurora
     
    You are welcome. 
  13. Upvote
    Aurora reacted to Angelmelody in Item script: cashmount   
    OnEquipScript: <"if(!hascashmount())setcashmount();">
     OnUnequipScript: <"if(hascashmount())setcashmount();">
  14. Upvote
    Aurora reacted to Litro in King Poring Recolor - First Time Recoloring   
    Hi everyone.. here my first time sprite recoloring work
     

     
    UPDATE:
    - Fix Die animation Recolor-king_poring.7z
    - adding King Ghostring
  15. Upvote
    Aurora 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
  16. Upvote
    Aurora reacted to Dastgir in Custom mob help   
    Its for extremely new clients 2014-10++And currently source doesn't support 25000 mob id,thus you cannot use it xD
  17. Upvote
    Aurora reacted to Tranquility in Custom mob help   
    He mentioned that your client and server side ID's don't match.
    Looking at your NPCidentity.lua you see that the number there isn't equal to what you have in mob_db2.
    Change the value in your lua files to what you have in your mob_db2.
     
    The maximum mob_id you can use is 3999 from your current range, if you need more ID's, you'll need to continue from 25000
  18. Upvote
    Aurora reacted to Happy in 2013-12-23 Premade Client Pack(Just add data.grf)   
    It's a premade package i use for my full setup service, I thought I'd just release it here xD
     
    DOWNLOAD HERE
     
    Pretty much you just need a BGM and data.grf and you'll be good to go(Assuming your server is already up).
     
    Some information for customization:
    The client is named "PremadeRO_Main", there is another one with EX which is the 2014-10-22 client its buggy so its still in experimental that's why its _EX.
     
    It uses DATA.ini, clientinfo.xml which is in the GRF premade.grf
    System/itemInfo.lua for custom items
     
    I used nemo on it, and the following were the diffs applies:
     
     
     
    Its not the cleanest package, there are some bloat files, which you are free to clean up, though when you do it'll be nice if you could release the cleaned version, just be sure its fully tested alright
     
    Even though you got this, it is still useful to try and create your own package sometime as this will help you learn more and prevent future troubles in your server.
     
    Hope this serves useful, good luck on your server!
     
    Credits goes to gravity, original uploader of the clients, and whoever owned the things I put in there. Sorry if I knew i would be posting this here, I would've gathered the names xD But I only remember Yommy for the 2014 client xD
  19. Upvote
    Aurora reacted to Beret in NEMO - Client Patcher   
    Neo could you add support in NEMO:
     
    Color name:
     

     
     
    Digits healing:
     

     
    Color healing:
     

  20. Upvote
    Aurora reacted to GmOcean in Scripting Tutorials & Guides   
    Scripting Tutorials and Guides
    I'm going to attempt to help everyone here with their scripts while not being directly involved in helping you with them xD.
    This will also help future/current scripters get some fresh info and maybe inspire innovative ideas towards scripting.
    So that we can prove that us " Scripters " are the superior ragnarok emulation race! Take that Source Code writers!! Jk lol, we need you too .

    What I'm going to do, is write detailed tutorials on how to write a few scripts. Starting from the basics to more advanced scripts.
    This way everyone can follow along. And hopefully this will help everyone understand how to write a few scripts and even troubleshoot their own scripts.
     
    Also please read: Scripting Standards.
    It will help you understand how to read some of the syntax and way people script things.
    // A list of <sprite id>s can be found here: Sprite_IDs Credits: Ai4rei
    Scripting Tutorials & Guides
    In this section you will learn how to write scripts ranging from Complete Begginer Level Scripts ( Me and Some of you ) -> Expert Level Scripts ( Think, Developer Status O.o; )
    - Beginner Scripts -
    Scripts for complete beginners and novice scripters.
     
     
    - Intermediate Scripts -
    Scripts for intermediate level scripters. If you completed my beginner script series, then you are ready for this section.
     
     
    - Advanced Scripts -
    Scripts for advanced level scripters. If you completed my intermediate script series and have made a few of your own intermediate scripts, then you are ready for this section.
     
     
    The idea behind this topic, is for new users, and current ones, to have a (second)place they can go to for reference when trying to write a script if they can't figure it out with script_commands.txt file. It will also help people learn how to write scripts. While hopefully, keeping script writing techniques to a ' very ' similar structure!
     
    *Read Me* - I have updated the links on this post to link to the oldboard so these guides can be viewed. However, do note that the script_commands.txt links within those guides are no longer accurate. Enjoy your scripting.
  21. Upvote
    Aurora reacted to malufett in Tanong about sa hercules   
    pano ang alin? convert ng item db? search mo lang sa forums...(http://haru.ws/hercules/itemdbconverter/)
     

  22. Upvote
    Aurora reacted to Dastgir in 4Slotted Weapon,2Slotted Shield   
    For those who want to make All Equips 4 Slots but cannot find a new item_db file ,
    Here's a RegEx trick to do it.
    Open Notepad++ , open item_db.txt(whichever file in which you want to make all equips 4 slots)
    Open "Find Dialog Box"(CTRL+H), Select Search mode as Regular Expression.
    and in find put
    5,([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*) In Replace Put
     5,1,2,3,4,5,6,4 Change that 4 to the number of slots you want(for all equips 4 slot, put 4)
     
    And Press "Replace All", and its done.
     
    If you want shields to be 2 slotted,
    Follow same method above but in find put
    5,([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),([0-9]*),(0[xX][0-9a-fA-F]+),([0-9]*),2,32 And In replace put
     
    5,1,2,3,4,5,6,2,8,9,2,32 Change 2 to number of slots you want in shield.
     
    That's All
     
    Here's an item_Db with 4 slotted weapons and 2 slotted shield(14th June):item_db.txt
     
  23. Upvote
    Aurora reacted to zackdreaver in Guide setting up 2013+ Client for Hercules   
    look like client pack from nickyzai is corrupt
    maybe try other link can help
    http://roclients.info/
  24. Upvote
    Aurora reacted to Dastgir in Plugin Collections   
    Hello Community,
     I am feeling like, there's many plugin on forum, but not been actively used, due to out-of-date plugin
     
    I have updated Shikazu's Plugin first(as it was requested on the thread from 25th April), maybe Shikazu busy on his rl.
    Also I have included My Plugins there.
     
    I would like to add more plugins there(which are not updated on hercules forum <- please suggest if you find some outdated plugin and want me to update it )
     
    List of Plugins and Owners:
    https://github.com/dastgir/HPM-Plugins/blob/master/README.md  
    Repository: https://github.com/dastgir/HPM-Plugins
     
    Thanks.
×
×
  • Create New...

Important Information

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