Shaiya[US] - Shaiya Bot ZS
Re: Shaiya[US] - Shaiya Bot ZS
Had to give up on this bot gutted cause i love this bot it just wont target at all if anyone can help me sort this out would be greatfull.hope theres a update soon zs.
-
- Posts: 148
- Joined: Fri Mar 21, 2008 9:10 pm
Re: Shaiya[US] - Shaiya Bot ZS
I gave up on this bot. I did iget it working somewhat but it wasnt very good. I have started using the fighter bot. Not as good as this bot but it works a WHOLE lot better
Re: Shaiya[US] - Shaiya Bot ZS
It works fine for me, except that sometimes it buffs without regard to the fact that it just buffed. It's a nice bot for being macro based.
Now, the fighter bot which seems to be what other people are using instead of this...I can't get that one to work lol.
Now, the fighter bot which seems to be what other people are using instead of this...I can't get that one to work lol.
Re: Shaiya[US] - Shaiya Bot ZS
Okay I ran into a problem using the waypoints.
I got the editor, and seemingly set it up right, and created a new waypoint chart using the editor. I named the map what it is called in game, I set the dimensions to 2047, and saved it in data folder.
When I run the bot, it has the following error when it tries to go to a waypoint.
I don't see what I would fix in utils.lua line 49, so I am stuck here.
I got the editor, and seemingly set it up right, and created a new waypoint chart using the editor. I named the map what it is called in game, I set the dimensions to 2047, and saved it in data folder.
When I run the bot, it has the following error when it tries to go to a waypoint.
Code: Select all
move_next_waypoint()
.//lib/utils.lua:49: attempt to perform arithmetic on field 'y' (a nil value)
Re: Shaiya[US] - Shaiya Bot ZS
I seem to be missing my config.ini
Can anyone post theirs up? I did a fresh install but it's missing.
Can anyone post theirs up? I did a fresh install but it's missing.
- Administrator
- Site Admin
- Posts: 5318
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Shaiya[US] - Shaiya Bot ZS
AddRishijin wrote:Okay I ran into a problem using the waypoints.
I got the editor, and seemingly set it up right, and created a new waypoint chart using the editor. I named the map what it is called in game, I set the dimensions to 2047, and saved it in data folder.
When I run the bot, it has the following error when it tries to go to a waypoint.
I don't see what I would fix in utils.lua line 49, so I am stuck here.Code: Select all
move_next_waypoint() .//lib/utils.lua:49: attempt to perform arithmetic on field 'y' (a nil value)
Code: Select all
printf("points - A: %s, B: %s\n", point_a, point_b)
This script package is largely broken and hasn't been updated in a long time. Unless you're trying to fix it, I would suggest just using something else.
It's in the data folder.I seem to be missing my config.ini
Can anyone post theirs up? I did a fresh install but it's missing.
Re: Shaiya[US] - Shaiya Bot ZS
That's where it SHOULD be.. but is not.
and now
and now
Code: Select all
Mon Jul 06 15:47:41 2009 : MicroMacro v1.0
Mon Jul 06 15:47:41 2009 : Processor Type: 2X 586, OS: Windows Vista Service Pack 2
Mon Jul 06 15:47:41 2009 : LuaCoco is available.
Mon Jul 06 15:47:41 2009 : Lua glues exported.
Mon Jul 06 15:47:41 2009 : Keyboard layout: US English
Mon Jul 06 15:47:41 2009 : Executing script 'main.lua'
==================================================
Mon Jul 06 15:47:41 2009 : cannot open main.lua: No such file or directory
Mon Jul 06 15:47:41 2009 : Execution error: Error reading file
- Administrator
- Site Admin
- Posts: 5318
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Shaiya[US] - Shaiya Bot ZS
Download the package again and re-extract it. You might also have faulty zip software. I've tested both packages, and they both contain config.xml in the data folder.
EDIT:
After extracting, you should have a zs_shaiya folder. Place this folder into micromacro/scripts/. Yes, you must put the whole folder; copying just the contents will not work, because the scripts use relative paths.
EDIT:
After extracting, you should have a zs_shaiya folder. Place this folder into micromacro/scripts/. Yes, you must put the whole folder; copying just the contents will not work, because the scripts use relative paths.
Re: Shaiya[US] - Shaiya Bot ZS
C:\Users\Jessica\Desktop\Chris\micromacro\scripts\zs_shaiya
It's in there. I re-re-re-extracted it and it's there now. But now I'm getting that main.lua error. grr
It's in there. I re-re-re-extracted it and it's there now. But now I'm getting that main.lua error. grr
Re: Shaiya[US] - Shaiya Bot ZS
This is what I got.Addabove line 47 ( "local l_d = {" ), save it, run it again. Post the results.Code: Select all
printf("points - A: %s, B: %s\n", point_a, point_b)
Code: Select all
move_next_waypoint()
points - A: table: 00AE1F48, B: table: 00AB19F8
.//lib/utils.lua:50: attempt to perform arithmetic on field 'y' (a nil value)
I am indeed trying to fix it. It deserves to be fixed. I am also going to update it so that it doesn't use any keystrokes. I am new to this, but I am very determined to get it done. As is the help you've provided already, any further help would be greatly appreciated.This script package is largely broken and hasn't been updated in a long time. Unless you're trying to fix it, I would suggest just using something else.
Re: Shaiya[US] - Shaiya Bot ZS
Code: Select all
Mon Jul 06 16:12:00 2009 : macro_init()
Mon Jul 06 16:12:00 2009 : Shaiya Window process ID: 853864
Mon Jul 06 16:12:00 2009 : findProcessByWindow() returned 0. Process not found or other error occured.
Mon Jul 06 16:12:00 2009 : Error attempting to open process 0x0. Error code: 87 (The parameter is incorrect.).
Mon Jul 06 16:12:00 2009 : findProcessByWindow() exited with error code 87 (The parameter is incorrect.).
Mon Jul 06 16:12:00 2009 : Error attempting to open process 0x0. Error code: 87 (The parameter is incorrect.).
Mon Jul 06 16:12:00 2009 : win_width: 1680, win_height: 1000
stack traceback:
...:\Users\Jessica\Desktop\Chris\micromacro\lib\lib.lua:536: in function 'startMacro'
scripts\zs_shaiya\main.lua:175: in main chunk
----------TRACEBACK END----------
Mon Jul 06 16:12:00 2009 : scripts/zs_shaiya/classes/hook.lua:126: bad argument #1 to 'memoryReadString' ((null))
Mon Jul 06 16:12:00 2009 : Execution error: Runtime error
I fixed my main path error. But now this damned thing.
Re: Shaiya[US] - Shaiya Bot ZS
I think you might be trying to use too high of a resolution for one thing.
I've gotten this to work using 1024x768 and 800x600.
As for the other stuff, I'm not sure.
I've gotten this to work using 1024x768 and 800x600.
As for the other stuff, I'm not sure.
Last edited by Rishijin on Mon Jul 06, 2009 7:17 pm, edited 1 time in total.
Re: Shaiya[US] - Shaiya Bot ZS
Yeah, I just cut it down to 1280x1024 and am still getting the same thing.
Re: Shaiya[US] - Shaiya Bot ZS
Nope, tried, 800x600 and 1024x768 also.
At one point I had this supporting ALL resolutions. But alas. EP kicked my nuts.
At one point I had this supporting ALL resolutions. But alas. EP kicked my nuts.
Re: Shaiya[US] - Shaiya Bot ZS
Did you disable Game Guard?
- Administrator
- Site Admin
- Posts: 5318
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Shaiya[US] - Shaiya Bot ZS
That error does indicate that it was unable to find the window. This could be because of GameGuard, your anti-virus software, or because the window name changed.
Edit: My mistake; read it wrong. It found the window, but was unable to find the process that owned that window.
Edit: My mistake; read it wrong. It found the window, but was unable to find the process that owned that window.
Re: Shaiya[US] - Shaiya Bot ZS
If on vista, you might want to check to see if you are running it with privileges.
Re: Shaiya[US] - Shaiya Bot ZS
Mind posting a link to a known NO-gg? I made my own so it's possible it's still active. And I'll run it with admin again, just to check.
- Administrator
- Site Admin
- Posts: 5318
- Joined: Sat Jan 05, 2008 4:21 pm
Who is online
Users browsing this forum: No registered users and 1 guest