panducakep Posted September 27, 2013 Share Posted September 27, 2013 thanks Vlync for sharing those cutin image... +1 Hi Lil Troll... I downloaded the script and it is awesome! thanks again for the script +1 Quote Link to comment Share on other sites More sharing options...
DanialFX Posted March 10, 2014 Share Posted March 10, 2014 Very nice script. Thx for sharing. I got question about this script. What is lure? and i couln't get Fishing Manual Hook and Line changed into card and I get an error everytime. Quote Link to comment Share on other sites More sharing options...
Pneuma Posted March 10, 2014 Share Posted March 10, 2014 Very nice script. Thx for sharing. I got question about this script. What is lure? and i couln't get Fishing Manual Hook and Line changed into card and I get an error everytime. By default the item is #501 // ======== Fishing Required Items Setup ================================ set [email protected],501; // Automatic Fishing(Grass Version) one Requirement Only. Pick lure! setarray [email protected][0],501,502,503; // Lure & Hook & Line. setarray [email protected][0],1,1,1; // Amount Per Requirements. Quote Link to comment Share on other sites More sharing options...
DanialFX Posted March 11, 2014 Share Posted March 11, 2014 Very nice script. Thx for sharing. I got question about this script. What is lure? and i couln't get Fishing Manual Hook and Line changed into card and I get an error everytime. By default the item is #501 // ======== Fishing Required Items Setup ================================ set [email protected],501; // Automatic Fishing(Grass Version) one Requirement Only. Pick lure! setarray [email protected][0],501,502,503; // Lure & Hook & Line. setarray [email protected][0],1,1,1; // Amount Per Requirements. Thx how about to Plain Automatic Continuous Fishing. My Script only can auto fish 2 times. Quote Link to comment Share on other sites More sharing options...
Pneuma Posted March 11, 2014 Share Posted March 11, 2014 I believe its this part. set [email protected],1; // 0 = Lil Troll Version (with Encounters and Rewarding Moments scene. // 1 = Automatic Fishing without Encounter and Rewarding Moments scene. (Grass Version) set [email protected],3; // Set value to "rand(1,[email protected])", for non-abusive Grass Version(Fish still hides recommended is 3). You need to set the value of "set [email protected],3;" to either a high number or try to disable it by putting //infront of it Quote Link to comment Share on other sites More sharing options...
DanialFX Posted March 11, 2014 Share Posted March 11, 2014 I believe its this part. set [email protected],1; // 0 = Lil Troll Version (with Encounters and Rewarding Moments scene. // 1 = Automatic Fishing without Encounter and Rewarding Moments scene. (Grass Version) set [email protected],3; // Set value to "rand(1,[email protected])", for non-abusive Grass Version(Fish still hides recommended is 3). You need to set the value of "set [email protected],3;" to either a high number or try to disable it by putting //infront of it Thx for the answer. Another question, I have found an error everything I try to open Fishing Manual. And I can't get the item @item 31005,Manual_,Fishing Manual,,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31005,1; callfunc "Fishing_Manual";},{},{} Other items just fine Quote Link to comment Share on other sites More sharing options...
Pneuma Posted March 11, 2014 Share Posted March 11, 2014 I believe its this part. set [email protected],1; // 0 = Lil Troll Version (with Encounters and Rewarding Moments scene. // 1 = Automatic Fishing without Encounter and Rewarding Moments scene. (Grass Version) set [email protected],3; // Set value to "rand(1,[email protected])", for non-abusive Grass Version(Fish still hides recommended is 3). You need to set the value of "set [email protected],3;" to either a high number or try to disable it by putting //infront of it Thx for the answer. Another question, I have found an error everything I try to open Fishing Manual. And I can't get the item @item 31005,Manual_,Fishing Manual,,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31005,1; callfunc "Fishing_Manual";},{},{} Other items just fine Thats because you need to add the item into your item_db lol once you add it in; you'll have to either restart the server or @reloaditemdb; After that you @item 31005 Quote Link to comment Share on other sites More sharing options...
DanialFX Posted March 11, 2014 Share Posted March 11, 2014 (edited) I believe its this part. set [email protected],1; // 0 = Lil Troll Version (with Encounters and Rewarding Moments scene. // 1 = Automatic Fishing without Encounter and Rewarding Moments scene. (Grass Version) set [email protected],3; // Set value to "rand(1,[email protected])", for non-abusive Grass Version(Fish still hides recommended is 3). You need to set the value of "set [email protected],3;" to either a high number or try to disable it by putting //infront of it Thx for the answer. Another question, I have found an error everything I try to open Fishing Manual. And I can't get the item @item 31005,Manual_,Fishing Manual,,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31005,1; callfunc "Fishing_Manual";},{},{} Other items just fine Thats because you need to add the item into your item_db lol once you add it in; you'll have to either restart the server or @reloaditemdb; After that you @item 31005 This is my item_db.txt //Fishing 31000,FishingBox,FishingBox,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31000,1; callfunc "Fishing_Box_Menu";},{},{} 31001,Fish_,Hook Level-1,3,6,,10,,,,,,,,,,,,,{},{},{} 31002,Fish_,Line Level-1,3,6,,10,,,,,,,,,,,,,{},{},{} 31003,Rotten_Fish,Rotten Fish,3,6,,10,,,,,,,,,,,,,{},{},{} 31004,Fish_,Fishing Rod,4,10,,10,10,,1,0,0xFFFFFFFF,7,0,34,0,0,0,0,{},{},{} // TWO HANDED FISHING ROD, DONT CHANGE THIS! 31005,Fishing_Manual,Fishing_Manual,,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31005,1; callfunc "Fishing_Manual";},{},{} Only @item 31005 Error other just fine. I think because of callfunc "Fishing_Manual" ? Thx for fast reply Edited March 11, 2014 by DanialFX Quote Link to comment Share on other sites More sharing options...
Pneuma Posted March 11, 2014 Share Posted March 11, 2014 I believe its this part. set [email protected],1; // 0 = Lil Troll Version (with Encounters and Rewarding Moments scene. // 1 = Automatic Fishing without Encounter and Rewarding Moments scene. (Grass Version) set [email protected],3; // Set value to "rand(1,[email protected])", for non-abusive Grass Version(Fish still hides recommended is 3). You need to set the value of "set [email protected],3;" to either a high number or try to disable it by putting //infront of it Thx for the answer. Another question, I have found an error everything I try to open Fishing Manual. And I can't get the item @item 31005,Manual_,Fishing Manual,,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31005,1; callfunc "Fishing_Manual";},{},{} Other items just fine Thats because you need to add the item into your item_db lol once you add it in; you'll have to either restart the server or @reloaditemdb; After that you @item 31005 This is my item_db.txt //Fishing 31000,FishingBox,FishingBox,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31000,1; callfunc "Fishing_Box_Menu";},{},{} 31001,Fish_,Hook Level-1,3,6,,10,,,,,,,,,,,,,{},{},{} 31002,Fish_,Line Level-1,3,6,,10,,,,,,,,,,,,,{},{},{} 31003,Rotten_Fish,Rotten Fish,3,6,,10,,,,,,,,,,,,,{},{},{} 31004,Fish_,Fishing Rod,4,10,,10,10,,1,0,0xFFFFFFFF,7,0,34,0,0,0,0,{},{},{} // TWO HANDED FISHING ROD, DONT CHANGE THIS! 31005,Fishing_Manual,Fishing_Manual,,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31005,1; callfunc "Fishing_Manual";},{},{} Only @item 31005 Error other just fine. I think because of callfunc "Fishing_Manual" ? Thx for fast reply Your first error is 31005 has no itemtype. your second issue is you have getitem 31005,1; in the itemscript. lol 31005,Fishing_Manual,Fishing_Manual,11,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "Fishing_Manual";},{},{} 1 Quote Link to comment Share on other sites More sharing options...
DanialFX Posted March 11, 2014 Share Posted March 11, 2014 I believe its this part. set [email protected],1; // 0 = Lil Troll Version (with Encounters and Rewarding Moments scene. // 1 = Automatic Fishing without Encounter and Rewarding Moments scene. (Grass Version) set [email protected],3; // Set value to "rand(1,[email protected])", for non-abusive Grass Version(Fish still hides recommended is 3). You need to set the value of "set [email protected],3;" to either a high number or try to disable it by putting //infront of it Thx for the answer. Another question, I have found an error everything I try to open Fishing Manual. And I can't get the item @item 31005,Manual_,Fishing Manual,,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31005,1; callfunc "Fishing_Manual";},{},{} Other items just fine Thats because you need to add the item into your item_db lol once you add it in; you'll have to either restart the server or @reloaditemdb; After that you @item 31005 This is my item_db.txt //Fishing 31000,FishingBox,FishingBox,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31000,1; callfunc "Fishing_Box_Menu";},{},{} 31001,Fish_,Hook Level-1,3,6,,10,,,,,,,,,,,,,{},{},{} 31002,Fish_,Line Level-1,3,6,,10,,,,,,,,,,,,,{},{},{} 31003,Rotten_Fish,Rotten Fish,3,6,,10,,,,,,,,,,,,,{},{},{} 31004,Fish_,Fishing Rod,4,10,,10,10,,1,0,0xFFFFFFFF,7,0,34,0,0,0,0,{},{},{} // TWO HANDED FISHING ROD, DONT CHANGE THIS! 31005,Fishing_Manual,Fishing_Manual,,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 31005,1; callfunc "Fishing_Manual";},{},{} Only @item 31005 Error other just fine. I think because of callfunc "Fishing_Manual" ? Thx for fast reply Your first error is 31005 has no itemtype. your second issue is you have getitem 31005,1; in the itemscript. lol 31005,Fishing_Manual,Fishing_Manual,11,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "Fishing_Manual";},{},{} Thank you. Its working now. Quote Link to comment Share on other sites More sharing options...
Dev Denz Posted April 23, 2014 Share Posted April 23, 2014 how can i set my cutin there? Quote Link to comment Share on other sites More sharing options...
jimmyyheah Posted October 28, 2014 Share Posted October 28, 2014 (edited) hi Sir i having problem on this [Error]: itemdb_readdb: Invalid format (Script column) in line 331 of "db/item_db2.txt" (item with id 30435), skipping. in my putty 30435,Fishing_Manual,Fishing_Manual,11,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "Fishing_Manual";},{},{} Edited October 28, 2014 by jimmyyheah Quote Link to comment Share on other sites More sharing options...
Guih Posted December 31, 2014 Share Posted December 31, 2014 (edited) Having problem when showing Ladder: Infinity Loop on those functions: FRank: set [email protected],query_sql("SELECT `name`, `flvl`, `fexp`, `fpts`, `fcot` FROM `fishing_system` ORDER BY flvl DESC LIMIT 20",[email protected]$,[email protected],[email protected],[email protected],[email protected]); mes "Hall da Fama: Ranking Normal"; mes "^ff0000Nome^000000:^ff5500[ FL ]^000000:^005500[ FE ]^000000:^55007f[ FP ]^000000:^55ffff[ FC ]^000000"; //cutin [email protected]$,3; for(set [email protected],1; [email protected] <= [email protected]; set [email protected],[email protected]++) { mes [email protected]+". ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+")"; } next; menu "^005500[ Retornar ]^000000",MainMenu; close; FExpe: set [email protected],query_sql("SELECT `name`, `fsuc`, `ffail`, `fenc`, `fmom` FROM `fishing_system` ORDER BY fsuc DESC LIMIT 20",[email protected]$,[email protected],[email protected],[email protected],[email protected]); mes "Hall da Fama: Ranking Expedição"; if([email protected] == 0 ) { mes "^ff0000Nome^000000:^005500[ FS ]^000000:^55aa00[ FF ]^000000:^ff5500[ FN ]^000000:^55ffff[ FM ]^000000"; } if([email protected] == 1 ) { mes "^ff0000Nome^000000:^005500[ FS ]^000000:^55aa00[ FF ]^000000:^ff5500"; } for(set [email protected],1; [email protected] <= [email protected]; set [email protected],[email protected]++){ if([email protected] == 0 ) { mes [email protected]+". ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+")"; } if([email protected] == 1 ) { mes [email protected]+". ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+")"; } } //cutin [email protected]$,3; next; menu "^005500[ Retornar ]^000000",MainMenu; close; end; } Could anybody help me fixing? Edited December 31, 2014 by Guih Quote Link to comment Share on other sites More sharing options...
privateserver Posted September 6, 2015 Share Posted September 6, 2015 after open fishing store box , in chat box write 85% weight. and my char got stucked. after install sql , fishing ladder can't show anymore. how to fix it? Quote Link to comment Share on other sites More sharing options...
iriyoka Posted May 1, 2016 Share Posted May 1, 2016 Having problem when showing Ladder: Infinity Loop on those functions: FRank: set [email protected],query_sql("SELECT `name`, `flvl`, `fexp`, `fpts`, `fcot` FROM `fishing_system` ORDER BY flvl DESC LIMIT 20",[email protected]$,[email protected],[email protected],[email protected],[email protected]); mes "Hall da Fama: Ranking Normal"; mes "^ff0000Nome^000000:^ff5500[ FL ]^000000:^005500[ FE ]^000000:^55007f[ FP ]^000000:^55ffff[ FC ]^000000"; //cutin [email protected]$,3; for(set [email protected],1; [email protected] <= [email protected]; set [email protected],[email protected]++) { mes [email protected]+". ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+")"; } next; menu "^005500[ Retornar ]^000000",MainMenu; close; FExpe: set [email protected],query_sql("SELECT `name`, `fsuc`, `ffail`, `fenc`, `fmom` FROM `fishing_system` ORDER BY fsuc DESC LIMIT 20",[email protected]$,[email protected],[email protected],[email protected],[email protected]); mes "Hall da Fama: Ranking Expedição"; if([email protected] == 0 ) { mes "^ff0000Nome^000000:^005500[ FS ]^000000:^55aa00[ FF ]^000000:^ff5500[ FN ]^000000:^55ffff[ FM ]^000000"; } if([email protected] == 1 ) { mes "^ff0000Nome^000000:^005500[ FS ]^000000:^55aa00[ FF ]^000000:^ff5500"; } for(set [email protected],1; [email protected] <= [email protected]; set [email protected],[email protected]++){ if([email protected] == 0 ) { mes [email protected]+". ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+")"; } if([email protected] == 1 ) { mes [email protected]+". ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+")"; } } //cutin [email protected]$,3; next; menu "^005500[ Retornar ]^000000",MainMenu; close; end; } Could anybody help me fixing? you can use code like this FRank: query_sql("SELECT name, `flvl`, `fexp`, `fpts`, `fcot` FROM `fishing_system` ORDER BY flvl DESC LIMIT 5",[email protected]$,[email protected],[email protected],[email protected],[email protected]); mes "Hall Of Fame: Fishing Ladder"; mes "^ff0000Name^000000:^ff5500[ FL ]^000000:^005500[ FE ]^000000:^55007f[ FP ]^000000:^55ffff[ FC ]^000000"; //cutin [email protected]$,3; mes "1. ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+")"; mes "2. ["[email protected]$[1]+"] ("[email protected][1]+") ("[email protected][1]+") ("[email protected][1]+") ("[email protected][1]+")"; mes "3. ["[email protected]$[2]+"] ("[email protected][2]+") ("[email protected][2]+") ("[email protected][2]+") ("[email protected][2]+")"; mes "4. ["[email protected]$[2]+"] ("[email protected][3]+") ("[email protected][3]+") ("[email protected][3]+") ("[email protected][3]+")"; mes "5. ["[email protected]$[2]+"] ("[email protected][3]+") ("[email protected][3]+") ("[email protected][3]+") ("[email protected][3]+")"; next; menu "^005500[ Return ]^000000",mainmenu; close; FExpe: query_sql("SELECT `name`, `fsuc`, `ffail`, `fenc`, `fmom` FROM `fishing_system` ORDER BY fsuc DESC LIMIT 5",[email protected]$,[email protected],[email protected],[email protected],[email protected]); mes "Hall Of Fame: Fishing Ladder"; if([email protected] == 0 ) { mes "^ff0000Name^000000:^005500[ FS ]^000000:^55aa00[ FF ]^000000:^ff5500[ FN ]^000000:^55ffff[ FM ]^000000"; } if([email protected] == 1 ) { mes "^ff0000Name^000000:^005500[ FS ]^000000:^55aa00[ FF ]^000000:^ff5500"; } if([email protected] == 0 ) { mes "1. ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+") ("[email protected][0]+")"; mes "2. ["[email protected]$[1]+"] ("[email protected][1]+") ("[email protected][1]+") ("[email protected][1]+") ("[email protected][1]+")"; mes "3. ["[email protected]$[2]+"] ("[email protected][2]+") ("[email protected][2]+") ("[email protected][2]+") ("[email protected][2]+")"; mes "4. ["[email protected]$[3]+"] ("[email protected][3]+") ("[email protected][3]+") ("[email protected][3]+") ("[email protected][3]+")"; mes "5. ["[email protected]$[4]+"] ("[email protected][4]+") ("[email protected][4]+") ("[email protected][4]+") ("[email protected][4]+")"; } if([email protected] == 1 ) { mes "1. ["[email protected]$[0]+"] ("[email protected][0]+") ("[email protected][0]+")"; mes "2. ["[email protected]$[1]+"] ("[email protected][1]+") ("[email protected][1]+")"; mes "3. ["[email protected]$[2]+"] ("[email protected][2]+") ("[email protected][2]+")"; mes "4. ["[email protected]$[3]+"] ("[email protected][3]+") ("[email protected][3]+")"; mes "5. ["[email protected]$[4]+"] ("[email protected][4]+") ("[email protected][4]+")"; } //cutin [email protected]$,3; next; menu "^005500[ Return ]^000000",mainmenu; close; OnInit: waitingroom "Fishing Ladder Board",0; end; Quote Link to comment Share on other sites More sharing options...
mofan Posted June 7, 2016 Share Posted June 7, 2016 when my char fishing , sometime stop the weight、 Bait variable is normal it is the Original setting? anyone tell me how to fix this problem? thank a lot!! Quote Link to comment Share on other sites More sharing options...
Dolphin86 Posted April 24, 2020 Share Posted April 24, 2020 does anyone have an updated version of this? im not sure why but its not working for me Quote Link to comment Share on other sites More sharing options...