Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/18 in all areas

  1. View File RWC Battleground 2012 This file is in no way Official. This is my interpretation of the Ragnarok World Championships Battleground system. Since this file has been up for years and I haven't seen a penny from it. I will not be offering support for the file if it is purchased here. Please contact me directly. Please run the SQL Commands at the beginning of the script file before installing said script. This script DOESN'T work without SQL support. What is this NPC? This is basically like a GVG script but it warps players who are in a party/guild into a map where they all ready up. After that, there is a waiting period where they can buff. Then they battle for however many rounds and get prizes at the end. What can it do? Ranking. Unrestricted Party Queuing. ( You can queue up and go do other things while you wait. ) Disable Usable Items. Disable Equip-able Items. Restrict Party to Specific Jobs. ( Restrict Duplicate Jobs as well ) Modify what maps it works on. Require Items. Cooldown. Disable Commands. Item/Point Rewards. IP Abuse Prevention. ( Mac Address in applicable servers. ) Auto party. Healer and repairer NPCs. Join or leave anywhere with @rwcjoin & @rwcleave. Completely customizable interface. Here are some of the other files you might need: Map Files ItemInfo Accessory Enchanter Item Database If you purchase this script from rAthena.org I will offer full support for the features listed above. Additional feature requests are ok but added at my own discretion. Email: [email protected] Submitter Skorm Submitted 04/28/2017 Category PvP, GvG, WoE, Battleground Video https://youtu.be/kSJYZVCYBzI Content Author Skorm  
    2 points
  2. Our team is writing a library for working with GRF/GPF files. We would like to present you the first alpha version of the library. At present, the library fully supports the fast merging of the two grf files and complete extraction of all the files from the grf. The library supports all versions of the GRF. In the archive you will find the library itself, a test program source files and test application. GrfLibTest.rar
    1 point
  3. Hi, everyone. The reason 2017 client crash while hairstyle over 29 is the client fetching palette's file name from hard-code table instead of hairstyle IDs. Solution: replace Enable64kHairstyle.qs It work well with my 2017-06-14bRagexeRE & 2017-05-17aRagexeRE clients, and it should be fine with 2018's client.
    1 point
  4. View File Mad Hatter - Headgear Rental + Randomizer About This File Tested and working with: 264af55 No Source Modifications needed. Purpose Provides a nice set of hats which resets after x amount of days. It can give the possibility to try the headgear on. This is primarily targeted for Headgears but other items can also be sold and automatically takes off "View Item" in the menu if it is the item being bought is not a headgear. Has the ability to randomize or use a pre-defined set of items. Changelogs The Mad Hatter V 1.1.1: Fixed problem about checking rentals items in inventory when Randomize Hats option is enabled V 1.1.0: Public Release Swapped Yes/No sequence when a GM talks to the NPC to avoid accidental reroll. Added Randomization option of hats V 1.0.1: Fixed missing semi-colon in config part. V 1.0.0: Player can rent 1 headgear per day. Cannot rent another headgear, if the rented item is still present on their inventory. Configurable length of rental time Choose between Zeny or Coin payment Able to try headgear via "View Item" menu Weekly change of items. GMs can manually reroll the item set per week. Configurable amount of Headgears to be displayed per week *please see configuration part by searching "Configuration part" Preview of Configuration in Script End User License and Terms of Services: 1. I will retain all the rights in all the scripts that I create 2. Client cannot redistribute nor resell the scripts that I provide 3. No refunds 4. Maintenance of scripts does not include modification of the original intended behavior. If the script has been broken due to prior modification of the original behavior then it would mean a new service request 5. Modification of the original intended behavior would mean a new service request and would go through the process mentioned above 2. This can be redistributed anywhere in any form. 3. This shall not be in any way be branded for sale anywhere in any form. 4. Maintenance will not be provided. Feel free to use the support section. 5. See #3. 6. Ninja has the right to post all my free services to the release section and make it available for everybody to use 7. Maintenance of scripts will be provide free of charge 8. I will not keep any sensitive information from your server nor any credentials that you lend me 9. I will backup all my server files before I use this. 10. Ninja will not be liable in any way at any time. 11. The moment I use anything from here, I accept all the terms of services stated above. Where the script author is Ninja (https://rathena.org/board/profile/7005-ninja/). ====================================================================================================== Credits to Radian for the initial request. ====================================================================================================== Submitter Ninja Submitted 06/15/2017 Category Utilities Video Content Author Ninja  
    1 point
  5. There is no issue on the files. So, check your grf has hairstyle & palette files, diff with a clean client.
    1 point
  6. here its https://pastebin.com/nJakdpBG Enable64kHairstyle.qs
    1 point
  7. .@aid = getcharid(3); getpartymember getcharid(1), 2; .@count = $@partymembercount; copyarray(.@pt_aid, $@partymemberaid, .@count); for (.@i = 0; .@i < .@count; .@i++) if (attachrid(.@pt_aid[.@i])) { .@total_base_lv += BaseLevel; .@count++; } attachrid(.@aid); mes "average level of your party are "+ (.@total_base_lv / .@count); close; you can try like this...
    1 point
  8. it's working for me x.X prontera,153,180,5 script PARTY_AV_TEST 444,{ if(getcharid(1)){ getpartymember getcharid(1),1; copyarray .@charID, $@partymembercid, $@partymembercount; getpartymember getcharid(1),2; copyarray .@accountID, $@partymemberaid, $@partymembercount; for(.@i=0;.@i<getarraysize(.@charID);.@i++){ if(isloggedin(.@accountID[.@i],.@charID[.@i])){ .@blvl += readparam(BaseLevel,.@charID[.@i]); } } debugmes "" + .@blvl; } }
    1 point
  9. The final version of the GRF file has 0x200 and supports file encryption. This library is part of our patcher, but more optimized. Library code will also be added to the patcher to increase productivity.
    1 point
×
×
  • Create New...