Jump to content

Ridley

Administrators
  • Content Count

    1157
  • Joined

  • Last visited

  • Days Won

    86

Reputation Activity

  1. Upvote
    Ridley got a reaction from NevermoreInc in Clan System   
    Hemagx and me are on this for a while now, I don't think it takes much longer.
  2. Upvote
    Ridley reacted to evilpuncker in Item link   
    read it please
     
     
  3. Upvote
    Ridley reacted to evilpuncker in Doram Skills   
    this is 3CeAM section, not hercules
  4. Upvote
    Ridley reacted to Kubix in Queue BG rewrite   
    nope. created by my wife
  5. Upvote
    Ridley reacted to Sephus in iRO Scripts + database releases   
    So here's a release of my iRO scripts and some of their required database parts. I know some of these are already out there, but this is my original work and I hope ya'll enjoy them.
     
    Link - Smokexyz's ROScripts
     
     
    iRO Gramps
    * ------------------------------- * - Official Quests Supported : * --- 17 x 100 Hunting Quests * --- 24 x 200 Hunting Quests * --- 108 x 400 Hunting Quests * ------------------------------- * - Quests are ordered by level of the players * from 70 ~ 150. * - 400 Hunting Quests organised and randomised by map. * Automated to select a new quest for each category every 3 days. * - Supports a custom Happy Hour feature with randomised bonus rates. * - Automatically increases mob spawn in maps of the selected quests. * ------------v2.1------------------- * - Added support for premium Exp combination of Base/Job. * - Fixed a bug with per Mob Exp where both mob and quest exp were * affected by rates. Using custom strmobinfo(8/9) for original exp. * - Fixed display of Exp in string format. * - Fixed bug with reset stone, it will now delete all cool-downs and * current un-submitted quests. * * Note that this does not completely emulate 100% iRO gramps; * iRO switched quest level categories to 3 from 4. This will * be changed later.  
    iRO Mighty Hammer
    * Source - iRO Wiki * - Your gear must be +7 or higher in order to begin upgrading. * - Continue upgrading without exiting NPC conversation * (if HD Ores are present in your inventory.) * - Custom Feature: Utilizes kRO Safe to +N Certificates.  
    iRO Bounty Boards - Complete from http://irowiki.org/wiki/Bounty_Board_Quests (except Aldebaran).
     
    iRO Overlook Dungeons - http://irowiki.org/wiki/Overlook_Water_Dungeon_Quests
     
     
    Feel free to create issue reports on the repository for any issues/suggestions that you may have. I will update with more scripts in the future.
  6. Upvote
    Ridley reacted to Ragno in iRO Weekly Turn-In Event - Gramps NPC   
    I haven't considered it because this is iRO content, and I understand there is no interest to follow that. However, I will propose it as a suggestion just after finish some changes I want to do to add a gm control and monsters spawns.
  7. Upvote
    Ridley reacted to Lamex in Zodiac of the months   
    "You like to make 1 cancer"
     
    Yes pls Kappa
  8. Upvote
    Ridley got a reaction from NevermoreInc in Zodiac of the months   
    File Name: Zodiac of the months
    File Submitter: Ridley
    File Submitted: 24 Jul 2016
    File Category: Quest, Shops, Functions & Algorithms
     

    //===== Description: =========================================================//= Rotates each month. January (Capricorn) to December (Sagittarius)//= Counts and displays required items and how much you miss//= Player can choose to make diadem or crown//============================================================================
     
    the sprites of the zodiac crowns/diadems are not in kro's data.grf, so I uploaded them here too.
     
    Click here to download this file
  9. Upvote
    Ridley reacted to evilpuncker in Status Ailments   
    google has lots of info about it 
    https://www.google.com/#q=design+system+e300
  10. Upvote
    Ridley got a reaction from Daifuku in Clan System   
    Hemagx and me are on this for a while now, I don't think it takes much longer.
  11. Upvote
    Ridley got a reaction from RagnarokOnline2015 in Level Scroll   
    just use BaseLevel in an itemscript. like
     
    raise level by one
    { Id: 12345 AegisName: "Level1" Name: "+1 Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+1; "> },   Or by 5 (or anything)
    { Id: 12345 AegisName: "Level5" Name: "+5 Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+5; "> },  or random
     
    { Id: 12345 AegisName: "Levelrandom" Name: "Random Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+rand(1,10); "> // 1-10 levels },  
  12. Upvote
    Ridley reacted to Samuel in Map Announce   
    Hello Everyone!
     
    Just saw this source when browsing the web. Although I believe there is already a script that utilizes this, I tried to convert it into a plugin (for self study purposes)
     
    What does this plugin do?
     
    Known bug: At login, the announcement is twice.. Still finding a way to correct it though..
     
    Enjoy!
     
    mapannounce.zip
  13. Upvote
    Ridley reacted to Ragno in iRO Weekly Turn-In Event - Gramps NPC   
    The following script emulates iRO's Weekly Turn-In Event (Gramps NPC). This was made by having direct interaction with Gramps npc ingame.   For more details please check: Weekly Turn-In Events - iRO Wiki
      Special thanks to: ZacktheBear from AtlantisRO. This would not have been possible without his invaluable help by providing replay data and testing.   Resources:   Gramps_Weekly_TurnIn_1.1.txt   quest_db.conf.txt   questid2display.txt   resnametable.txt   Previous Versions:   Gramps_Weekly_TurnIn.txt     Some notes about this script:   This script uses special maps to warp players. Please prepare the map-cache according to data provided.   Some quest gives Zeny reward, but it is not clear which one gives and which one doesn't. Please provide any data to know how does this works to update properly.   I use the variable "vip_status" to identify the vip status from vip system. You may want to modify it as your own needs.   Since version 1.1, Gramps Turn-In can be configured with a special npc located in sec_in01,98,180. This npc allows a GM to set and update turn-in quest and maps without the need of disconnection. Gramps npc has been changed to use global permanent variables to resist disconnection.
     
    However, maps available are only the duplicated versions for pay_dun00, gef_dun03 and mosk_dun02. This will be updated when map changes on iRO and obtain the official map warp destination and npc positions for new maps. GMs may want to set custom destinations in the meantime.
     
    Monsters are now spawned according to Gramps configuration, and also added a special spawn for previous week monsters.
     
    The quests and monsters are organized with the propper kind of map with official parameters (high level monsters will not be available to put as target in low level map). Data for quests and monsters categorization has been obtained from iRO Wiki Archive data.
         
    Please feel free to make any suggestion for improve this script and report any issue you may find.
  14. Upvote
    Ridley got a reaction from Dduwsmitt in Clan System   
    Hemagx and me are on this for a while now, I don't think it takes much longer.
  15. Upvote
    Ridley got a reaction from Chuu in point of rAthena   
    k I hope to do that without beeing too dramatic or insulting xD
     
    rAthena's content is not merged (most of the time) because the code is crap. I don't know Haru personally but if you follow the pull requests you can see that he is quite picky. But that is one of the reasons why Herc is so much faster (and imo better) than rA. Why should they blindly merge code which Ind removed/replaced over several years.
    I won't say Herc is dead, they announced that thei're looking for staff. Most of the current ones are more the architect type.
    Then there is the aim to be official. It has no use to add some fantasy formulas (rA's HomunS, Rebellion) but this is my opinion. And yea there is no recent Aegis leak to get proper information.
     
    What I like on Herc: Even if it's official but obviously a bug they won't implement it. Playtester is following blindly and even add those bugs. But from what I saw recently from him he now adds options to disable those.
     
    Years ago I was part of rA by myself and I know what drama happens there. I do not know how it's here but the simple fact is that the Emu Architects are here while the content writers are at rA and blow their code up.
     
    Edit:
    Additionaly I have the feeling that's most ppl can't stand when their code is reviewed in a negative way. As you can see on rA is no code review at all. Here on herc you get instructions what to do/improve and they ask questions for specific lines in the code. I think that's another reason why people stay on other emulators.
  16. Upvote
    Ridley got a reaction from Easycore in Clan System   
    Hemagx and me are on this for a while now, I don't think it takes much longer.
  17. Upvote
    Ridley got a reaction from bWolfie in Is there an NPC event I can use to detect when player enters a map?   
    edit: added spoiler. just read you wanted only the eventname. It's OnPCLoadMapEvent. You also need to give the map the loadevent mapflag
  18. Upvote
    Ridley reacted to Samuel in Custom @command   
    Hello everyone!
     
    Saw this feature in RagEmu so I adapted their code and turned it into a plugin.
     
    With this plugin enabled, custom commands that were created using bindcmd will be shown when you use @command depending on the gm level the account has if that custom command is available for his level.
     
    Enjoy!
     
    Credits to: RagEmu
     
    Link
  19. Upvote
    Ridley got a reaction from evilpuncker in About root privileges   
    1. As it says do not run it as root user. It even says that so where's the problem?
    2. Why asking here if you use RagEmu?
  20. Upvote
    Ridley got a reaction from Legend in Clan System   
    Hemagx and me are on this for a while now, I don't think it takes much longer.
  21. Upvote
    Ridley reacted to Kubix in Queue BG rewrite   
    https://mega.nz/#!usdTjDob!LFjB51DZP_vADpXnn2MT9G82xCJXVhabILcqWzohZ5w

    Full eAmod Bgs for Hercules / RagEmu by Plugin.
    Converted by me.
    Use standart eAmod BG NPC for this.

    Tested on latest RagEmu.
    Let me know if you find some errors. (tested on Windows)
  22. Upvote
    Ridley reacted to Sephus in About root privileges   
    What it should really do is, "You are running RagEmu, aborting...." 
  23. Upvote
    Ridley reacted to fxfreitas in Collection - Fixed Dungeon Maps   
    Hmm, this is a usefull release, I think lhz_dun04 have this problem too... The Bosses's have fixed spwns but, they have teleport skill...
  24. Upvote
    Ridley got a reaction from fxfreitas in Collection - Fixed Dungeon Maps   
    File Name: Collection - Fixed Dungeon Maps
    File Submitter: Ridley
    File Submitted: 16 Jul 2016
    File Category: Maps & Textures
     
    As we know some maps have spots outside the actual map players can't reach, but it can happen mobs and specially bosses (in this case Ifrit) can spawn there.
     
    This is a fixed version of those. There is actually no need to add this to your grf, just use the map file and update your mapcache from it's gat.
     
    contains:
    thor_v03
    lhz_dun04
     
    Note: Please let me know if you spot maps where you can warp
     
    Click here to download this file
  25. Upvote
    Ridley got a reaction from Legend in Collection - Fixed Dungeon Maps   
    File Name: Collection - Fixed Dungeon Maps
    File Submitter: Ridley
    File Submitted: 16 Jul 2016
    File Category: Maps & Textures
     
    As we know some maps have spots outside the actual map players can't reach, but it can happen mobs and specially bosses (in this case Ifrit) can spawn there.
     
    This is a fixed version of those. There is actually no need to add this to your grf, just use the map file and update your mapcache from it's gat.
     
    contains:
    thor_v03
    lhz_dun04
     
    Note: Please let me know if you spot maps where you can warp
     
    Click here to download this file
×
×
  • Create New...

Important Information

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