Jump to content

Search the Community

Showing results for tags 'instance'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Bulletin Centre
    • Community News
    • Repository News
    • Ragnarok News
  • Hercules Development Centre
    • Development Discussion
    • Suggestions
    • Development Centre Archives
  • Support & Releases
    • General Server Support
    • Database
    • Scripting
    • Source
    • Plugin
    • Client-Side
    • Graphic Enhancements
    • Other Support & Releases
  • Hercules Community
    • General Discussion
    • Projects
    • Employment
    • Server Advertisement
    • Arts & Writings
    • Off Topic
  • 3CeAM Centre
    • News and Development
    • Community
  • International Communities
    • Filipino Community
    • Portuguese Community
    • Spanish Community
    • Other Communities

Categories

  • Client Resources
  • Graphic Resources
    • Sprites & Palettes
    • Maps & Textures
    • Other Graphics
  • Server Resources
    • Server Managers / Editors Releases
    • Script Releases
    • Source Modifications
    • Plugins
    • Pre-Compiled Server
  • Web Resources

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Skype


IRC Nickname


Website URL


Location:


Interests


Github

Found 36 results

  1. View File 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. Submitter Alayne Submitted 11/08/17 Category Events & Games  
  2. View File 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. Submitter Alayne Submitted 11/08/17 Category Events & Games  
  3. Alayne

    Last Room

    Version 1.1.0

    94 downloads

    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.
  4. Version 1.0.0

    181 downloads

    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.
  5. View File 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. Submitter Alayne Submitted 08/23/17 Category Events & Games  
  6. 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. I'll start to release the two existing in rathena that are still missing in Hercules, Horror Toy Factory and Faceworm Nest. For those, I wouldn't ask for anything, as I made really few edits, only enough to allow them to work on Hercules. On the other hand, if you're interested into any of the following list, on hercules or rathena, please feel free to contact me! Here's the list of instances I've rewritten: Airship Assault Charleston Crisis Devil Tower Endless Cellar (rathena only pour le moment) Infinite Space (rathena only pour le moment) Last Room Morse Cave Overlook Water Dungeon Poring Village Room of Consciousness Sarah And Fenrir Sky Fortress Temple of Demon God And i've also rewritten the quest and stuff enchant for Sarah And Fenrir, Poring Village and Infinite Space. And the General warper to instances entrance. Please note that this instances are developped other videos, irowiki and database I have found (for mobs and items). Therefor, they might be not exactly the same as official. But they're as close as possible!
  7. View File 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. Submitter Alayne Submitted 08/23/17 Category Events & Games  
  8. Version 1.0.0

    175 downloads

    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.
  9. Hi peoples, I'm currently working on a bunch of instances. For one of those, I have to pop a certain amount of monsters, which can then pop a skill on a boss one. For that, when invoking those monsters, I get their ideas from areamonster command's output, store them in a custom array, and use those as base for a unitskill. The problem is that when one of monsters died, I then got an error on unitskill command cause the mob's dead, and therefor, not available for command application. So I'd like to clean the array when a mobs died. but I can't find a way to get the GID of a monster that died to pop it out of the array, killedrid in the NPCKillEvent being the monster's class. Is there's a way to do so?
  10. Hello, I have created a script which will assign an account-wide delay timer to those who log out to avoid the warp-out NPC which I have variables attached to. My problem is the 'ins_nyd2 value - it always returns 0. [Warning]: script_get_val: cannot access instance variable ''ins_nyd2', defaulting to 0 The script works fine if I removethe if ('ins_nyd2 < 4) end; line, but there are cases when players genuinely disconnect, which would lock them out of finishing the instance. - script nyd_logout_exploit FAKE_NPC,{ OnPCLogoutEvent: if (!compare(strcharinfo(PC_MAP), "2@nyd")) end; getmapxy (@map$,@x,@y,UNITTYPE_PC); if ('ins_nyd2 < 4) end; if ((@x >= 100 && @x <= 300) && (@y >= 255 && @y <= 390)) #nyd_nest = gettimetick(2) + ( 60 * 60 * 24 * 3); // 3 Days end; }
  11. hi. i would like to request for a script allowing a single player instance. the said instance: 1. may or may not require the player to be in a party. (preferably not requiring a party, but would create an exclusive instance anyway) 2. instance resets every 12 hours ( the cooldown, instead of 1 day, is down to 12 hours) thanks in advanced.
×
×
  • Create New...

Important Information

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