Jump to content

Leaderboard

Popular Content

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

  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
    2 points
  2. Wenn Guides gerippt werden, dann schreibt zumindest, wer ihn geschrieben hat und verkauft ihn nicht als euren eigenen: http://www.eathena.ws/board/index.php?showtopic=260271
    2 points
  3. This is my 2nd script release Market Bulletin (SQL) Version 1.9 Compatibility - rAthena SVN Requirement - MySQL - run this SQL on your RO database or import the attached .sql file CREATE TABLE IF NOT EXISTS `market_bulletin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` varchar(1) NOT NULL DEFAULT 'O', `char_name` varchar(23) NOT NULL, `message` varchar(70) NOT NULL, `post_time` datetime NOT NULL DEFAULT '2012-01-01 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `market_bulletin` -- INSERT INTO `market_bulletin` (`id`, `type`, `char_name`, `message`, `post_time`) VALUES (1, 'S', 'Testing', 'Test message', '2012-01-01 00:00:00'); Description - A bulletin where players can read and post market offers like buying, selling, trading and others. Additional Info - Player can have a maximum of 5 posts by default. - Posting fee is 1M. Player can also post and broadcast at the same time. Broadcasting fee is 3M zeny. - Includes managing of posts where the player can edit, delete or broadcast their posts. - Also includes search function. - Posts will be deleted after 72 hours (3 days) by default. Special Thanks - Venom --- Please report bugs here if you found any. Market_Bulletin_SQL.txt mbsql.sql
    1 point
  4. File Name: Poring Maps (poring_c01 and poring_c02) File Submitter: Eurydice File Submitted: 17 May 2012 File Category: Maps & Textures Content Author: Gravity -- Ragnarok Online I was testing something on my server and I wondered if these Poring Maps still exist. Yes, they still exist but they error you. I found these maps sitting in my hard drive, so might as well share it to whoever needs them. I made the mini-maps and included them in the files. @_@ Enjoy~! (Also included a .zip file for those who don't have WinRAR. ) Click here to download this file
    1 point
  5. i figured out this a couple of hour ago i refered to chilly +20 Refiner using bradium and kalunium in this link http://www.eathena.w...3 this is the revised script for RATHENA SERVER (Try and Tested). here is the guide LOOK IN SCRIPT.C BUILDIN_FUNC(failedrefitem) { int i=-1,num; TBL_PC *sd; num=script_getnum(st,2); sd = script_rid2sd(st); if( sd == NULL ) return 0; if (num > 0 && num <= ARRAYLENGTH(equip)) i=pc_checkequip(sd,equip[num-1]); if(i >= 0) { sd->status.inventory[i].refine = 0; pc_unequipitem(sd,i,3); // ¸˜BŽ¸”sƒGƒtƒFƒNƒg‚̃pƒPƒbƒg clif_refine(sd->fd,1,i,sd->status.inventory[i].refine); pc_delitem(sd,i,1,0,2,LOG_TYPE_SCRIPT); // ‘¼‚Ìl‚É‚àŽ¸”s‚ð’Ê’m clif_misceffect(&sd->bl,2); } return 0; } then add/copy/paste this below BUILDIN_FUNC(failedrefitemR) // by jhosef { int i=-1,num; TBL_PC *sd; num=script_getnum(st,2); sd = script_rid2sd(st); if( sd == NULL ) return 0; if (num > 0 && num <= ARRAYLENGTH(equip)) i=pc_checkequip(sd,equip[num-1]); if(i >= 0) { //Logs items, got from (N)PC scripts [Lupus] sd->status.inventory[i].refine = sd->status.inventory[i].refine - 3; pc_unequipitem(sd,i,2); // status calc will happen in pc_equipitem() below clif_refine(sd->fd,0,i,sd->status.inventory[i].refine); clif_delitem(sd,i,1,2); clif_additem(sd,i,1,0); clif_misceffect(&sd->bl,2); } return 0; } then look on this text BUILDIN_DEF(failedrefitem,"i"), then copy/past this text below BUILDIN_DEF(failedrefitemR,"i"), //jhosef then compile it here is the Script Renewal_Refine.txt i hope it might help it to you thanks to chilly and Jhared
    1 point
  6. File Name: Old Izlude and Alberta File Submitter: Bahmut File Submitted: 17 May 2012 File Category: Maps & Textures Content Author: Gravity These are the old versions of Izlude and Alberta. Including map files (.gat | .gnd | .rsw) and minimaps (.bmp) Click here to download this file
    1 point
  7. I want to see the last post in the thread of Forum Update but I can not D:! http://www.mediafire.com/?2bnsddhtffr9j3n
    1 point
  8. selfrip wtf? oder was meinst du jetzt gomen?
    1 point
  9. Glast Heim Memorial Dungeon (Under rAthena)
    1 point
  10. 1 point
×
×
  • Create New...