Jump to content

Aeromesi

Support Leaders
  • Content Count

    821
  • Joined

  • Last visited

  • Days Won

    43

Reputation Activity

  1. Upvote
    Aeromesi got a reaction from Skyline in can someone share a fishing script working in hercules?   
    I'm making it as a free-release @@xlaws27 =P

    So stay tuned!
  2. Upvote
    Aeromesi got a reaction from Hadeszeus in Ultimate Broadcaster   
    Hey Hercules! Aeromesi here just bringing another release to the table specifically for Hercules.
    [Ultimate Broadcaster 1.0]
    Special thanks to: IeYasuru (I forgot to include credits, my mind was somewhere else!)
     
    Now, what is the Ultimate Broadcaster? It's an old script that I found on my old eAthena SVN years ago, so I decided to recode it for Hercules! What is included:

    GM Menu Features:

    Activate Flood Control: You have the option to add a flood control for players based on 1, 2, 3, and 5 minute intervals. You may enabled or disable this feature as you please.
     
    Broadcasting: You may choose "Serverwide Broadcast" to everyone, an "Anonymous broadcast" so no one knows who you are, and a "Multi-broadcast" to give multiple broadcast with timing in between.

    Change broadcasting Prices: You have the option to change the serverwide broadcast, Anonymous broadcast, and Multi-broadcast prices all in the NPC with a Last edited by: so and so's name, so you know what GM changed the broadcaster, so no going through the script itself to change the prices.
     
    Toggle ON/OFF: You may disable the NPC and input an override code to be used later to enable the NPC again, but be warned, write down whatever you input, or you WILL NOT be able to turn the NPC back on.

    Last edited by: You may view who last edited the NPC and who disabled the NPC last.

    Player Menu Features:

    Broadcast a message serverwide: Let all players know what you're up to!

    Anonymouse message: Anonymously say something to your foes or friends!

    Broadcast up to 5 messages serverwide: You have the option to broadcast 2, 3 ,4 or 5 messages IF you enable flood control, if flood control is disabled this option is removed.

    Also when flood control is active if you try and activate it you'll be able to run the flood timer again, even run the flood timer even if server restarts or not, and able to change the times IF flood timer is active, that's what you get to change.

    So may I say, enjoy?

    Also there is a variable in main_func.txt called ".@ServNam$ = "MyRO";" just change that to whatever server name you use.

    Any inputs would gladly be appreciated =)

     
    broadcaster.rar
  3. Upvote
    Aeromesi got a reaction from Skyline in Upon Login Support Request System   
    [Support Request System]
     
     
     
    What it does? Basically when you login with a Administrator account/GM account upon login, you'll be asked whether or not you will be accepting support requests or not, to alert players that you are Online, and whether you are available to offer help or not.
     
    Edit .Admin for the group level of Administrators in your server
    Edit .GmMast for the group level of Game Masters in your server

    Enjoy!
     
    Regards,

    Aeromesi


    For some weird reason the text is all spaced out, could someone correct this for me? :/ I tried editing my post and it's not fixing itself. -.-
    supportreq.txt
  4. Upvote
    Aeromesi got a reaction from DoriTos Nacho in Display Battlegrounds information (@bginfo), Display the BG settings you made for your server!   
    Topic says it all, display the battleground information on your server using @bginfo.
     
    Add in ..src/map/atcommand.c in any line
     
    /*==========================================* @bginfo by Aeromesi / Michael - Converted from eAthena to Hercules* -> Displays the Battlegrounds info you setup on your server to your players./=============================================*/ACMD(bginfo){ char buf[CHAT_SIZE_MAX];  memset(buf, '0', sizeof(buf));      snprintf(buf, "BG Settings: Flee Penalty rate %.1fx  Short Attack Damage rate %.1fx /  Long Attack Damage rate %.1fx / Weapon Attack Damage rate %.1fx / Magic Attack Damage rate %.1fx",    battle_config.bg_flee_penalty/100., battle_config.bg_short_damage_rate/100., battle_config.bg_long_damage_rate/100., battle_config.bg_weapon_damage_rate/100., battle_config.bg_magic_damage_rate/100.);      clif->message(fd, buf);      return 0;}
  5. Upvote
    Aeromesi got a reaction from kyeme in Changing Matk "+" to "~"   
    Wouldn't "~" mean 21 through 26? Probably confuse new players to RO.
  6. Upvote
    Aeromesi reacted to Winterfox in What do you think? about Map Designer   
    I think it isn't fair to use that post as example for someone that is a famewhore.
     
    There is a difference between someone that is all about fame and someone that is so insecure that he falls in a hole just because he feels like he is not recognized at all and seeks a explanetion. I remember that conversation and i would say it was more about a insecure person that felt like he has nothing to give and felt sad because that what he gave didn't get recognized at all. Not because he didn't get enough fame.
    But your definition looks pretty right to me, except there are also mixes. People that have a passion for a thing but are also about making money etc. It is not that all black and white, there are a lot of shades in between.
     
    I guess it depends on the person you have a deal with, it is quiet tempting to get your development costs paid and afterwards you sell it to the masses or release it for free for free promotion in the community.
     
    This real face and proof thing is nonsense by the way, it is simple to fake and what will you do with it at all? Proof that someone is a scammer? He could allways claim it's faked. If that doesn't work out, he just would change his name and start all over if shit hits the fan. I doubt you will try to sue him, it would cost more then what most people pay for by far and given the country barrier it would be far worse, so having that data is worth nothing.
     
    I think the only way to be sure is to check the reputation of that person on boards like herc.ws, where people comment on services etc. It might not be 100% secure, but it is the only way that makes sense. 
  7. Upvote
    Aeromesi got a reaction from LucyCelles in On Town Cutin Display System   
    [On Town Cutin Display System]
    Explanation:
    //Developed by Aeromesi//Version: 1.3 (eAthena to Hercules Conversion)//Ver: 1.2, Added Configuration Settings for: Character//Whisper NPC:whispmap to change the settings incase you change your mind, make sure to let players know! (Inside the script it tells you with whatever option you choose to whisper NPC:whispmap anyway.)//When you login to the towns in the array ".@cutinmaps$[0]" you will see awesome pictures that describe that town! Download: https://drive.google.com/file/d/0BzIqsBG9s19fUlJLMFJfdFBSVEE/view?usp=sharing
     
    How to install:
    Unzip "ontowndisplay.zip"
    Simply merge "ontowndisplay.grf" into your custom Servers GRF

    And here's an old video visually detailing what to expect when you go to the towns in the array ".@cutinmaps$[0]":
     



    If you like my work please view my Scripting Services below in my signature or simply Rep up my profile, any kind of appreciation means everything to me.

    Enjoy and more Power to Hercules!

    Regards,
    Aeromesi
     

    For some reason I can't upload anymore files... Did I make too many releases or does our user profile have a limit to how much we can upload? If someone could reset this limitation it would be nice, as I plan on making tons of more releases here... And I don't like using the Download Section, as it has to wait for approval, and I'm a forum lurker so that's just how I see it. Thank you anyone who can help ^^, plus google drive isn't my thing!
  8. Upvote
    Aeromesi got a reaction from mrlongshen in Multiple reward   
    The edit you'll want is a simple function Global_Functions.txt contains inside the Hercules folder npc folder.

     
    .RandomItemAmount = 10;.RandomItemList = callfunc("F_Rand",1129,1222,1163,1357,1360,1522,1811,1410);getitem .RandomItemList, .RandomItemAmount;
    Would give you the items of ID's listed after "F_Rand"

    PS: You can always message me on Skype instead of making new topic for simple request. I'm more than glad to help with easy solutions like this personally with you.
  9. Upvote
    Aeromesi got a reaction from mrlongshen in Lucky Poring   
    I turned your script-request into quite a lively thing. I sent you a message @@mrlongshen, and you can view it here:

    http://herc.ws/board/topic/9149-aeromesis-fast-as-the-wind-ragnarok-services/?p=66356

    Hop on Skype!
  10. Upvote
    Aeromesi got a reaction from mrlongshen in How to delete all cashpoints?   
    Here's a script @@mrlongshen.
     
    - script CashReset -1,{OnPCLoginEvent: if( !#CashReset ) { #CASHPOINTS = 0;#CashReset++;} elseend;}

    That way when they login the next time Cash Points will be 0'd out.

    I'm curious what happened? Some abuse of Cash Point script?
  11. Upvote
    Aeromesi got a reaction from MikZ in AnnieRuru Devil Square   
    Change this line:
     
     
    else if ( baselevel < 70 || zeny < 20000 ) { // requirement to
     
     
    else if (BaseLevel <= 69  || Zeny <= 19999 ) {

    BaseLevel is a constant and zeny should be "Zeny" as we're moving towards using constants I guess. @@MikZ
     
  12. Upvote
    Aeromesi got a reaction from Tristan in Aeromesi's Fast as the Wind Ragnarok Services   
    Status: [Available]
     
    PayPal
    (Friends & Family only to avoid Chargebacks) 
     Cryptocurrencies
    Bitcoin/Litecoin/Ethereum/DOGE/Monero/Stellar/TRON/Energi (supported payments in crypto)
     


    What I specialize in:
    Scripting - Prices will vary depending on the complexity of the script. - rand(simple script, hard script)

    Server Setup (Control Panel, Webhost, VPS, Patcher client, forum, basically everything to create a functioning RO server from Game, Patcher and Web - $25 USD
  13. Upvote
    Aeromesi got a reaction from JulioCF in MOTD Hourly - (Randomized MOTD's every Hour!)   
    Hey Hercules, @@Alexandria requested a script so I decided to make it.

     
    Information:
    [MOTD Hourly Randomizer]
     
    So What exactly is my script 'MOTD Hourly Randomizer'

    /*  Advanced MOTD Hourly Script    Created by: Aeromesi    Idea from: Alexandria    Built for Hercules    Version 1.0    Special Feature: Randomized messages so that you'll never see the same message twice     Edit .@ServName$ variable to your servers name    Comments: To add more messages, change .@msgrand = (1,10) to your desired # of messages.    Also add the new messages in the if checks.*/


    Just download the Attachment below.


    Enjoy Hercules  motd_hourly.zip
  14. Upvote
    Aeromesi got a reaction from humble in How do you feel about your free releases/RO content?   
    I know this is random but it kind of upsets me that I got 129 downloads in one day on my Zombie Massacre instance I created and didn't get a single rep/comment or even a thanks.

    The way I feel about my content is that it's special, I put lots of effort and creativity to make it feel official and nice. One day we all will pass on, and everything we keep to ourselves will be forgotten because it'll never be known/released.

    Meaning basically I feel nice a lot because it saddens me that if something were to occur and I passed away, that all my work I've done will sit in a hard drive that'll be thrown away or stashed away forever, like I didn't even write the code.

    That's how I feel about my free releases, I bring you guys personal content from my mind, in thoughts I might leave earth one day and at least want to see a couple thank you's,


    So on topic, how do you feel about your personal content/free releases?
  15. Upvote
    Aeromesi got a reaction from MikZ in PvP Points System   
    Yes all of that is possible. You can include a function like if(agitstart && agitstart2) or something like OnAgitStart: or whatever it's called... might be OnAgit: but that agitstart2 and agitstart are for WoE SE and regular WoE.

    As for the debug, I'm going to check that out @@Kong.
  16. Upvote
    Aeromesi reacted to Dastgir in check if player is alive   
    if( !pc_isdead(sd) ){
    //PLAYER IS ALIVE
    }
     
    Alternatively you can check if Hp is 0
  17. Upvote
    Aeromesi got a reaction from Tristan 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
  18. Upvote
    Aeromesi got a reaction from Random756 in Aeromesi's Fast as the Wind Ragnarok Services   
    Status: [Available]
     
    PayPal
    (Friends & Family only to avoid Chargebacks) 
     Cryptocurrencies
    Bitcoin/Litecoin/Ethereum/DOGE/Monero/Stellar/TRON/Energi (supported payments in crypto)
     


    What I specialize in:
    Scripting - Prices will vary depending on the complexity of the script. - rand(simple script, hard script)

    Server Setup (Control Panel, Webhost, VPS, Patcher client, forum, basically everything to create a functioning RO server from Game, Patcher and Web - $25 USD
  19. Upvote
    Aeromesi got a reaction from Kiel in Ragnarok Online Mobile Version CN Teaser Trailer at Chinajoy 2015   
    Of course there'll be a PC version of it! If it comes to Android, simply download the Android emulator Bluestacks, I use it to play games that are on Android =P @@Kiel
  20. Upvote
    Aeromesi got a reaction from eKoh in PvP Points System   
    [PvP Points System]

    Special thanks to: IeYaseru (An old friend who coded for me years ago, he died on the iNet T_T)
     
    Description:
    The variable used in this system is PvPPoints, so you may use that for a PvP shop system or other things in scripts, pvp master, etc... whatever your mind can come up with!
    //= Gives 1 PvP Point on killing other player//= Takes 1 PvP Points for dying//= Takes 5 PvP Points for killing same player 3 times//= within 90 seconds of each kill points.txt
  21. Upvote
    Aeromesi got a reaction from evilpuncker in Pure Pre-renewal Server   
    pre-renewal* @@evilpuncker
  22. Upvote
    Aeromesi got a reaction from Triedge in cannot see item description on my new customs~~   
    @@xxky did you happen to mess up the syntax in your iteminfo?
  23. Upvote
    Aeromesi got a reaction from mleo1 in Hello got EA board account?   
    I supplied him an account via pm. @@mleo1
  24. Upvote
    Aeromesi got a reaction from hannah in On New Map gain EXP System (Currently only towns)   
    [On New Map EXP System]
     
    Special thanks to: BrianL
     
     
    Basically you enter a new town, and you gain Base & Job EXP!
    Supports ONLY towns currently
    I will update it with every map in the game, but be patient.


    If you download my work, the least I could get is a thanks or a rep up... C'mon hercules, don't leech, be nice leechers!
    onnewmapexp.txt
  25. Upvote
    Aeromesi got a reaction from hannah in Weekend Quests NPC   
    [Weekend Quest NPC]
     
    Explanation:
     
    /* Explanation: The weekend quest NPC is developed for players who cannot afford to donate, it is offered on the days people are usually not busy to complete the given quest (Friday, Saturday, and Sunday)so that they may enjoy Donation items as well!NOTE: This is ACCOUNT bound, so no bug abuse will happen! At the end of Sunday, everything will reset and you'll have to wait until next Weekend for the Quests.  Totally flexible![.fricash, .satcash, .suncash] handle the amount of Cash Points given per-quest finished![.frireq, .satreq, .sunreq] handle the required ITEM needed for the quest![.friitemam, .satitemam, .sunitemam] handle the required AMOUNT of the ITEM needed to COMPLETE the quest![.frireq2, .satreq2, .sunreq2] handle the required amount of ZENY needed to COMPLETE the quest! */ weekend_quests.txt
×
×
  • Create New...

Important Information

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