Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/07/20 in all areas

  1. View File Costume Enchantments - Custom idRO Klasik based In this script Custom NPCs to exchange listed costumes becomes Upper/Middle/Lower/Garment Enchant Stone Box Custom NPCs to enchant listed costumes by selecting the enchant stones (50% success, failure will delete the stone only) Custom NPC to exchange Enchant Stone to Upper/Middle/Lower/Garment Enchant Stone Box (require: 2,000,000,000 Zeny) Not in this script All items (server-side) that are not present in rAthena All items (client-side) that are not present in kRO (or other official clients) because idRO Klasik customization Lucky charms Exchange it Enchant it Woops, I need to find another stone Submitter Cydh Submitted 06/09/2018 Category Utilities Video https://www.youtube.com/watch?v=M0nv3YWVA6w&list=PL274vHMHfeg1-5SkmFEZWCRSvLIGeat_V Content Author Cydh
    1 point
  2. I do wish you guys would stop calling it an "offline" server. If a server is "offline" then it doesn't work. It's down. It's off. Hence "offline". It's called a local server.
    1 point
  3. conf/battle/item.conf vending_over_max: yes (set to no)
    1 point
  4. Version 1.0.0

    891 downloads

    As the title says. Records break time of the player. Ranks them with who had the fastest time. Uses only a custom emperium mob duplicate. The script would be as is. Use this freely and edit it as much as you need. Compatibility is your responsibility. No backward compatibility support. Enjoy!
    Free
    1 point
  5. Like this? prontera,150,150,0 script Sample 100,{ query_sql "SELECT `name` , `class` FROM `char` WHERE `online` = '1'", .@name$, .@class; mes "-----------------------------------"; mes "Online Users: " + getusers(1); mes "-----------------------------------"; for( set .@a,0; .@a < getarraysize(.@name$); set .@a,.@a + 1) mes .@name$[.@a]+ " | Job: " +jobname(.@class[.@a]); mes "-----------------------------------"; close; }
    1 point
×
×
  • Create New...