Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/29/24 in all areas

  1. You missed the part with the pausing of the reminder. - script VIP_REMINDER -1,{ OnInit: .pause_days = 7; end; OnPCLoginEvent: if(vip_status(VIP_STATUS_ACTIVE) || #REMINDER_COOLDOWN > gettimetick(2)) end; mes "[Premium Reminder Service]"; mes "Your Premium Status is NOT ACTIVE"; mes "Please consider using our premium service to get more benefits."; mes "Do you want to pause this reminder for 7 days?"; next; if(select("Yes.:No." == 2) { mes "[Premium Reminder Service]"; mes "You will get a reminder on next login."; end; } #REMINDER_COOLDOWN = gettimetick(2) + 86400 * .pause_days; mes "[Premium Reminder Service]"; mes "The reminder has been paused until " + gettimestr("%Y-%m/%d %H:%M:%S", 21, #REMINDER_COOLDOWN); close; }
    2 points
  2. Heya, I've been receiving messages about people selling NovaRO's decrypted GRFs and honestly... that's beyond stupid. The server is already closed down, anyone buying this is getting straight up scammed. You could have just asked. I put the key attached down there. I'm too lazy to upload the GRFs though, you'll have to find that yourself (or if someone want to host it and link it below, go ahead). Plus, we released installers without the files encrypted on accident multiple times, so it's not like these files weren't already accessible to begin with. nova.grfkey
    1 point
  3. check on this file https://github.com/llchrisll/ROenglishRE/blob/master/Translation/Renewal/System/achievement_list_EN.lub
    1 point
  4. prontera,160,190,3 script NPC teste 757,{ callshop "NPC_teste",0; end; OnInit: PUB: showscript "Your text here"; sleep 3000; goto PUB; end; } - shop NPC_teste -,607:-1 Not test.. try this
    1 point
  5. 1 point
  6. - script Char Information -1,{ OnPCLoginEvent: if(vip_status(VIP_STATUS_ACTIVE)){ dispbottom "Your Premium Status ACTIVE",0x66FFFF; } else { dispbottom "Your Premium Status NOT ACTIVE",0x66FFFF; dispbottom "Please use premiums service to get other benefits",0x66FFFF; } end; }
    1 point
  7. OnInit: PUB: showscript "Your text here"; sleep 3000; goto PUB; end;
    1 point
  8. Check if you can download kRO_FullClient_20230404.zip --- https://drive.google.com/file/d/1ceW09_uIishuOTaneLhxVJjBax5Qz1OP/view?usp=sharing
    1 point
  9. Version 4.4

    5050 downloads

    Original idea of this script : http://www.eathena.ws/board/index.php?showtopic=148888 Well, this was my favourite stylist script in eAthena ....xD Since i got some time, and lately received a request on editing a stylist npc script. So i come with with the idea to add some minor features or enhance the original script. The script are written from scratch... A very quick and simple intro for the script, Able to nagivate styles easily ( Forward, Backward, Jump ). Able to blacklist certain style for each style group and separately by Gender. Removed save / load features since not really useful. Enable Zeny as payment for the services. Able to enable any of the 3 services. ( Hairstyle, Hair Color, Cloth Color ) Support multiple type of Currency Payment. ( Item , Cash Points , Zeny and etc ) Customizable. ( If any style was blacklisted, a default style will be displayed ) The script are rewrited and clean up some unecessary parts. Credits : AnnieRuru Hudelf
    Free
    1 point
  10. Version 1.3

    2257 downloads

    A mini event where a numbers of monsters will be spawned within a specified area. Players have to count for the monsters that exist within that area and tell the NPC to win the event. Btw, this is just a new version of event based on my previous Flower Counting Event. Thank you @AnnieRuru for delivering me the idea of using "live" monsters. Configuration: OnInit: // how many rounds .max_round = 3; // minute each round .max_duration = 3; // dummy mob id represent wall .wall_mob_id = 1085; // ( x1,y1,x2,y2 ) area for event setarray .xy_area, 151,169, // ( x1,y1 ) 161,179; // ( x2,y2 ) // monster list used in event setarray .monster, 1002, 1031, 1836, 1595; Preview : Feel free to share your idea/opinions to improve this.
    Free
    1 point
  11. Yes it possible, Look at getitem3 (doc > script_command)
    1 point
  12. Version 1

    2376 downloads

    I was testing something on my server and I wondered if these Poring Maps still exist. Yes, they still exist but they error you. I found these maps sitting in my hard drive, so might as well share it to whoever needs them. I made the mini-maps and included them in the files. @_@ Enjoy~! (Also included a .zip file for those who don't have WinRAR. )
    Free
    1 point
×
×
  • Create New...