Leaderboard
Popular Content
Showing content with the highest reputation on 09/15/12 in Posts
-
Original topic and code here: link Idea: link You can enable or disable the cash / item in file db/item_vending.txt Vending title can be looks like: "[ITEM_ID] name" Version 1.8 preview: Changelog conf/battle/feature.conf db/item_vending.txt Modify your client data files: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt Enjoy. New: rAthena only: ExtendedVendingSystem_1.8.1.patch ExtendedVendingSystem_1.8.patch Old:1 point
-
File Name: RagRE Item Builder[b]File Submitter[/b]: EvilPuncker [b]File Submitted[/b]: 15 Sep 2012 [b]File Category[/b]: Client Tools [b]Content Author[/b]: Latheesan [b]Requirements[/b] To use this script, you need to satisfy the following requirements: - Windows Operating System - XAMPP (Get It From Here : http://sourceforge.net/projects/xampp/) - ionCube Loaders (http://www.ioncube.com/loaders.php) - Required For Encrypted PHP Scripts (See Below For Installation Instructions) [b]How To Install The Script[/b] This guide assumes that you have installed XAMPP in C:\WWW folder on your windows computer. Step 1) Extract the contents of the zip file (RagRE_Item_Builder_vXXX.zip) into C:\WWW\xampp\htdocs\ Step 2) Open your browser and visit this URL http://localhost/RagRE_Item_Builder/ioncub...ader-wizard.php and follow the instructions (If you don't have Ioncube Loader installed on your XAMPP). That's it [b]How To Use The Builder[/b] Step 1) Go into C:\WWW\xampp\htdocs\RagRE_Item_Builder\Input_Folder Step 2) Move your custom item's equip, drop, collection & item spr/act/bmp files here (Make sure all your files have the same name) Step 3) Now visit http://localhost/RagRE_Item_Builder Step 4) Configure the options available on the interface (as you see fit) and click Start button and wait. Step 5) Now you get the Preview Screen where you can fine tune each items (if required). Once you are done, scroll down and click the Build button. Step 5) Within few seconds (depending on how fast your computer is), the job should be done. You can collect the built contents from theC:\WWW\xampp\htdocs\RagRE_Item_Builder\Output_Folder folder. [b]Things You Should Know[/b] 1) Once the script is successfully finish processing the Input_Folder, any items found in the Collection, Equip, Item, Drop folder will be automatically deleted. 2) Once the script is successfully finished, you should copy the Output_Folder to somewhere (e.g. your Desktop) and leave it alone from here C:\WWW\xampp\htdocs\RagRE_Item_Builder(because, the next time you use the script again, the files will be wiped from the output folder and a new set of data will be created based on what was found in the Input_Data folder. [b]Builder Demo[/b] To demonstrate the abilities of this script, I have included some sample items in the Input_Data folder. To run the script and build the items, all you have to do is, visit the urlhttp://localhost/RagRE_Item_Builder and click the start button and then view the contents of Output_Data folder. This should get you started on how the data goes into the script and comes out. [background=red]RagRE Item Builder Script by Latheesan is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.[/background] Click here to download this file1 point
-
File Name: Navi Guardian File Submitter: Dan File Submitted: 26 May 2012 File Category: Guardians Content Author: Dan Original Author: Dan Navi guardian from zelda enjoy Click here to download this file1 point
-
It's come to my attention (mainly because I forgot all about this) that alliance chat is not by default added into rAthena/eAthena; even though every server I've seen or heard of uses this system. I think we should add it to rAthena.1 point
-
Hi there guys, remembering I've got a pain in updating my Miruku 15112011, now I am uploading the freshly updated copy of it, with the update date: 07-09-2012 (7th September 2012) I downloaded them ad extract it, install it on my PC and updated it. then, I repacked it and uploaded to help you, guys! Before, I am terribly sorry for my (currently) lack of knowledge that I don't use NSIS Anyway, here's the link! Miruku 07-09-2012 (7th September 2012) <Mediafire> a nice guy reported I violate the rule and some of the pars (*parts) are deleted. See you in the next updates! Mirrors: Mirror from Malaysia (thank to RedBoss) reported to be down on 2012.10.18 (18th Oct, 2012) well, see you soon in the next client update.1 point
-
14 September 2012 Before 14 September 2012 Hello, Welcome to the Tyranitaurus Restaurant. I will serve you the best dishes ever. All our meats are 100% Tyranitar. Let me present you the dish of the day: "Leg of Tyranitar coated with green scales" Cost : 1 Reply. Just reply and I will serve you the most fresh meat ever. I hope you enjoy the Tyranitaurus Restaurant. If you like the restaurant, here is our loyalty card! -- Restaurant Front door ornaments --1 point
-
src/map/pc.h find: unsigned int warping : 1;//states whether you're in the middle of a warp processing add after: unsigned int main_blacklisted : 1; src/map/map.c find: party_booking_delete(sd); // Party Booking [spiria] add before: if(sd->state.main_blacklisted) { sd->state.main_blacklisted = 0; } src/map/atcommand.c find: ACMD_FUNC(main) { add after: if (sd->state.main_blacklisted) { clif_displaymessage(fd, "You have been banned for using @main."); return -1; } find: ACMD_FUNC(main) add before: ACMD_FUNC(mainblock) { struct map_session_data *pl_sd = NULL; nullpo_retr(-1, sd); if (!message || !*message) { clif_displaymessage(fd, "Please enter a player name (usage: @mainblock <char name/ID>)."); return -1; } if ((pl_sd = map_nick2sd((char *)message)) == NULL && (pl_sd = map_charid2sd(atoi(message))) == NULL) { clif_displaymessage(fd, msg_txt(3)); // Character not found. return -1; } if (pc_get_group_level(sd) < pc_get_group_level(pl_sd)) { clif_displaymessage(fd, msg_txt(81)); // Your GM level doesn't authorize you to preform this action on the specified player. return -1; } if (pl_sd->state.main_blacklisted == 0) { pl_sd->state.main_blacklisted = 1; clif_displaymessage(fd, "Blocked @main for character!"); } else { clif_displaymessage(fd, "Character is already blocked!"); } return 0; } find: ACMD_DEF(main), add before: ACMD_DEF(mainblock), If you want to toggle the ban on @mainblock, do this: find: clif_displaymessage(fd, "Character is already blocked!"); change to: pl_sd->state.main_blacklisted = 0; clif_displaymessage(fd, "Character unblocked!");1 point
-
1 point
-
File Name: Guardian Stone & Barricade Repair Test Script File Submitter: Viole File Submitted: 15 Sep 2012 File Category: Utilities Content Author: Viole Just like the emperium breaker test. Here, you can practice repairing the guardian stones and barricades, and sets a time how long you repair the stone or barricade. Got 8 rooms available. ( 4 Guardian Stone Rooms & 4 Barricade Rooms ) Summons barricade when control device is repaired succesfully. Set prize for the Best Record Holder. Can enable and disable prize distribution. Edit map coordinates, if you would like to change the map, under: OnInit: //•••••••••••••••••••••••• C O N F I G U R A T I O N ••••••••••••••••••••••••// Credits: Idea from Emperium Tester by JinBlack Guardian Stone Script -- rAthena-built in Click here to download this file1 point
-
1 point
-
You can do this with very ugly source mods but the client will never see the equipped cards1 point
-
1 point
-
If I die the Shovel of Doom will lose it's power. The only way to charge the Shovel of Doom is with my teardrops :<.1 point
-
make sure you have the correct configuration inside here.. trunk/conf/inter_athena.conf // Global SQL settings // overriden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: ragnarok sql.db_password: ragnarok sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok char_server_pw: ragnarok char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok map_server_pw: ragnarok map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok log_codepage: log_login_db: loginlog1 point
-
its an official behavior..you must equip something for it to take effect..1 point
-
When you are "Updating" your SVN, and not using Head revision, you'll get some files from latest revision, that's why you have multiple files. You can compare between your own and the revisions itself and after you choose which one you're going to use, rename it to "skill_db.txt". A "Conflict" can occur from various reasons, you can try to manually download the file from the site. By default it will overwrite your changes, so you have to edit your files again. SVN have a "Diff" feature to allow you to patch your changes into current updated file, the problem is the updated file structure can be changed from time to time because the trunk is managed by a group of developers, sometimes making a diff file useless. So the point is, "Always make a backup your files before making any SVN Update"1 point
-
DevilEvil is now a martyr (thank god he's dead ) HOW DARE YOU TRY AND TAKE MY SHOVEL OF DOOM >o /me stabs DevilEvil's dead body with Shovel of Doom The club reigns supreme.1 point
-
1 point
-
1 point