Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/28/24 in all areas

  1. Version 1.0.0

    513 downloads

    Hello! This is my second post on rAthena! I will be sharing this custom quest script for y'all. I just took a two day break in instance scripting for my Custom EDDA Fall of Glast Heim just for this. This is great for both Renewal and Pre-Renewal Servers. First NPC: Vorrik Vorrik is in charge of crafting Upgrade Equipment. Note: EVERY EQUIPMENT WAS CUSTOMIZED AND HAS ADJUSTED EFFECTS SO, I WON'T BE GOING THROUGH IT ALL. I've only inputted newbie friendly quest requirements. It's up to you to customize it to fit in your server. Second NPC: Arcanis Arcanis is in charge of crafting Sealed Card Gacha and Enhanced Cards. NOTE: I WONT BE GOING THOURGH ALL THE CARDS, IT'S TOO MANY. BUT SECOND SEALED CARD RELEASES LIKE SEALED CLOWN,CHAMPION ETC WERE NOT ADDED TO THIS SCRIPT SINCE IT'S PRE-RENEWAL FRIENDLY. I REDUCED ALL +15 REFINE REQUIREMENTS TO +9 AND ALL EXTRA STAT SCRIPTS TO BASE LEVEL 80, SO THAT 99/70 PRE-RENEWAL SERVERS ARE ABLE TO GET THE BONUSES. Arcanis will offer you Sealed Cards based on their rarity, For Normal: For Advanced: When Arcanis has successfully pulled a random Sealed Card: For Enhanced Cards: That concludes a short summary of the script. Files Included: sandpcards.txt - Script upgweap.txt - Script item_combos.yaml - Database item_db_equip - Database item_db_etc - Database ItemInfo_EN.lua - Client/System README.txt I ONLY INCLUDED THOSE ITEMS I HAVE CUSTOMIZED. PLEASE PLEASE PLEASE READ THE README.txt BEFORE ANYTHING ELSE. If you needed to contact me: Discord: Gmail & PayPal (All of your donations goes to my College Tuition ) [email protected]
    Free
    1 point
  2. Bonus Expansion Pack Introduction As some of you may know, a long time ago I made a patch for eAthena which included an expanded collection of bonus script commands which could be used on items. I'm guessing this was somewhere in the region of 10 years ago now, so I think it's probably fitting that a newer version be developed. So, development hasn't started yet as I need to dig up the old list and identify which ones haven't already been implemented/which ones can actually be implemented against the new code base. Requests This topic will serve as the base for any and all requests. The purpose of this project is to develop new bonus script commands, or augment existing ones by adding more specific or extra versions. I'm open to the community for any suggestions and requests for the bonuses which will be introduced. Please don't request things like new at-commands or new script commands as I'd like to keep this project specific to bonuses, however I might end up developing some script commands if I find that they're necessary to accomplish a bonus. Pending Implemented Usage The development will take place on a fork of rAthena under a separate branch. Once the initial version is complete I will generate a patch file which can be applied against the master branch of an rAthena repository. Please be advised that I won't be providing support for previous revisions (for example, if you're running a version of rAthena which was available 4 months prior to my patch.) My intention is to keep the forked branch up-to-date with periodic merges of the master branch, and produce new patch files whenever this takes place (and keep historical patches) Thanks
    1 point
  3. Hi, First of all, it doesn't work quite right, when I fixed all the errors that I could see, I did a test and entered payon dungeon floor 1, I got the message that floor 1 was unlocked, then I kept going and It didn't unlock the other floors , I tried to see in cli mode but it does not give me any error, I add the script in case someone have time to help me. warpereovlution.txt
    1 point
  4. im having same problem here. [Error]: script error on npc/vips.txt line 63 expect ';' or '{' at function syntax 58 : mes "[^FF0000Clahador^000000]"; 59 : mes "Thank you!"; 60 : mes "Come Again!"; 61 : close; 62 : * 63 : function script' 'getPremium { 64 : set .@ticks, getarg(0); 65 : if (.@ticks <= 0) { 66 : debugmes "getPremium - tried to set a timer in the past" ; 67 : end; 68 : } Already using <TAB> also not working.. Hmmm...
    1 point
×
×
  • Create New...