Leaderboard
Popular Content
Showing content with the highest reputation on 04/24/12 in all areas
-
This small modification allow you to manage damage of skills. Request: this topic Ver.2.1: patch updated. You can change the skill damage in file db/skill_damage_db.txt (skill_damage.txt) Version 1.1: added more options for manage skills damage on specific mapflags ( QQfoolsorellina'sSuggestion ) Version 2.0: added map bitflag ( Lighta's Suggestion ) Version 2.1:(Updated 2.0) Skill_damage_v1.1.patch Manage_Skill_Damage_2.0.patch manage_skill_damage_v2.1_rAthena17121.patch2 points
-
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 Topic1 point
-
Introduction : Allows you to refine every of a single item type in your inventory at the same time. You can also trigger a quick refining function, making it a thousand times easier for over-refining things. Explanation : I Readjusted the normal refiner npc (the infamous Hollengrhen) to be able to refine many equipments at the "same time". Actually it does not refine them at the same time, but it allows you to refine everything in a lightning speed, compared to what it was before (selecting the menu each time you wanted to refine once). I also made a secondary script to work for past +10 equipments, these use Bradiums and Kaluniums instead. I could've put them all in the same NPC, but that would be sort of messy and confusing to edit, so i chose to make them two separated NPCs (Just like gravity did, when they first implemented the past +10 refine). When you refine, you now get a last option, this last option allows you to increase the speed you will refine your equipments. Once you select the equipment you want to refine, you may now choose to refine every item of the same item ID in your inventory to that desired refine rate. Obviously the NPC will charge you for all the eluniums and zeny cost summed up together, but it takes out the items for each refine done, therefore the chances of actually losing an item (or money) using this script have been minimized. Pictures : Video : Warning : - The refine.txt script is already a official normal script inside rAthena. Make sure you disable the other one, I believe it is located in scripts_athena.conf, under Merchants. But that may differ depending on your server. - The quick refining function uses a "sleep2" command to delay between refines. If your server lags insanely, you may have to increase that sleep2 value. By default it is 300, but perhaps if your server is big, you may want to increase it past that. - Eluniums and armors weight a lot, depending on your server rates, some players might not be able to carry all the armors and eluniums together to over refine them at once. (That's not really a bug, its supposed to be like that, but if you wish, you can remove eluniums weight or something.) (Fixed) - The script does not check for overweight characters, this means they could drop their items by refining at past 90%... (To be fixed) Information : To change the safe refine rates, materials consumed, or prices, look for the following piece of script : Just change the values in the variables. .@price = Price for that refine .@material = Material ID consumed for that refine .@safe = Safe refine rate of that type of refine // ----------- Refine Prices, Materials and Safe Refines ---------- // case 0: //Refine Armor set .@price,2000; set .@material,985; set .@safe,4; break; case 1: //Refine Level 1 Weapon set .@price,50; set .@material,1010; set .@safe,7; break; case 2: //Refine Level 2 Weapon set .@price,200; set .@material,1011; set .@safe,6; break; case 3: //Refine Level 3 Weapon set .@price,5000; set .@material,984; set .@safe,5; break; case 4: //Refine Level 4 Weapon set .@price,20000; set .@material,984; set .@safe,4; break; case 5: //Refine other stuff? set .@price,2000; set .@material,985; set .@safe,4; break; // ----------------------------------------------------------------- // Download : Version 1.1 (High Refine), Version 4.1 (Refine) - Direct Link : Refine.rar (OUTDATED) Version 1.0 (High Refine), Version 4.0 (Refine) - Direct Link : Refine.rar MediaFire : http://www.mediafire...eudlm1m42ymid2l 4Shared : http://www.4shared.c...lqH/Refine.html1 point
-
Tested on latest fluxcp-renewal with GMail settings (mentioned here) and it worked. I received the email, I clicked the confirmation link, and the account can now be accessed. 'RequireEmailConfirm' => true, // Require e-mail confirmation during registration. ... 'MailerFromAddress' => '[email protected]', // The e-mail address displayed in the From field. 'MailerFromName' => 'Xantara - CP', // The name displayed with the From e-mail address. 'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail. 'MailerSMTPUseSSL' => true, // Whether or not mailer should connect using SSL (yes for GMail). 'MailerSMTPUseTLS' => false, // Same as above SSL setting, but for TLS. This setting will override the SSL setting. 'MailerSMTPPort' => 465, // When MailerUseSMTP is true: SMTP server port (mailer will default to 25). 'MailerSMTPHosts' => 'smtp.gmail.com', // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')). 'MailerSMTPUsername' => '[email protected]', // When MailerUseSMTP is true: Authorized username for SMTP server. 'MailerSMTPPassword' => '****', // When MailerUseSMTP is true: Authorized password for SMTP server (for above user). Note: Input for 'MailerSMTPPassword' has been starred out. Also, if you think there is a bug with FluxCP, please also send in an issue (here) so that CalciumKid (and others) are aware and can look into it. (You can still inquire about it on rA boards but an email notification is sent to the us if an issue is created =p)1 point