Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/11/19 in all areas

  1. < Stolao's Pvp Ladder> Features: A Dynamic Pvp Ladder Todo: Suggestions? Optimize? Changelog: 3.00 Overhaul 3.01 Fixed missing "No" for "No Ygg" 3.02 Added Show Map Name Option 3.03 Added Max Players Option 3.04 Optimized and fixed SQL queries [Secret] 3.05 Replaced some queries with addrid(0) 3.06 Updated Rewards to RODEX compatable 3.07 Fixed all rom referancing room [0] player limit 3.08 Made Made .MaxPlayers = 0, mean unlimited 3.09 Removed use of getd 3.0A Cleaned up some code 3.0B Moved Menu Generation to fix Map Count not showing 3.0C Actually Added RoDex Support now 3.0D Fixed Map Menu Generation 3.0E Fixed sql query 3.0F Cleaned Code a bit 3.10 Did more Cleaned Code a bit 3.11 Fixed a logic bug in GM reset 3.12 Added Waiting Room 3.13 Added Dynamic Waiting Room 3.14 Moved and added more At_Commands 3.15 Dynamic Waiting Room (&4096) require Waiting Room (&2048) to work 3.16 Increased Waiting Room Rotation Time 3.17 Fixed Typos in Reset PVP Stats 3.18 Removed unnessisary next, creating hang screens 3.19 Made compatable with new mail command 3.1A Reformatted Rewards in conf to support 5 items Links: Latest Pvp Ladder
    1 point
  2. Version 1.0.0

    449 downloads

    Well I searched this script a lot but I did not find any free, I found another on another site made by CarlosKiller, but for another emulator, so I adapted it to rathena. It has 2 script, one in English and one in Portuguese. Modifications made by me: Add item: A category has been added, a protection not to add the same item twice, after adding an item you will be asked if you want to add another item and at the end you will be asked if you want to do @reloaditemdb. Category: For example, 0 ~ 8 if you enter 9 you will receive a message stating that there is no such category and will ask you to retype the category. Delete item: The items in the store with the id appear in the list, making it easier to delete the desired item. Reload CashShop: After adding or removing an item in the cash shop is necessary to upgrade the store and must be logged in to be able to see the changes. It really took a lot of work, I hope you enjoy it. Note: I am not the creator of this script just adapted and modified many things in it to be compatible with rAthena. Note2: If it is allowed to put the original script link, let me know that post here. Below is the original script without modification. (remembering that does not work in rathena this script) There is a function that I removed, because I could not adapt correctly, that you could see the store items in npc, I was able to modify but when removing some item, he did not remove from the store, only giving restart, and when updating the store doubled the items as well.
    Free
    1 point
  3. In this part try changing it to the exact rate of what you put in your exp.com setarray .Modifier[0], // Multipliers for Base Exp, Job Exp, and Zeny rewards. getbattleflag("base_exp_rate")/100,getbattleflag("job_exp_rate")/100,60; so for example mine is 8k i did changed it like this setarray .Modifier[0], // Multipliers for Base Exp, Job Exp, and Zeny rewards. getbattleflag("base_exp_rate")/800000,getbattleflag("job_exp_rate")/800000,60;
    1 point
×
×
  • Create New...