Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/07/17 in Posts

  1. 2 points
    meko

    If table = 0, then VIP

    - script AutoVIP FAKE_NPC,{ OnPCLoginEvent: // save the original group @ACTUAL_GROUP = getgroupid(); // check if the player was never a VIP if (##VIP_UNTIL < 1) { // give the free VIP status ##VIP_UNTIL = gettimetick(2) + .free_vip_length; } // check if the player is currently a VIP if (##VIP_UNTIL > gettimetick(2)) { // move the player to the VIP group until logout setgroupid(.vip_group); // notify the player dispbottom("You are a VIP player."); // schedule a timer to revert the group on expiration addtimer((##VIP_UNTIL - gettimetick(2)) * 1000, strnpcinfo(0) + "::OnExpire"); } // check if the player was a VIP but it expired while away else if (##VIP_UNTIL > 1) { goto OnExpire; } end; OnExpire: if (##VIP_UNTIL <= gettimetick(2)) { // revert to the original group setgroupid(@ACTUAL_GROUP); // notify the player dispbottom("Your VIP status expired. You are now a normal player."); // update the variable ##VIP_UNTIL = 1; } end; /////////// Configuration below OnInit: .vip_group = 1; // the ID of your VIP group .free_vip_length = (((60 * 60) * 24) * 5); // the length of the free VIP period (5 days) }
  2. 1 point
    Michi

    Client Translation Project

    This is a new translation client project that Dastgir and Me want to share for Hercules only. What this Project contain? - itemInfo.lua with iro/kro translation. - Some lua that contain last translation found on the board or made by us. - Last accessoryid.lub / accname.lub / jobname.lub / NPCIdentity.lub decompiled. - Texture Buttons translate. - msgstringtable.txt fully translate. - Txt files translate (questid2display.txt, mapnametable.txt etc...) - Up-To-Date itemInfo and other files required to run a basic Translated client. You can help us by opening PR, or just pm Dastgir to get access to the repo... What Client is compatible? - Client compatible until 2016. Link:
  3. 1 point
    Ridley

    [Release] The (data) GRF Project

    Offering 2 versions of the grf now. Scroll down for more info. Both data.grf do NOT require rdata.grf. Option 1: (clean standard kRO GRF) Download OneDrive The grf is up-to-date 2018-12-22. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,40gb (1.503.844.793 bytes) compared to the original 2.13gb (2.291.252.926) Works perfect with all current pre-renewal and/or renewal content (rdata.grf is not needed). You still need the content of the Translation Project in order to use this. All cutins in this grf are reduced by 35% Note: This is pure kro data.grf and does not contain any jro/iro/whatever files Option 2: GRF with the content of all official servers Download Mediafire Download OneDrive Download Mega This GRF contains all official files. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,43gb (1.536.478.834 bytes) The grf is up-to-date 2016-08-04. Please throw a PM on me if this GRF is missing something! I want this to be the most complete one of all Small summarize more than 200 additional maps more than 700 additional items more than 60 additional NPC's more than 130 additionalmobs more than 900 additional cutins Instructions: 1. Download the data.7z 2. Extract it 3. Put both (grf + dll) into your RO folder Changelog: Fixed Rock Ridge Illustrations use wrong Magenta (200, 238, 120 instead of 200, 240, 120) Removed chunk Option 3: Episode 13.2 Pre-Renewal GRF This one is 775 MB (812.914.794 Bytes) and great for all kind of pre-re servers. Download OneDrive All rights and credits belong to Gravity Note: you can still encrypt your grf with SecureGRF or Tokei's GRF Editor - just use another name than cps.dll for it. updated thread 2019-01-13
  4. 1 point
    4144

    How to Change LV UP Effect?

    Server can select only levelup effect by id. Actual effect belong to client based on id from server.
  5. 1 point
    Balfear

    Req: Link setup RO Zero

    HI ! Click me =)
  6. 1 point
    bWolfie

    getguildid Script Command

    Hello! The following plugin will grant your server the getguildid("<Guild Name>") script command. It is quite self-explanatory. Simply enter the Guild Name for which you need the GID. Make sure you capture it too! Example: .@GID = getguildid("My Pro Guild"); // .@GID will now be equal to whatever the guild id of 'My Pro Guild' is. // example, can be used with flagemblem flagemblem(.@GID); Hopefully no errors and compiles first time ...and hopefully this will get added to source as I hadn't found a similar functionality to it yet in our existing commands. Download: https://pastebin.com/CpyT7WKm
  7. 1 point
    keough

    New Payon Town!

    Good Day guys! It's been a long long time since i post my last map and now here is another piece of my work, I created the new payon town inspired on the new RO-Mobile payon, it's not that similar but I mixed the old and new payon also the newest payon. Just check it and enjoy! Thank you for viewing!
×
×
  • Create New...

Important Information

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