Jump to content

monkey77

Members
  • Content Count

    7
  • Joined

  • Last visited


Reputation Activity

  1. Like
    monkey77 reacted to Ai4rei in RO Open Setup, v3.1.0.627 - last updated 2023/11/18   
    RO Open Setup


    About
    Enhanced alternative for the default game setup application shipped with every RagnarokOnline installation. Comes in several languages, is free of cost and works on every 32-bit and 64-bit Microsoft* Windows* platform.

    Known Issues
    None.

    Download & Website
    http://ai4rei.net/p/opensetup

    License

    This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.
  2. Upvote
    monkey77 reacted to jaBote in Custom Enchantment System   
    Here you go: http://upaste.me/8bfd59863044c49a
     
    This leaves me with a feeling of having broken something but I can't find nothing, so please tell me if I really did. I have no console for testing right now. Tell me if it works properly
     
    Please, edit yourself all references to the rest of armors this NPC supposedly enchanted. I've left it up to you since I have other things to do and time is tight on me.
     
    Edit: if this is correct, which post do I mark as solved? This one or the other NPC modification?
  3. Upvote
    monkey77 reacted to Triedge in how to increase atk bonus in every 10 stat points   
    with Renewal Features:
    In src/map/status.c
    str = (int)(rstr + (float)dex/5 + (float)st->luk/3 + (float)((TBL_PC*)bl)->status.base_level/4); change for:
    str = (int)(rstr + (float)dex/5 + ((rstr/10)*(rstr/10))+ (float)st->luk/3 + (float)((TBL_PC*)bl)->status.base_level/4);
  4. Upvote
    monkey77 reacted to Emistry in Usable Enchant Item   
    File Name: Usable Enchant Item
    File Submitter: Emistry
    File Submitted: 18 Jan 2016
    File Category: Utility
     
    Description :
    Players are able to click on the Enchant items to provide custom bonus to the selected equipment.
     
    Varies of bonus could be done especially use together with a *getequippedon script command to provide a wide range of bonuses.
    The current items and bonuses display in the video is just a sample for demo.
     
    The origin of the idea come from Diablo and 張阿神.
     
    Preview :

     
    Click here to download this file
  5. Upvote
    monkey77 reacted to bWolfie in Haru's Script Checker   
    http://haru.ws/scriptchecker/
     
    Hi all,
     
    This is not a release and it's not mine either. I just wanted to alert people to this awesome piece of work by Haru.
    You just paste your script and it'll error-check for you! Been here for 8 months and never heard of this till now.
     
    Mods feel free to move this. I just want all to know about this as I haven't seen it anywhere on these forums. Should be a pinned post by Haru himself!
  6. Upvote
    monkey77 reacted to Cretino in Quest Manager - Create quests with various requirements and prizes!   
    Hey guys, this is my 'new script'. (New to you guys, because I used when I had my server, but now with some improvements.)
     
    Name: Quest Manager
    Creator: Me (@@Cretino)
    Version: 1.0b (Little improvement and others bugs fixed.)
    Contributors: (@@Aeromesi: Found a bug.)
     
    Recommendations:
    To get a better experience using this script,
    it is recommended change the value of 'input_max_value' to '2147483647'. (See more in 'conf/script.conf'.)
     
    Q: 'What features have 'Quest Manager'?'
    R:
     
     
     
    Q: 'How to use these features?'
    R: 'You can use all features in game, just talk to npc with GM Account and have fun. '
     
    Q: 'How to configure it?'
    R: 'You can go to line '1568' in script, and you will see details like:'
     
     
     
    I'm accepting suggestions.
    If you found any bug, report in topic or send me a private message.
    I'll solve the problem as quickly as possible.
     
    I think is it.
     
    Note: Sorry for my English.
     
    quest_manager_v1.0.txt
    quest_manager_v1.0.txt
    quest_manager_v1.0.txt
  7. Upvote
    monkey77 reacted to Cretino in Multiple Extra Drops - Add drops to monsters or in global mode!   
    Hey guys, this is my first published script (in Hercules Community).
     
    Name: Multiple Extra Drops
    Creator: Me (@@Cretino)
    Description: Add unlimited drops to monsters or in global mode. (Global mode = Items that can be dropped by any monster)
    Version: 1.8b (Little mistake fixed.)
    Contributors: @@Aeromesi (Script revised to English. Thank you very much!), @@evilpuncker (Idea to add 'bindatcmd')
     
    Q: 'What features have 'Multiple Extra Drops'?'
    R:
     
     
     
    Q: 'How to use these features?'
    R: 'You will need read a little my comments for understand, but you can try use '@drop' to see all commands and prototypes.'
     
     
     
    Q: 'How do I configure it?'
    R: 'You can go to line '245' in script, and you will see details like:'
     
     
     
    About percentage system:
    It work almost identical to emulator.
     
    I'm accepting suggestions.
    If you found any bug, report in topic or send me a private message.
    I'll solve the problem as quickly as possible.
     
    I think is it.
     
    multiple_extra_drops_v1.8.txt
    multiple_extra_drops_v1.8.txt
    multiple_extra_drops_v1.8.txt
    multiple_extra_drops_v1.7.txt
×
×
  • Create New...

Important Information

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