Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/03/12 in all areas

  1. RO Patcher Lite About Replacement for Gravity's RO patcher. Works faster and doesn't consume your entire memory for just seeing it crashing, aside from this, it works almost exactly as the official patcher does, so that it shouldn't break, unless Gravity changes something vital to their patcher. It works on every 32-bit and 64-bit Microsoft* Windows* platform and is free of any cost. Known Issues None. Download & Website http://ai4rei.net/p/rsu License This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 4.0 International License.
    3 points
  2. E - Script Collection Last Update : September 10, 2013 Refine Function SQL Mission Board Monster Marching Vendor Control Advanced Stylist Coin Exchanger Doppelganger Race Of The Day Limited Items Multi Currency Shop Random News GM Online List Link Broken E-Inquiry DotA Runes Flower Counting Game Class Restriction Chain Quest Build Manager Misc Scripts : Freebies Script Card Trader Gold Room [ Pick Gold ] Gold Room [ Guild Tax ] Map Restriction [ GM Based ] Daily Reward Monthly Reward Monster Spawner Monster Summoner with Last Summoned Display Players Stats & Equipments 3rd Job Item Giver Exchanger [ Cashpoint to Coins ] Exchanger [ Poring Coin - Zeny ] Exchanger [ Points to Tickets ] Exchanger [ Item to Item ] Exchanger [ Item to Item ] Exchanger [ Multi Item to 1 Item ] Party Match Auto Ban Over Stats Users Soul Link Buff Kill Players gain Cash Points Party Members All Get Items [ Snippet ] Message Board Stalker Class Skill Reproduce NPC Multiple Selection Quest [ Template ] In-Game Item Rewarder In-Game Points Rewarder Invasion Event Custom Item Rate Status Point Seller [ Snippet ] Anti Bot Security Script Anti Bot Script [ Code / Question ] Item Combo Restriction [ LHZ Card ] Drop Item Upon Death PVP Switcher + Announcer [ Guild Master ] Rotating Waitingroom Messages +10 Refiner [ Specific Items ] Random Rate Item Exchanger MVP Invasion Premium Users [ Boost Rates ] Display Cutin Image upon Login Custom Randomed Box Items Kick GM during WOE Custom Crafting NPC Restrict Same IP [ Certain Map ] Coloured Items Exchanger Guild Master Changer Party Team PK Match Gambling Game IRC Channel Crafting NPC Guild Storage Restriction Stage Game [ Version 4 ] Monster Wiki Event [ Version 3 ] Special Thank you for my Tutor : Notes : I am a bit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works. Anyway, i will still doing my best to write the Updated Changelog or informations about the script as detail as possible. All the Scripts above are uploaded to Pastebin . Abide the Following Rule : Scripts Error / Not Working , you have to Explain it in Details. ( Add in Images / Modified Scripts ) Do not SPAM / BUMP in my Topic. Do not ask for Support stuffs for other Scripts in this Topic. Link Down , then drop [ @Emistry ] a message. I Reserved the Right for NOT Answering your Posts if you did not abide my Topic's Rules. Keep This In Your Mind : All the Scripts i distribute here are NOT FOR COMMERCIAL USES . DO NOT remove my Credits if you are using part of the scripts to modify your own. DO NOT re-release the scripts in any form / way. If you ♥ these Scripts , Click on to Vote this Topic up. Or you may also click on at above the Topic
    1 point
  3. HI! I tried to do this http://www.debian-administration.org/articles/28 in order to make my RO autostarts when server reboots accidentally. #!/bin/bash run=1 if [ "$run" -eq 1 ]; then if [ $(ps | grep -e login-server | wc -l) -eq 0 ]; then # Login server down /home/RO_User01/rewrite/login-server_sql & > /dev/null fi if [ $(ps | grep -e char-server | wc -l) -eq 0 ]; then # Char server down /home/RO_User01/rewrite/char-server_sql & > /dev/null fi if [ $(ps | grep -e map-server | wc -l) -eq 0 ]; then # Map server down /home/RO_User01/rewrite/map-server_sql & > /dev/null fi sleep 10 /home/RO_User01/rewrite/auto-restarter.sh start & fi saved it as autorestart.sh , then I issue the command ... chmod 755 /etc/init.d/autorestart.sh then issue this command ... update-rc.d autorestart.sh defaults i thought that if i use this line sleep 10 /home/RO_User01/rewrite/auto-restarter.sh start & fi this will run the auto-restarter.sh and make the whole thing auto run if ever the server shuts down, but did not work. please help.
    1 point
  4. Introduction : This Custom Enchantment System is based on the official enchantments (Mora Items, El Dicastes Quest Items) but improved for any armor-type in the game. Explanation : Enchantment Attributes : A NPC Allows you to enchant your armors 2nd, 3rd and 4th slots with many attributes, for example : STR + 1, STR + 2, Atk Speed + 1%, DEF + 1, Cast Time - 1% And a lot more. Enchantment Limits : You can enchant each slot for a different attribute, this means you can eventually get a LOT of bonuses. considering you are incredibly lucky, or just incredibly rich, and you spent an incredible amount of time playing, the maximum amount of one status you could get would be +45. Three +3 STR in each slot, 2nd, 3rd and 4th, in every armor piece, headgear, foot-gear, armor, shield and garment. That would give you a total of +45 STR for example. Obviously, it is ridiculously hard to achieve such limit. Enchantment Types : Normal Enchantment : Costs a bit of money, highest chance of working among the enchantments, but the enchantment given is random, you can choose a set of enchantments depending on your class, but it is not restricted only to your class. (Which means you can use a mage enchantment being an archer for example). MvP Selectable Enchantment : This works the same as normal enchantments, except you need 1 Unique Power Stone (will be explained later) to do this enchantment. The difference is that the cost is higher, the chance lower, but you will be able to select the normal enchantment you want, instead of being given randomly. MvP Unique Enchantment : This has a different special set of enchantments, you can get insane bonuses, but the enchantment costs 3 Unique Power Stones, a lot more money and has a lot higher chance to fail. The enchantment is given randomly and you can't choose a class-type in this specific enchantment. GM Enchantment : With this you can select any enchantment for free and with 100% chance to work, obviously it is only restricted to GMs above level 80. (You can change this in the script, refer to the header inside the NPC txt) Unique Power Stones : These are obtained through trading in MvP Misc items with the NPC, such as Fang of Garm, Tiger Footskin, etc. You can change these item requirements inside the NPC script. Please refer to the header in the txt for more info. Warning : The Following things may bug this system : - Your server has more than 1 slots for armors (footgears, headgears, etc). - Your server has a decarder NPC - Your server has a "Sign your name on item" NPC. - Your server uses 2nd, 3rd or 4th slots for armors for something else. - Be carefull with Mora Items, make sure to add them as an exception. - Be carefull with the normal armor enchant NPC in south prontera. (Recommended you remove it) Pictures : Download : Version 1.0 - Direct Download : Enchantment System.rar Media Fire : http://www.mediafire...5aj5947cweiae3q 4Shared : http://www.4shared.c...ent_System.html
    1 point
  5. Already implemented in r15119!
    1 point
  6. @loadnpc and @unloadnpc for specific NPC scripts
    1 point
  7. I tried to make a video on this http://youtube.com/watch?v=GwlvcoNQ1rM
    1 point
  8. You still need to add the map entries to maps_athena in your 'conf' folder. Then you need to pack the .gats of each map in your map_cache.dat. Use WeeMapCache to do this.
    1 point
  9. Hi glemor123, Use this script in this topic by V e r T i g O, put the correct permissions for the system to run the file, and then add it to your crontab to run per minute. http://rathena.org/board/topic/59495-auto-start-ro-when-server-accidentally-restart/
    1 point
  10. Hi Nokia, Debian 5 (Lenny) is EOL; the repo's for the aptitude are no longer working. You must install Debian 6 (Squeeze) or Debian 7 (Wheezy). EOL is 'end of life'.
    1 point
  11. I believe tomb support can be added easily to "old" hexed exes via a lua modification.
    1 point
  12. that's right, now import it into shinyro's weemap cache to add the duplicate map. Usually we would have to recache it I believe, but shinyro's program makes it a ton easier
    1 point
  13. the tomb system is pretty old (what, 1 year and half?) if you don't have it in your client you're outdated imo.. in my opinion the setting is old enough to be enabled by default
    1 point
  14. File Name: Rainbow Road File Submitter: Syouji File Submitted: 02 May 2012 File Category: Maps & Textures Content Author: Syouji This is my own creation of Mario 64's rainbow road. All textures are custom including the models except for 1 of the star models. You can use this map as a race track which is what this map was created for or events or w/e else you want. Click here to download this file
    1 point
  15. then follow this 2 picture and edit your src file...then recompile ... erm..not really sure with download the diff and apply using software...i was aware that might changed other thing of your eA file..since both are kinda different..
    1 point
  16. Great SCRIPT, i've been looking also for this, as always great contribution Kenedos. I will use this for my other SYSTEM. Regards,
    1 point
  17. main·te·nance/ˈmānt(ə)nəns/ The process of maintaining or preserving someone or something, or the state of being maintained: "the maintenance of democratic government". The process of keeping something in good condition: "car maintenance"; "essential maintenance work". There's nothing wrong with it. :| It's just being maintained, cleaned up or whatever they're doing.
    1 point
  18. Hi V e r T i g O, It should work fine in Debian 5. I would like to remind you that Debian has stopped supporting Lenny (5); so it's better to drop that Distro and move onto Squeeze (6). Then I would recommend you use that line for the /etc/rc.local ./home/RO_User01/updated/rewrite/auto-restarter.sh &
    1 point
×
×
  • Create New...