Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/11/15 in Posts

  1. 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
  2. is the number arranged in such order ?? 12073 ~ 12085 ?? for ( .@i = 12073; .@i <= 12085; .@i++ ) if (checkquest( .@i ) > -1) erasequest .@i;
    1 point
  3. I'll probably go with this. setarray .@quests[0],12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085; for (.@i = 0; .@i < getarraysize(.@quests); .@i++) if (checkquest(.@quests[.@i]) > -1) erasequest .@quests[.@i];
    1 point
  4. This is the list of tested and fully compatible clients : The client 2013-12-23 will 'most likely' work, but I haven't tested it. Could you send me a download link for the unpacked exe?
    1 point
  5. Purpose: Organize the various files (Sprites, Act files and Image files) into their appropriate folders in an automated fashion. Usage Instructions: 1) there are three inputs i) Source Folder: Files required for each custom item is expected to be in a subfolder of this folder. ii) Item DB File: Straight Forward. We load the required info from this file iii) Target Folder: all the files will be copied to respective folder inside this one (sprite and texture folders) 2) Once you add the inputs click the Load Item DB button which will fill the table with the item ids, name and view ids and some default values for the other three. 3) Click the checkbox of the items you want to work on, Select the source name and edit the sprite & resource name as desired. 4) Click the Copy button and all the files will be copied to proper folders. 5) Save settings button saves all the inputs and state of the table. so you can easily Reload it later. The tool also loads the save data when you open it. 6) in case you have iteminfo.lua or idnum2resnametable.txt already with the resource name you can make fill the table (Resource Names) by clicking the Fill Resource Button. 7) Similarly Sprite Name field can be filled from accname.lua & accessoryid.lua by clicking the Fill Sprite Button. 8) An addon as suggested by Yommy - Checker tool which checks for files and reports missing ones (Only the checked items will be ... checked). 9) All the buttons below also have a menu entry at top. 10) Currently I have placed the bottom buttons in a detachable toolbar (easy with QT) so you can just drop it on any side of the window you want or just pull it out . Status: Completed v1.0 - Waiting for suggestions for improvement I had initially written some of the code for .NET4 but recently decided to drop it and use QT instead. If you see any bugs or have any suggestions or modifications in mind please let me know. Download Link v1.0 : http://www.mediafire.com/?ku7mhm376ik79g3
    1 point
×
×
  • Create New...