Page 11 of 12

Re: Shaiya Fighter Bot

Posted: Sun Jul 05, 2009 8:58 pm
by Administrator
Usually an enemy's coordinates are at the same offsets as your own. If you can find your own coordinates in your player's struct, then you've probably found all you need to know (other than target pointer).

Re: Shaiya Fighter Bot

Posted: Tue Jul 14, 2009 8:04 am
by bibi
hello

if anyone got a script that is working with the last shaiya US update, i d be more than happy to have it :)


the script of the admin (shaiya.lua) is working perfectly without any error in micromacro, however, this bot is not working that well for me,
because it keeps on getting stuck in random obstacles, while the fighter script is great and avoid obstacles nicely.

before ep 4, this fighter bot was working perfectly. Of course the script couldn t work anymore after ep 4 update, so i have download the new script from this post designed for ep 4.
Unfortunatly it s still not working for me.

The bot is duly killing, picking up items, selecting the mobs color, avoiding obstacles etc The thing is that it never sit,never pot, never react to low hp mp sp

i got the following message : "WARNING: Failure reading memory from 0xBB0650 at 0x83ddf4 in memoryReadIntPtr(). Error code 299 (Seule une partie d'une requête ReadProcessMemory ou WriteProcessMemory a été effectuée.)" using the last scripts of this thread. I have been trying all szcripts here and none is working properly.

if anyone got a working one please let me know ! :)

Re: Shaiya Fighter Bot

Posted: Tue Jul 14, 2009 10:43 am
by Green200
here's my latest version with two bugs:

1) The anti-ks portion hasn't been fully checked with this update. May attack mobs that have been damaged by someone else while you're running at them. Please verify for me as I won't be on in the next week.

2) The swimcheck_addr is not updated so don't use the bot around water where the character can't sit.

Lastly, if you find any other bugs and can help fix them please let me know. Good luc.

Re: Shaiya Fighter Bot

Posted: Tue Jul 14, 2009 11:12 am
by bibi
OMG it s working prefectly !! o.o
thank you so much Green :)

you look like you know lua pretty well, do u think u could do some change in the script for some following things :


* the bot consider ennemy is dead when hp = 0, while shaiya consider the ennemy is dead when hp = -1
sometimes you can get pretty unlucky, and the bot wound an ennemy to get his hp exactly equal to zero.
when it happens the mobs is still following you while the bot ignore it.
Is that possible to use one skill after each mobs death ? for example it can be demon hushing, so in main case the mob is dead it will say
"must choose the target" but when u got mob with 0 hp it will finish it.


* after character death
i dont like the bot waiting 180 sec for rez after death, and using buff every 5 min in town.
my screen res is 1920 x 1200
is that possible to order the bot to auto click on the OK message of the window resurection after death ?

then after porting to town, the character should move some random step, sit, and script pause, so it doens t buff anymore.
any chance to add this in the script ?


thanks a lot for all your help and this working script !

Re: Shaiya Fighter Bot

Posted: Tue Jul 21, 2009 1:47 pm
by shakey
Hey, does the heal bot still work?

Re: Shaiya Fighter Bot

Posted: Fri Jul 24, 2009 9:36 am
by nknwn666
how can we make the bot to use the skills in order?
and im a sin, when im siting and a mob1 attacks i get up,target the mob1,but the mob1 misses me a lot so the camera is circleing for like 2 seconds then selects a mob2 and attacks the mob, and im haveing mob1 following me and attacking me and the bot doesnt seem to see mob1

Re: Shaiya Fighter Bot

Posted: Mon Jul 27, 2009 10:15 pm
by Rishijin
nknwn666 wrote:how can we make the bot to use the skills in order?
and im a sin, when im siting and a mob1 attacks i get up,target the mob1,but the mob1 misses me a lot so the camera is circleing for like 2 seconds then selects a mob2 and attacks the mob, and im haveing mob1 following me and attacking me and the bot doesnt seem to see mob1

As far as I know, this bot doesn't check to see if you are actually getting hit.

I made this feature on my bot (unreleased); and if nobody makes a GG fix soon, I may add it to the fighter bot just to pass some time.

Shaiya 28th July update

Posted: Tue Jul 28, 2009 4:20 pm
by bibi
Green i m really gratefull that you have provided a working script, however, after today s update,
the script is not working anymore.

Could you please kindly provide an updated one ?

thanks a lot in advance !

Re: Shaiya Fighter Bot

Posted: Thu Jul 30, 2009 1:47 pm
by vvayinsane
Hey everyone..:).. I have made the changes need for the healer bot and fighter bot to work. I have not really had chance to test the healer bot. Any problems with the healer bot let me know.

Edit sorry I got confused of where i was posting and what.. I put the right files below

Re: Shaiya Fighter Bot

Posted: Thu Jul 30, 2009 3:49 pm
by Yorkshire
Anyone got a no gg client for fighter.lua i have tryed to do with no sucsess anyone pls ??

Re: Shaiya Fighter Bot

Posted: Thu Jul 30, 2009 4:56 pm
by nknwn666
Yorkshire wrote:Anyone got a no gg client for fighter.lua i have tryed to do with no sucsess anyone pls ??
tryed this one ?

Re: Shaiya Fighter Bot

Posted: Sat Aug 01, 2009 10:06 am
by Yorkshire
Thank you for reply i will try it :)

Re: Shaiya Fighter Bot

Posted: Mon Aug 03, 2009 3:07 pm
by vvayinsane
targetid_addr = 0x6F2BE0;

A better targeting address...

Re: Shaiya Fighter Bot

Posted: Thu Aug 06, 2009 6:39 am
by vvayinsane
How do we edit the script so if we die the bot close it self? The line of script it has on it now does not work?

Re: Shaiya Fighter Bot

Posted: Thu Aug 06, 2009 2:05 pm
by Yorkshire
Guys can anyone give me a few tips on finding sitcheck address and target id what do i do to search thease i can do playerptr_addr np just look for the txt string but no clue how to find others or how to go about it if anyone could help me out pls pls.

Re: Shaiya Fighter Bot

Posted: Thu Aug 06, 2009 3:37 pm
by vvayinsane
playerptr_addr = 0x849274; -- EP4
targetid_addr = 0x7D4891; -- 0x002ABFF0; EP4 try 0x006d0bc4
sitcheck_addr = 0x709300; --EP4
-- byte, 0 = standing, 7 = sitting, 1 = moving, 2 = animation, 3 = jumping, 5 = process of

sitting, 6 = process of standing
swimcheck_addr = 0x006F6DA4; -- EP3

HP_offset = 0x130;
MaxHP_offset = 0x134;
MP_offset = 0x138;
MaxMP_offset = 0x13C;
SP_offset = 0x140;
MaxSP_offset = 0x144;

Re: Shaiya Fighter Bot

Posted: Thu Aug 06, 2009 5:19 pm
by Yorkshire
TY vvayinsane :)

Re: Shaiya Fighter Bot

Posted: Wed Oct 14, 2009 8:57 pm
by mitch1734
Great work on all this ^^.. .ima grade 9 student and I've done some work with scripting, and using what you've posted I've made a working bot for my HM fighter ^^ the problem is, the use HP pot and sit commands aren't working, does my characters status box need to be in a specific place like your target box does?

Re: Shaiya Fighter Bot

Posted: Wed Oct 21, 2009 11:01 pm
by Green200
The HP Pots must be on the 2nd Skill bar in slots 1-9. Sit command must be "c".

And your own status box doesn't have to be in a specific place... only the target box, which must be in the extreme upper left.

Re: Shaiya Fighter Bot

Posted: Tue Oct 27, 2009 5:42 am
by Yorkshire
Can anyone post new addresses pls pls tnx