taultunleashed logoSome Question/problem XUfish : FFXI General Discussions
newtopic  postreply
 [ 11 posts ] 
blue large dot

Some Question/problem XUfish : FFXI General Discussions

Posted: March 19th, 2005, 3:32 am
 
nathinette
nathinette's Reps:
User avatar
Hello all ,

1)i have try to find post with P4 problem for Xufish but i can't find it ,someone can tell me , why the bot dont go to left(with rod) when i caught a fish? thx

2)i use fisher_windurstcarp with relog , like that

(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
' Include variables declaration
XUScriptHost.ImportScript("xufish\fisher_variables.vbs")

scriptTimeInterval = 50

' Declare events
function onChangeZone
' Beep
if not scriptPaused then
ForcePause
Win32API.XUBeep 750,1000
end if
end function

function onStateChange
' Do nothing
end function

function onScriptTimeInterval
' Relog
waitForUser
doKeyboardCommand("/logout")
Sleep 45000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
PressKey(VirtualKey.VK_ENTER)
Sleep 20000
end function

function onMonsterCheck
' Do nothing
end function

function onNoBait
ForcePause
end function

function doBite
Dim w
w = getFishWeight(serviceObject)
' 920 = gold carp
' 620 = tricolored carp
' 460 = moat carp
doBite = ((w = 920) or (w = 460))
end function


' Include and start main script
XUScriptHost.ImportScript("xufish\fisher.vbs")
onBite = "doBite"
runFisher


but when bot relog , he select my first charactere , but is not the fisher :) i have added this line , but dont work

function onScriptTimeInterval
' Relog
waitForUser
doKeyboardCommand("/logout")
Sleep 45000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
PressKey(VirtualKey.VK_DOWN)
Sleep 15000

PressKey(VirtualKey.VK_ENTER)
Sleep 15000
PressKey(VirtualKey.VK_ENTER)
Sleep 20000
end function

someone can tell me if is good?

3) Sabiki rig is good for fish moat carp , or always insect ball?

ps: sorry for my english i am french.

thx


Reply with quote
Posted: March 19th, 2005, 3:43 am
 
asl18fs

Total Posts: 2707
Joined: May 1st, 2004, 4:00 am
asl18fs's Reps: 1
User avatar
Lifetime Member (Scripting)
premium
nathinette";p="59273 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
1)i have try to find post with P4 problem for Xufish but i can't find it ,someone can tell me , why the bot dont go to left(with rod) when i caught a fish? thx
It's in the XUFish 3 Documentation sticky up above.
nathinette";p="59273 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
2)i use fisher_windurstcarp with relog , like that

...

someone can tell me if is good?
Use VirtualKey.VK_K instead.
nathinette";p="59273 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
3) Sabiki rig is good for fish moat carp , or always insect ball?
Only decent bait for moat carp is Little Worms and Insect Balls, sabiki rigs can't catch them at all, nor can rogue rig.
I'd advise you to read up on fishing on titanictus.com or lisaarndt.com before asking fishing related questions.

_________________
How To Ask Questions The Smart Way
Translation: Read the documentation and don't PM me about your problems. I AM NOT AN ADMIN!!!


Reply with quote
Posted: March 19th, 2005, 3:50 am
 
nathinette
nathinette's Reps:
User avatar
thx , i read now ...

for fish , i am stupid , i forget look on www.clanwind.com

very thx.


Reply with quote
Posted: March 19th, 2005, 4:10 am
 
nathinette
nathinette's Reps:
User avatar
i have try this
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
function onScriptTimeInterval
' Relog
waitForUser
doKeyboardCommand("/logout")
Sleep 45000
PressKey(VirtualKey.VK_ENTER)
Sleep 10000
PressKey(VirtualKey.VK_K)
Sleep 10000
PressKey(VirtualKey.VK_ENTER)
Sleep 10000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
end function


but dont work , always select first chars


Reply with quote
Posted: March 19th, 2005, 4:14 am
 
asl18fs

Total Posts: 2707
Joined: May 1st, 2004, 4:00 am
asl18fs's Reps: 1
User avatar
Lifetime Member (Scripting)
premium
Did you enable compact keyboard?

Anyway, if you read the documentation there's a safer way to select the second character detailed there.

_________________
How To Ask Questions The Smart Way
Translation: Read the documentation and don't PM me about your problems. I AM NOT AN ADMIN!!!


Reply with quote
Posted: March 19th, 2005, 4:24 am
 
nathinette
nathinette's Reps:
User avatar
yes compact keyboard always , i use xufish since 19 may 2004 :) and my girlfriend 14 september 2004 , always compact....

i try set process...

i am busy with documentation...


Reply with quote
Posted: March 19th, 2005, 4:39 pm
 
nathinette
nathinette's Reps:
User avatar
oki i have try this

(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
' Include variables declaration
XUScriptHost.ImportScript("xufish\fisher_variables.vbs")

scriptTimeInterval = 50

' Declare events
function onChangeZone
' Beep
if not scriptPaused then
ForcePause
Win32API.XUBeep 750,1000
end if
end function

function onStateChange
' Do nothing
end function

function onScriptTimeInterval
' Relog
waitForUser
doKeyboardCommand("/logout")
Sleep 45000
PressKey(VirtualKey.VK_ENTER)
Sleep 15000
MouseMove (855),(655)
Sleep 200
LMouseDown (855),(655)
Sleep 200
LMouseUp (855),(655)
Sleep 800
PressKey(VirtualKey.VK_ENTER) ' Is this needed?
Sleep 15000
PressKey(VirtualKey.VK_ENTER)
Sleep 20000
end function

function onMonsterCheck
' Do nothing
end function

function onNoBait
ForcePause
end function

function doBite
Dim w
w = getFishWeight(serviceObject)
' 920 = gold carp
' 620 = tricolored carp
' 460 = moat carp
doBite = (w = 460)
end function


' Include and start main script
XUScriptHost.ImportScript("xufish\fisher.vbs")
onBite = "doBite"
runFisher
and it work perfectly :)

but no my problem is when i fish , bot dont work coorectly look at this

http://dracon666.free.fr/xu/pb2.JPG

http://dracon666.free.fr/xu/pb3.JPG

http://dracon666.free.fr/xu/pb4.JPG

here is my config...

http://dracon666.free.fr/xu/pb5.JPG

i have uncheck the cpu in box
http://dracon666.free.fr/xu/pb1.JPG

but my girlfriend have p4 2.7 but not this option in process tab , and she have the same problem

i have read the doc...but i dont know what is my problem...

help me please...


Reply with quote
Posted: March 19th, 2005, 5:21 pm
 
asl18fs

Total Posts: 2707
Joined: May 1st, 2004, 4:00 am
asl18fs's Reps: 1
User avatar
Lifetime Member (Scripting)
premium
Try going into Control Panel -> Regional and Language Options -> Languages.
In this dialog change your default keyboard layout to english (United States).

Once that is done restart your computer and try again.

_________________
How To Ask Questions The Smart Way
Translation: Read the documentation and don't PM me about your problems. I AM NOT AN ADMIN!!!


Reply with quote
Posted: March 20th, 2005, 1:41 am
 
nathinette
nathinette's Reps:
User avatar
its working ; but i dont want let my keyboard in qwerty , can i change the left key in script? and where is it?

thx asl18fs


Reply with quote
Posted: March 20th, 2005, 2:01 am
 
asl18fs

Total Posts: 2707
Joined: May 1st, 2004, 4:00 am
asl18fs's Reps: 1
User avatar
Lifetime Member (Scripting)
premium
You need to update these functions in fisher_functions.vbs:
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
function PressLeft( pressIT )'Added by WyvernX for 2.23.05 Patch
   if (pressIT = true) then
      KeyDown(VirtualKey.VK_A)
   else
      KeyUp(VirtualKey.VK_A)
   end if
end function

function PressRight( pressIT )'Added by WyvernX for 2.23.05 Patch
   if (pressIT = true) then
      KeyDown(VirtualKey.VK_D)
   else
      KeyUp(VirtualKey.VK_D)
   end if
end function
I have NO IDEA how to fix it though. ;)

_________________
How To Ask Questions The Smart Way
Translation: Read the documentation and don't PM me about your problems. I AM NOT AN ADMIN!!!


Reply with quote
Posted: March 20th, 2005, 5:17 am
 
nathinette
nathinette's Reps:
User avatar
haaaa i have changed VirtualKey.VK_A bye VirtualKey.VK_Q and it works :D :)

my pb with Xu is finish for this time , big thx at you

and very sorry for my english i am french


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 60 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of FFXI General Discussions RSS Feed 
Sitemap of FFXI General Discussions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?