Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/12/14 in all areas

  1. Free Thor Patcher Skin v4 soon to release! Please rate!
    4 points
  2. All headgear official bRO, cRO, euRO, fRO, idRO, iRO, jRO mysgRO, twRO, tRO Update November 2022 Headgear November 2022.7z Iclude list and miss headgear
    1 point
  3. From my topic : http://rathena.org/board/topic/86213-lil-troll-world-of-fishing/ LIL-TROLL PRESENTS: WORLD OF FISHING Works best on "/effecton". ///////////////////////////////////////////////////////////////////////// //---------------------------------------------------------------------// // WORLD OF FISHING // // AUTHOR: LIL TROLL//COLDFIRE // //---------------------------------------------------------------------// // RATHENA SCRIPT // //---------------------------------------------------------------------// // Version 1.6 // //---------------------------------------------------------------------// // FEATURES: (Modified Fishing Script) // // Automatic Fishing Mode 1 (Lil-Troll Version): // // - Fish Autohides After Caught // // - Non-Abusable // // - Fishing with Animated BMP! ( Just make your own BMP-Cutins ) // // - Fishing with Exp - Level! // // - Fishing with Titles Names // // - Fish Monster Encounter // // - Marine Sphere, Summon, Warper // // - Jackpot & Lucky Treasure Box // // Automatic Fishing Mode 2 (Grass Version): // // - Fish Autohides depends on settings. // // - Plain Automatic Continuous Fishing. // // Fishing Cutins(Animation) VS Progress Bar // // Fish Box (Reward Storage) // // - Fish Box with Exp - Level! Increase Storage Limit per Level! // // Fishing NPC (Fishing Guru) // // - NPC automatically change and suits to desired toggle. // // Fishing Points (With toggles [On/Off] (Account-Based) // // - You can set Fishing Points to character based by removing "#" // // - You can pick mode from the toggle // // Fishing Manual (Instructions,Statistics) // // Fishing Ladder: // // - Rank, Experience, Points, Fish Caught // // - Successful Fishing, Fails, Monster Encounters, Reward Moments // // Idea/Concept: // // Modified, Improved and Add "Flavor" to known fishing scripts. // // - Fishing Script By Grass0916 // // - Fishing Script By Mercurial // // - Fishing Script By Pnuema // //---------------------------------------------------------------------// ///////////////////////////////////////////////////////////////////////// [spoiler=You can see original topic here:]http://rathena.org/board/topic/86213-lil-troll-world-of-fishing/ [spoiler=Idea Behind the Script]Fore more information regarding the script, for you to get a hint what this script does. You can see video below. [spoiler=Grass Cutins:] Anyways, you can download the cutins, posted by Vlync. Thanks for this men! Vlync: #22 Post [spoiler=To Do:][spoiler=Done:]Important Updates: #1: Added Fish Auto Hides. [v.1.1]. #2: Fix major used of permanent global variables. [v.1.4]. #3: Added SQL - Ladder. [v.1.5]. #4: Added (Modified) Grass Fishing Automatic Version[v.1.6]. #5: Added Anti-Abuse if Cuttins = 1[v.1.6]. [spoiler=Script]If I encounter and already know how to make this: - Fix major usage of variables. - To find Error and Bugs. - To decrease the length of the script without consuming too much resources. - Automatically remove inactive rows in Fishing_System SQL(15days timeframe). - Make necessary variables transferred to SQL. Currently Doing: - NPC Configuration. [spoiler=Gameplay:]I want to make it more diverse! - Generating fresh ideas and building new concept for new Features. Currently doing this: - Adding skills. - Adding Manual Fishing Feature. - Adding Pool Prize Event. - Finding way how to disable Animated Cutins when char moves so that mes wouldn't be in use anymore. [spoiler=Change Logs:][spoiler=Older Versions:]#1: Initial Release. v.1.2: #1: Added new modes, see toggles. #2: Fix warp bug on "Fish Monster Encounter"(Warper). v.1.3: #1: Reduce the length of the script. #2: Added new for statements. v.1.4: #1: Fix unaware bug, in longrun of fishing casting time will be instant. #2: Remove usage of too much perma vars. Thanks to Nanakiwurtz for pinpointing that out! [spoiler=v.1.5:]#1: Re-written and improve the whole script. #2: Added Ladder. Shop, Fishing Box Manual(Instructions, Etc.) #3: Added Fishing Manual(Statistics, Instructions, Requirements, Etc.), #4: New Toggles and Quests. [spoiler=v.1.5.1:]#1: Improve Jackpot Scene and Lucky Treasure Box Scene. #2: Shorten the length of the script. [spoiler=v.1.5.2:]#1: Improve usage of Progressbar VS Cutins, separated the two since sometimes irregularity happens. See new toggle "$@Cutins". [spoiler=v1.6:]#1: Improve usage of "IF STATEMENTS", shorten most of if statements. #2: Minor fix in the whole script. #3: Added Non-Abuse for Cuttins = 1. (Forgot to add this part in past releases, sorry!) #4: Added "$@FishingMode" Toggle, choose between LilTroll Version or Grass Version(New Feature). #5: Improve and decrease the length of some scenes(Fish Warper, Lucky Box, Marine Sphere, Monster Summon, Jackpot). #6: Fix Major usage of cutins. Now its pretty smooth! #7: Added Fish Rank Cutins(Animation = $@FishRankCutins) - - Toggle 0 = Off, 1 = On. - Fishing will halt and Rank-Up Animation will appear then after, fishing will continue! POOOOWW!!! [spoiler=Special Notes:][spoiler=If you cant fish?]Check what toggle you putted, also always check the fishing manual if you are lacking of requirements. I guess you should probably add dialogues to NPC that if you cannot fish open your Fishing Manual and "Check Requirements". [spoiler=Script Auto Adopts:]The system automatically suits the changes between what Fishing Mode, And Toggle is set to. It includes NPC's automatic chaging, the variables, dialogues, condition, etc. [spoiler=What is $@Toggle?:]Determines what mode you want to select. 4 = Points + Shop + Quest + Fish Pool 3 = Points + Shop + Quest 2 = Points + Shop 1 = Points On 0 = Points Off [spoiler=Toggle is 3 and above:]If your $@Toggle is 3 and above, Dont forget to make your own fishing quest for the players to be able to fish, if they finish the quest the "CanNowFish" will be set to "1", and new Menu will appear in Fishing Guru. Also instead of making your own "getitem" command in the quest script you made just paste this "callfunc "FishingQuestPrize";" just change this first. "$@FishingQuestRewards", "$@QuestAmounts" Must be the Fishing Manual,Box,and 2Main Equips(Rod,FishingHat). [spoiler=Progress Bar VS Cutins:]( set $@Cuttins,1; ) - Determine whether what effect you want to use while fishing cast is loading. 1 = Cutins(Animation) 0 = Progrss Bar(Classic Type) #1 Progress Bar, usage of normal progress bar over animated cutins. - Pros: When you move while fishing, the cast will stop. - Cons: Very classic, other may see it as boring as hell. #2 Cutins(Animation): - Pros: Very fresh to community, good animation depends on your quality of cutins to be used. - Cons: I used "mes" command for the character to stop moving while fishing, because if player is able to move he might abuse the whole fishing. (I think this is ok, but to some it will be a bother i guess.) For the meantime this is my fix to abuse, Ticker is fine but I replaced it because it eats lots of memory. Also added permanent variable "FishingAbuse" secondary protection to abuse. [spoiler=Fishing Gameplay Toggle:](set $@FishingMode,0;) -Toggle to pick between Lil-Troll version of fishing and Grass version of fishing. #1 Lil-Troll version: (set to 0) - Diversified fishing, got Encounters and Rewarding Moments features. #2 Grass version: (set to 1) - Why I did not use Grass(CanFish) cell detection version? It can be used while being on AFK mode. - Automatic Non-Abusive Fishing, wherein the player will determine how many lure to be used in continuous automatic fishing. The GUIDE to Configure, the SETUP, the SQL QUERY is inside the script. Yes I know, the script is too long but am very sure this is so easy to configure! I added notes and marks so that Newbie like me wont be confused modifying the whole script. Please don`t criticize me so hard. Am really new to scripting yet am very eager to learn, I actually solved and manage to fix all the problems and bugs by hundreds of trials and error and a little bit of imitating scripting of other pros and a little help of other very good citizens. Well actually this is only part of the whole script. For some reason I wont upload the whole script and I will not upload any of my "BMP" or "Cutins" that i used in the script. Please help me improve this script. If you found bugs or errors please pinpoint it to me so that I can actually fix that fast. Before releasing it to your server, please configure it right and check out what this script does. Please do suggest improvements, additional features, etc. to make the script more diverse and fresh. Also if you knew a way how to do my To Do List, can you help me on that part? Remember, always read the "Change Logs" and "Special Notes" when new updates are uploaded. And also If I release a newer version just copy the setup from your Configuration and the location of NPC to the new one. A little thanks or appreciation of my work will pump-up my motivation to much improve the whole script. Am very sure that all will gonna enjoy this script! Thanks and have fun! P.S. I will make a video of the script if I got spare time. ****** I made this script using this svn(http://sourceforge.net/p/rathena/svn/17482/) IDK whats the difference from this one to old one, I think I will change some statements so lower svn can use this, at the mean time I really dont know what to change. Still finding command logs at changes from reading SVN LOGS. Am really new to scripting. ****** fishing_system_v1.5.txt fishing_system_v1.5.1.txt fishing_system_v1.5.2.txt fishing_system_v1.6.txt
    1 point
  4. If anyone want to join this project, tell me or tell to Yommy -= xDiffPatcher =- Download xDiffPatcher This is our Next-Generation Diff Patcher, it requires a new style of diff file called xDiff, (xml based) each xdiff is specific for a single ragexe, and will not work on any other ragexe date. xDiff files are created with the xDiffGen software below. There is a recent build in the directory : xDiffPatcher\bin\Debug Source is included if anyone wants to improve somethings --------------------------------------------------- All the following software need to use php language. Please install it on your computer. This is CommandLine PHP, Do not attempt to run these scripts in a web browser We would recommend using Subversion since these projects are frequently updated with new features. - Linux : sudo apt-get install php5 - Windows : install this http://windows.php.net/download/#php-5.4 Open your control panel and search : Edit environment variable for your account In this Windows, the second part (title System variables), search the variable Path Enter your PHP directory at the end, including ';' before (e.g. ;C:\php) Now search your php.ini files Uncomment the line extension=php_sockets.dll (you have to remove the char ';') -= xDiffGen 2 =- Download xDiffGen2 To use that software, you have to put the decrypted exe in the Clients folder and open the file DiffGen.bat Then select the first option (0 - Local client folder), select your exe and the xDiff will be create in the Diffs folder some patches also extract some data (msgstringtables, packet_lengths, etc), these are put into the Extracted_Data folder Options 2 and 3 do not fully work as intended, since gravity are distributing new clients with Themida protection /sadface Options M and F are used to test a single patch against all clients to detect when some patterns fails (again not working with themida clients) -= Packet Parser =- Download PacketParser To use that software you have to place ws2_pp.dll from the dev folder, into your RO folder. Then hex edit your Ragexe.exe : search ws2_32.dll and replace the both occurrences by ws2_pp.dll Next you should extract the packetlength file using Packet Extract, And place it into packet parser\data\packet Next, open the parser.bat, choose Live Network Capture, choose your packet length tables file, and choose full_info Then open your Ragexe.exe (if done correct you will be prompted to use PacketParser) Enjoy -= Packet Extract =- Download this is a subscript of PacketParser above All you have to do here is to place your Ragexe.exe in the folder clients, with a pattern like this : 2013-05-22Ragexe.exe Open Packet_Extract.bat, select your exe Your Packet Data Length is now in the plens folder All credits to Yommy I just worked personally on the xDiffGen2 patches. We are open for anyone who wants to help with any of these projects. they are designed to be edited and hacked about with, and hope you can find some use with them
    1 point
  5. PCRE is possible only when the player near the NPC, within visible range.
    1 point
  6. // kill poring get reward OnPoringDead: announce strcharinfo(0)+" has killed the Poring! "+mobcount( strcharinfo(3),.npc_name$+"::OnPoringDead" )+" special Porings left in "+strcharinfo(3),bc_all; getitem 6153,50; end; change to // kill poring get reward OnPoringDead: .@count = mobcount( strcharinfo(3),.npc_name$+"::OnPoringDead" ); announce strcharinfo(0)+" has killed the Poring! "+.@count+" special Porings left in "+strcharinfo(3),(( .@count )? bc_map:bc_all ); getitem 6153,50; dispbottom "Congratz "+strcharinfo(0); end;
    1 point
×
×
  • Create New...