Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/09/17 in Posts

  1. 4 points
    dualityDiscretion

    RO Webcomic [FIN]

    And they're off to try their new 2nd job skills! but... Grace, what are you doing?! https://tapas.io/episode/723153
  2. 3 points
    dualityDiscretion

    RO Webcomic [FIN]

    Last year, I launched a RO-themed webcomic which I've been updating weekly. I've been posting it in several forums and someone told me to share it here too, so I thought why not~ This comic follows Joshua, a newb adventurer who just arrived in Rune Midgard, struggling to understand how the world works, with some helping hands guiding him... kinda... http://tapas.io/series/PORINGS Been goin for almost a year, 44 strips so far and going strong. Updated every Friday~
  3. 2 points
    dualityDiscretion

    RO Webcomic [FIN]

    I... don't even know what to say about Grace's new uniform in this week's PP&P... https://tapas.io/episode/715430
  4. 1 point
    Sephus

    Hercules Ultimate Storage System (HUSS)

    Hey all, I had an idea to implement the ultimate storage system with which users of Hercules would be able to create as many storages as they want without a hassle. And so I worked on Hercules Ultimate Storage System (HUSS). The basic idea of the design has been completed and at this point it is ready to be tested. I wanted to gather suggestions to further extend the system, hence this topic. To test the system, simply visit my fork of Hercules in the storages branch and clone it. Storage.conf Example Entry { Id: (int) (required|unique) Unique Identifier Name: (string) (required) Name of the storage sent to the client. Capacity: (int) (required) Maximum capacity of the storage. } All storages are handled with dynamic arrays that will save a tonne of memory if and when created. They are saved in the same storage database (SQL) as the original separating them by a storage identifier. An infinite number of storages can be created, there are no limits. The current design implementation only allows saving/loading of approximately 1600 items per storage due to packet size limits. Script Command Changes *openstorage(<storage_id>{, <storage_mode>}) Default Storage Access Mode: STORAGE_ACCESS_ALL This will open character's Kafra storage window on the client connected to the invoking character. It can be used from any kind of NPC or item script, not just limited to Kafra Staff. The storage window opens regardless of whether there are open NPC dialogs or not, but it is preferred to close the dialog before displaying the storage window, to avoid any disruption when both windows overlap. mes("I will now open your stash for you"); close2(); openstorage(1); end; Storage Modes: STORAGE_ACCESS_VIEW // View storage only STORAGE_ACCESS_GET // Allow getting items from storage. STORAGE_ACCESS_PUT // Allow putting items to storage. STORAGE_ACCESS_ALL // Allow all actions. So if you guys have any suggestions or ideas that would better the system for Hercules, feel free to comment below
  5. 1 point
    meko

    Monster make Aggressive

    in Mode add Assist: true More details here: https://github.com/HerculesWS/Hercules/blob/master/doc/mob_db_mode_list.txt
  6. 1 point
    dualityDiscretion

    RO Webcomic [FIN]

    Aah thanks a lot! Thanks ;3 -- This week's update~ Despite all the hardships, Joshua's finally finished the tests and proved himself worthy to be a Wizard! https://tapas.io/episode/707953
  7. 1 point
    Rytech

    r819 - kRO March 2017 Mado Update

    =Database *A few item changes. -Fixed the Upgraded Huuma Shuriken to increase MATK properly. -Falcon Flute is now only usable by Hunter type jobs. *Added the Emergency Magic Gear. -This item is usable only by Mechanics. -Mounts the Mechanic to a mado when used. -Has a reuse delay of 3 minutes. =NPC *Updated the thanatos quest to allow Summoner's to enter. =Jobs *Mechanic -Updated the mado code with official March 2017 update changes. -The follow changes applies to the mados.... - -The base movement speed of mado's is now the same as Peco's, -but the movement speed penalty still applies and is reduced with -the Mado License skill. - -Natural HP recovery is increased. Its doubled for now until -the official info is learned. - -Mado's now have a max weight increase of 1500. - -The Teleport skill can now be used. - -Mado's are now immune to equipment stripping.
×
×
  • Create New...

Important Information

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