Jump to content

Leaderboard

Popular Content

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

  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. Yes it possible, Look at getitem3 (doc > script_command)
    1 point
×
×
  • Create New...