Jump to content

Leaderboard

Popular Content

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

  1. 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
  2. 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
  3. 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...