Jump to content

Aeromesi

Support Leaders
  • Content Count

    821
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Aeromesi

  1. I'm not doing this you that you this you that. You failed to pay the 2nd month, sorry but that's on you.
  2. You agreed to pay for the server hosting and never sent money after the first month to run the server, I ended up paying for it and you never decided to send funds to keep the server alive, this person has sent me multiple messages and even had other people message me on discord. Sorry but a server can't run itself and I never agreed to pay for it. You never sent me anymore funds after the first month so that's that, you can keep this up, have other people message me or I can just give you a warning. Your first post and only post on this forum is complete bs.
  3. yes just started a new job recently n getting life together im atill around
  4. unfortunately no because they have instance_db and cant create instances directly when the server is online, hercules have this feature
  5. No problem, if you want make sure to // the dispbottoms, those were for me knowing if variable data was correct. I know it's not automatic like your rAthena version, but this just requires a slight edit I mentioned above when adding a new map, not much of a hassle. If you have problems figuring out adding new maps let me know, but I tried to explain it the best I could.
  6. //Edited by Aeromesi prontera,156,182,0 script Party Warper 4_F_SWORDMAN,{ .@pid = getcharid(1); .@cid = getcharid(0); .@name$ = strcharinfo(0); if (!.@pid) end; getpartymember .@pid, 0; getpartymember .@pid, 1; getpartymember .@pid, 2; for (.@i = 0; .@i < $@partymembercount; .@i++) .@menu$ = .@menu$ + (.@name$ != $@partymembername$[.@i] ? $@partymembername$[.@i] : "") + ":"; .@s = select(.@menu$) - 1; .@target$ = $@partymembername$[.@s]; if (isloggedin($@partymemberaid[.@s], $@partymembercid[.@s])) { getmapxy .@map$, .@x, .@y, UNITTYPE_PC, .@target$; dispbottom "Player "+.@target$+" is at map "+.@map$+","+.@x+","+.@y+""; if ( .@map$ == .restricted_map$[1] || .@map$ == .restricted_map$[2] || .@map$ == .restricted_map$[3]) { message .@name$,"This is a restricted map."; } else warp .@map$, .@x, .@y, .@cid; } else message .@name$, .@target$ + " is not online."; dispbottom ""+.@map$+" is a restricted map."; close; OnInit: setarray .restricted_map$[1], "payon", "geffen", "alberta"; end; } I'm also attaching the txt file directly to my post. I offer a quick fix, not the best but it works. When adding a new map, make sure to add this same line but just change the number to the max amount of maps you have. If you add a fourth map to the array in OnInit, make sure to copy and paste and add a .restricted_map$[4] to the line So far it tests payon, geffen, and alberta, worked like a charm. partywarper.txt
  7. New updates: 1) If GM tries to reset Farm Zones via NPC or command @resetfarm while the script is enabled you cannot do that. This is a safety measure. 2) Farm Instance Designer feature, when GM makes Farm Zone players get to know the designer behind the Farm Zone, 3) Fixed an error when imploding an array with a length of 0 when accessing player menu (this is if GM enables Farm Zone without setting up configurations of Farm Zones) 4) Cycling through the menu is a lot easier. 5) Added new @command @farm which you simply type and will bring you to the main menu of the NPC without having to go to the map. 6) New menu option to directly reset Farm inside of Farm Zone menu. Other information: There is an @resetfarm which will let you reset Farm. If Farm Zones are enabled you cannot reset them. There's a Mining Guy in each town which will either warp you to the main NPC in Prontera to talk to his co-worker (the Farming Instance NPC). He also will warp you if you die and want to re-enter the instance. (I still have to add him to renewal towns like splendide and dicastes) Alternative ways of entering back into Farm Zone incase of death; The [Farming Instance] NPC warps you in-case you die @farm command will warp player back into Farm Zone if they die. Screenshots: New menu: Showing the Designer of who made the instance farm zone. The download attachment in the original post has been updated as well as the script on my GitHub.
  8. Hello Herc, I hope you enjoy testing out my Farm Zone Instance creator script. Here's some information about the script: It is a Beta Build. I will be updating this script frequently. So be on the lookout for my GitHub updates. IMPORTANT: Player cannot access until you setup and enable farm zones Edit .GMList$ array for certain GM names to use GM menu When creating Farm Zone instance you: 1) Create total amount of Farm Zones you want (Say you make Elunium, Oridicon, Dead Brach, Bloody Branch, and EXP Farming) when clicking [First Click] in npc Menu you would make 5. This is just an example 2) Type out names of instances 2) Input delay time (this was working and now it's randomly not) 3) Input item ID 4) Input Max amount of items 5) Input rate at which you want player to receive item You can either download it directly from an upload I did on Hercules, or download directly from my GitHub. GitHub Link: https://github.com/Aeromesi/AeromesiCodes/blob/master/Instances/Hercules/CopyPaste/npc/custom/custom_instances/farm_creator_instance_Herc.txt farm_creator_instance_Herc.txt
  9. Thank you. If you come across any errors that affect function of the script let me know!
  10. Updated both versions https://github.com/Aeromesi/AeromesiCodes/commit/5f2e4552bf4c25fb8eec13191edc4b30025aeb6c Re-Entry is 2 minutes and timer on Devil Square was fixed.
  11. Updated both versions https://github.com/Aeromesi/AeromesiCodes/commit/5f2e4552bf4c25fb8eec13191edc4b30025aeb6c Re-Entry is 2 minutes and timer on Devil Square was fixed.
  12. For anyone that downloaded the new version yesterday I highly suggest using the update I just uploaded, there were errors I overlooked but now are fixed. The check for getting weapons or armor at their desired % rate was inaccurate, now it's good to go! Also a couple changes were made to the default config: 1) Have to pull 10 times to try and gacha a card. 1) 12% for weapons and armor 1) 10% for a card. View the changes here: https://github.com/Aeromesi/AeromesiCodes/commit/4e0decf974ddf95ab60cf264c642e28fcc374d50
  13. I have updated this script to work with 2021 Hercules emulator. https://github.com/Aeromesi/AeromesiCodes/blob/master/Scripts/customnpc/devil_square_t1.txt You can also download it on the forum, but if you want the latest & best version, be sure to follow my GitHub. Check my repo often for updates on my scripts!
  14. I have updated this script to work with 2021 Hercules emulator. https://github.com/Aeromesi/AeromesiCodes/blob/master/Scripts/customnpc/devil_square_t2.txt You can also download it on the forum, but if you want the latest & best version, be sure to follow my GitHub. Check my repo often for updates on my scripts!
  15. Hello and good evening my fellow Ragnarok fans. I decided to rewrite Geffen Magic Tournament for Hercules as close to official as possible. The slight modifications to my version include the following: 1) Quest progression doesn't exist (I plan on changing this once I have Geffen Magic Tournament quest DB converted) 2) Emmitt White doesn't start the instance, he just tells you time left you have until you can go back. All in all the script is about I'd say 99% accurate to the real deal. Enjoy Remember to keep a close eye on my GitHub, when I update the script, the latest download will be available immediately when I commit changes. So make sure to follow my GitHub! Link to download: https://github.com/Aeromesi/AeromesiCodes/blob/master/Instances/Hercules/CopyPaste/npc/custom/custom_instances/geffen_magic_tournament_Herc.txt
  16. I updated this script, made it more clean feeling switching through the menus. Rerolling is quick and easy now. I also renamed the file and text to a gacha system. New features: 1) Be able to cycle back to main menu and quickly select new item to roll for. 2) Sound is disabled by default, so if you don't want to add client files, don't worry about it. Just put the script in server and test it out. 3) If your weight is above or equal to 50% you won't be able to gacha pull. Just imagine hitting 100% weight and your gacha item drops and someone snatches it real quick, that would be horrible. Default values (Edit OnInit Label): .gachaPulls = 10; // How many gacha pulls they need until they can pull for a card .weaponChance = 12; // Weapon chance 2% .armorChance = 12; // Armor chance 2% .weaponFee = 500000; // Weapon fee .armorFee = 400000; // Armor fee .cardFee = 900000; // Card fee $@godItems is an array of item ID's, these item ID's cannot be pulled (god items, super rare cards like gtb, etc, basically any item you don't want pulled add to the array). Link to download: https://github.com/Aeromesi/AeromesiCodes/blob/master/Scripts/customnpc/gacha.txt
  17. For anyone interested in my free scripts all my scripts are updated first and foremost on my GitHub. I have also added a new folder on my GitHub called "InstancePacks" https://github.com/Aeromesi/AeromesiCodes/tree/master/Instances/Hercules/InstancePacks What is the Instance Packs folder? Instance Packs means all the content required for a instance script that usually has multiple client side files & server side files will be all zipped together neatly in a .zip file so you don't have to download my whole github repository (though it is recommended because you can test out all my content) This is targeted towards people who just want one script and not a whole bunch, in due time I will be adding the rest of my scripts that require more than one file into their own zipped up pack. So far for the InstancePacks i've added Ice titans attack El dicastes custom instance and Faceworm Nest. For anyone interested in knowing my latest GitHub commits and updates to my script, just follow my GitHub or join my discord and visit the #github channel where my commits are posted automatically. If you don't like navigating GitHub, my Discord's got your back ^^ the link to my discord is in my signature.
  18. Updated the original script uploaded on my GitHub and Hercules: GitHub Download: https://github.com/Aeromesi/AeromesiCodes/blob/master/Instances/Hercules/InstancePacks/Hercules - Ice Titans.rar Hercules Download: If you don't want to edit src just // comment out the script command mapannounce in the instance file. What the command viewpointmap does is it marks NPC's on the minimap at the top right, it's not needed or mandatory for the actual script to run, so if you want it to be plug n play (only requiring you edit your client files) then the instance will be playable without having to modify source & recompile. This also applies to my custom instance Fiery Fairy Forest.
  19. I updated this script, in my github: https://github.com/Aeromesi/AeromesiCodes/blob/master/Scripts/customnpc/pluckin_event.txt I will soon update this post with the recent fixes. One error I found is if player A wins, his plucks reset, but if player B loses or any other players, their plucks are saved onto the next time the event starts. To combat this issue you can speak to "Pluckins" and convert your extra feather plucks into Cash points. If you save your plucks for next round, you'll have an advantage and can get the win you so desperately plucked for. In all honesty it's a bug but I kind of like the feature. It makes losers into winners!
  20. Updated the instance. Added .mcache files and should work on latest Hercules
  21. I have updated my github. For anyone wanting to use my custom instances I'd suggest downloading them from my github for Hercules, the instances are updated to be fully working on latest Hercules servers as of the time of this post. https://github.com/Aeromesi/AeromesiCodes Also updated installation method and tried to make things a bit easier to understand for beginner developers. Updates: .mcache files are provided for re/pre-re Fixed ArrayShuffle function (Now Ice Titans attack El Dicastes should be working as well as Fiery Fairy Forest)
  22. Have you tried seeing if there's some malicious crypto miner on your google vm instance? Your machine could be cryptojacked
  23. If anyone is interested I'm back at it coding for Ragnarok again. Loving this GTX 2060 Super TI right now
  24. If either of you want the script to work globally for all mobs (a global version would be good for collecting tickets or something of the sorts to redeem at an NPC.) I will gladly do it. Going to code it in the next few days or something so the extra mobs drop has a global version
×
×
  • Create New...

Important Information

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