Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/07/17 in all areas

  1. Duplicate your current palettes, copy them to ,ö\costume_1 adding _1 at the end of each file name.
    2 points
  2. < Stolao's Script Collection> Please Comment, Good or Bad i want to know your guys thoughts on what i should do next. Update History At Afk At Commands Auto Event Custom Functions Daily Login Reward Ex Job Master Floating Rates Fly-Wings Group Buffs Mvp Speed Run Non-Abuse Healer Poring Power Pvp Ladder Mining -Unsupported, Bug Fixes Only- Weapon Mastery -Unsupported, Bug Fixes Only- Coming soon to a server near you
    1 point
  3. View File sader's Hourly Rewards //===== rAthena Script ======================================= //= saders Hourly Rewards //===== By: ================================================== //= Sader1992 //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //https://rathena.org/board/files/file/ (this the first version there is no url yet) //https://github.com/sader1992/sader_scripts //===== Description: ========================================= //==== all the configuration are in the last //==== support gepard / ip / or without them //==== if you use ip/gepard sql will be used for that //==== can add minimem level to get the rewards //==== can change the time //==== can ban the vending from the rewards (it will reset after relogin) //==== can add rewards else then variable //==== there is a shop npc for the variable //==== you can make it only for vip //==== can ban idle players for X time from the Hourly Rewards //==== player can ban his char from getting the reward by @HourlyBan (it will reset after relogin) //============================================================ //==== please send me a message if you find error //==== if you like my work maybe consider support me at paypal //==== [email protected] //============================================================ //============================================================ after loading the script you will need to re login to the game configuration In the last of the script OnInit: .s_idle = 0; // ban hourly rewards from idle players ? 0 no / 1 yes {if player didn't move for x time he wont get hourly reward} , DEFAULT = 0 .s_idle_time = 1800; // this the time for idle in secend , DEFAULT = 1800 (30 min) .s_vip = 0; // 1 = only for VIP / 0 = for everyone , DEFAULT = 0 .s_time = 3600000; // 1000 = 1 secend | 60000 = 1 min | 3600000 = 1 houre , DEFAULT = 3600000 (1 hr) .s_hourly_level = 0; // Minimam level to get the Houerly rewards / 0 = no minimem level , DEFAULT 0 .s_GePard_ip = 0; // 0 = no Gepard / 1 = Gepard / 2 = IP , DEFAULT 0 .s_vinding = 7; // DEFAULT 7 / 0 = will give the reward even if vending / 1 = no normal vending / 2 = no @autotrade / 4 = no buyingstore | Example: if you want to ban normal vend and buying store you add the numbers 1+4=5 query_logsql("CREATE TABLE IF NOT EXISTS `sader_variables_log` (`unique_id` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',`ip` VARCHAR(100) NOT NULL,`variable` VARCHAR(32) NOT NULL, `index` INT NOT NULL, `value` INT NOT NULL,`account_id` INT NOT NULL,`char_id` INT NOT NULL,`char_name` VARCHAR(30) NOT NULL) ENGINE=MyISAM"); bindatcmd("UnHourlyBan",strnpcinfo(3)+"::OnUnHourlyBan",99,99); bindatcmd("HourlyBan",strnpcinfo(3)+"::OnHourlyBan",0,99); end; Hourly_Rewads: //put the Hourly Rewards here #HourlyRewards += 1; //getitem 905,1; // if you want to add items as reward you can add them here like that //getexp 10000,5000; // if you wanna add exp as reward add them here like that //if(#Hourly_Rewads_Check == 5){getitem 905,1;} // like this you can add reward for Xhr and this reward will be given for that X in this example 5 mean that the player did pass 5hr //if(#Hourly_Rewads_Check >= 5){getitem 905,1;} // like this you can add reward for Xhr and this reward will be given for that X in this example 5 mean that the player did pass 5hr or more return; } prontera,151,171,5 pointshop Hourly Rewards Shop 667,#HourlyRewards,901:1,902:10,903:15,904:1,905:200 //<ITEM_ID>:<PRICE>,<ITEM_ID>:<PRICE>,<ITEM_ID>:<PRICE>,<ITEM_ID>:<PRICE> for any error contact me plz for faster update and fixes https://github.com/sader1992/sader_scripts //==== if you like my work maybe consider support me at paypal //==== [email protected] Submitter sader1992 Submitted 10/10/2017 Category Utilities Video Content Author sader1992  
    1 point
  4. DISCONTINUED Since I updated some of NEMO's easy-to-update patches, I think the community would benefit from them too. Don't expect much though Download updated patches on my fork of NEMO. (Commit logs) These patches are distributed "as is", without warranty of any kind. In no event shall I be liable for any claims, damages or other liabilities. If you'd like to buy me a symbolic beer, feel free to donate to my PayPal. Symbolic beer hall of fame: (Thank you for the kind donation) @Hurtsky @renniw @Radian @Haziel
    1 point
  5. Version 1.0.0

    221 downloads

    Welcome on Folkvang, the Forgotten Plains. This is the Land Freyja rules, a plain where dead people are brought to prepare the Ragnarok. Fight here all those who falled on the battlefield, and that Freyja and the Valkyries recognized as valorous warriors. This is a custom dungeon with an evoluting content. The mobs, exception made of Freyja, are composed by Clones of all players dying around your server. The stronger they are, the toughest the dungeon will be. Everything's configurable, so you can set the minimum and maximum level to be cloned, the highest number of clones per players, or on the whole map, the reward for killed monsters....and so on. On the screens, the map used is 1@dth2. The script is therefor build for br_lb map, which is provided in the rar and was created by Loutch, thanks to him. Credits: Do not claim my work as yours. Feel free to use it, even modify it, but leave the credit on file header Special Warning: This content was first designed on Hercules Emulator. While being tested, there must be some error or bugs. Feel free to report them so I can fix them.
    Free
    1 point
  6. I have to say this gives me an idea XD but yah good idea if rAthena did it officially cuz even if i done with it ,there is things that i can't do like reading the map_cache.dat
    1 point
  7. Version 6.0

    5009 downloads

    This is a Shop that Allow Players to buy Items using Different type of Currency. The Currency used can be Items , Zeny , Cash , CustomVariable. Topic Detail : http://rathena.org/board/topic/53320-%E3%80%90-emistry-%C2%A9-2012-%E3%80%91e-scripts-collection/page__st__120#entry92489
    Free
    1 point
  8. This is another release to help rAthena users port recent instance releases from other emulators or old instance script which are still using rAthena's old instance script commands before the rewrite in r17386. This release helps translate script command calls to rAthena's version of script or get rid of errors when using these script command calls on rAthena. has_instance instance_attachmap instance_set_timeout instance_init To this point, you may only need to change `warp "mapname",x,y;` calls to instance_enter to port scripts mentioned above. [Download] Gist snippet
    1 point
  9. ---------------------------------------------------------------------------------------------------------------------------------------- Hey guys, I'd like to share some of my personal scripts with you. We've all learned a lot from each other over the years, and I'm a big believer in continuing that cycle. We have some truly amazing servers, features and game-play in modern day RO servers, and a lot of that is thanks to people sharing scripts and providing feedback and then making that information known to the public. I want to share some of the information I've learned with you all. The scripts I'll be providing are a mish-mash of many features and systems. Many of my scripts are simply "for-fun" type, something that just makes the game a little more interesting/unique, but I'll also be adding a lot of functional scripts too- scripts that will actually improve your quality of gameplay. I don't know nearly as much as many people doing this do, but I pride myself on both the simplicity and quality of my scripts, and I hope they'll be a use to you in some way. One last note... While you are obviously not (and shouldn't be) legally-required to give me credit for my work, I ask that you please do. Writing scripts can take dozens if not hundreds of hours, and it isn't right to lay claim to other people's work. I wouldn't make a big deal out of it if I found out my script had been ripped off, but just be a decent person and give credit where credit is due. Regardless, enjoy the scripts, and if you find any bugs or would like to post any thanks, suggestions or comments, please feel free to do so. Have fun! ---------------------------------------------------------------------------------------------------------------------------------------- Without further adieu, here are my scripts, provided for your use and enjoyment! #1: Disguiser Super simple but awesome script! Allows any player to temporarily turn into a monster .This is the ultimate ''for-fun" script. #2: Endower This endower (or 'Elementalist') will imbue your weapon with the power of fire, ice, wind or earth for 25,000z for about 30 minutes. This is a great way to give players the option of having enchanted weapons if you don't want them to use converters or don't want to gimp the sage class, as this is much more expensive that using a sage to endow yourself. #3: Coin Exchanger A truly excellent coin exchanger. Trade lower grade coins for higher grade, and higher grade for lower grade. The highest grade is Platinum, and once you have a Platinum Coin, it can be given to the exchanger in return for 20-some different prizes, all of which are relatively balanced, like potions and scrolls. This is a great choice for low-rate servers or those who don't want over-powered donation items circulating in their economy. Disguiser.txt Endow.txt CoinExchanger.txt
    1 point
  10. File Name: Utility: Super Novice Prayer Command File Submitter: Kido File Submitted: 24 Sep 2014 File Category: Utilities Content Author: Kido, Dastgir Hello, this script it's a command that will make any Super Novice of any level to pray and call for its Guardian Angel so it will be able to cast Critical Explosion and get + 50 Critical Rate. I made this because in my server the Super Novice Prayer text didn't work and i couldn't figure out how to make it work so i made this command. Thanks to Dastgir now it has a gettimestick which makes the player wait the 180 Seconds to call once again the Guardian Angel. First version was a mess lol If you want to add some checks to fit your needs feel free to do it. If you can't or you don't know how to, feel free to ask for support. This is my second script release so please be gentile Have fun guys : ) Click here to download this file
    1 point
×
×
  • Create New...