|
Post by X-Drop on Feb 17, 2006 1:05:16 GMT -5
Do not download. Broken since 02/20/06This is not an automated fishing script! This forum does not tolerate unattended bots. Do not post questions about botting in this thread. If you are still unclear, read the RULES. What Leviathan does,- Supports any resolution
- Displays useful catch information
- Displays fishing stats
- Assistance on/off
- Filter size of fish
- Auto-sort on/off
- Auto-toss on/off
- Sound FX on/off
- Customizable hot keys
- Level up celebration
|
|
|
Post by azural on Feb 17, 2006 2:03:23 GMT -5
As alway nice work I love it ! Makes fishing soo much more fun when playing on ferry
|
|
Sufo
New Member
Extreme Web Designer and Scripter
Posts: 48
|
Post by Sufo on Feb 17, 2006 2:06:30 GMT -5
OMG this rocks! Nice job X-drop!
EDIT: Ok i havent been able to test it yet though. It says that it cant open Leviathan.txt . Any reason why this is happening? Originally i got an error saying it didnt exsist because in the script it said "/scripts//Leviathan.txt" and I switched it to "/scripts/Leviathan.txt" and I got the message it couldnt be opened.
|
|
|
Post by X-Drop on Feb 17, 2006 11:24:41 GMT -5
Double check the wording, because I have not used any double forward slashes "//". Only double back "\\"because it is an escape character if you only use one "\". The issue is the path to the "Windower/script" directory. Here's what you do, add this line after filename has been defined,
Windower.console_Write( filename )
This should tell you where the script is looking and then you can see where the problem is.
|
|
Rexo
New Member
Posts: 2
|
Post by Rexo on Feb 17, 2006 12:24:11 GMT -5
hey guys well i almost got the working... i did as instuctions said and its kida confusing... i get this when i try to load it out in gameplay...:"Desktop\windower\plugins\Lunar\scripts\Fish.lua:29 Error!Unable to open Leviathan.txt file." I have no idea whats going on, but can somepne here help me out? please, thanks!
|
|
Sufo
New Member
Extreme Web Designer and Scripter
Posts: 48
|
Post by Sufo on Feb 17, 2006 13:04:09 GMT -5
Ok it says something is wrong with line 29...i redownloaded a fresh copy and this is what it is in the code:
local file = assert(io.open(filename, "w"), "Error! Unable to open Leviathan.txt file.")
I get the error of:
...yOnline\FFXI Windower\plugins\Lunar\scripts\fish.lua:29: attempt to index global `file' (a nil value)
|
|
|
Post by X-Drop on Feb 17, 2006 13:24:08 GMT -5
Ok I see the problem... my fault on this one. Here is the problem, local _, i = string.find( filepath, "\\Windower[^\\/]*\\" ) windower_path = string.sub( filepath, 2, i ) See that " \\" before " Windower", I was asuming that nobody edited anything before the word Windower. Notice I took into consideration anything after the word " Windower" with " [^\\/]*". Ok I will upload a new Leviathan file with the fix. In the mean time, you could just rename your "FFXI Windower" folder to "Windower".
|
|
Sufo
New Member
Extreme Web Designer and Scripter
Posts: 48
|
Post by Sufo on Feb 17, 2006 15:03:45 GMT -5
Ok I renamed the folder and when i run it....it finally runs and then crashs POL....... and reason why it would do this?
|
|
|
Post by X-Drop on Feb 17, 2006 15:13:43 GMT -5
What does the error report say?
|
|
Sufo
New Member
Extreme Web Designer and Scripter
Posts: 48
|
Post by Sufo on Feb 17, 2006 15:29:30 GMT -5
Ok I tried it again to get the error and it didnt crash...but its still not working....here's what i get for an error: Edit: Oh and I did add the character name to the ini file so you know.
|
|
|
Post by X-Drop on Feb 17, 2006 15:58:09 GMT -5
Something tells me that you did not enter your character's name as a string. Should look like this,
player_name = "Jareph"
|
|
Sufo
New Member
Extreme Web Designer and Scripter
Posts: 48
|
Post by Sufo on Feb 17, 2006 17:41:01 GMT -5
omg....how could i be so careless? I didnt put quotes around my name...ill try that thanks.
|
|
|
Post by X-Drop on Feb 17, 2006 17:44:45 GMT -5
For the few of you who have downloaded version 1.5, please download version 1.51. Two problems resolved,- The Windower path is fixed.
- Small problem with the skill ups not being displayed has also been fixed.
After fixing these problems, I accidentally uploaded an incomplete version of Leviathan that was downloaded by at least three people. Sorry for the mix up, please download version 1.51.
|
|
Sufo
New Member
Extreme Web Designer and Scripter
Posts: 48
|
Post by Sufo on Feb 17, 2006 19:23:51 GMT -5
Finally got it running! Awsome script X-Drop!
|
|
|
Post by X-Drop on Feb 17, 2006 19:57:11 GMT -5
Glad you got it working. But now I have just noticed a minor annoyance during the level up celebration. The text saying "Skillup!" is not meant to be displayed during the cut scene. This kinda annoys me... so I'm gonna upload a fixed version. But if you want to just fix your copy, here is what you do... Original "Leviathan/Leviathan.lua" fileUpdated "Leviathan/Leviathan.lua" file Here is the level up image I just recieved using the original code.
|
|