Page 3 of 53

Re: Version 7.4.0.2897 progress

Posted: Fri Jan 03, 2020 10:01 pm
by Sasuke
is there a way to make the update directly with svn?or do we need to upgrade all manually?

Re: Version 7.4.0.2897 progress

Posted: Fri Jan 03, 2020 10:53 pm
by Administrator
You should be using git instead of SVN. Same general premise though.

Download and install one of the many git softwares. For example: https://desktop.github.com/ or https://git-scm.com/download/win
You can then just git fetch to update.

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 12:55 am
by hanatan
Administrator wrote: Fri Jan 03, 2020 6:39 pm
Andre235 wrote: Fri Jan 03, 2020 6:30 pmTry to compare the code from the new version of the bot with the old version. Then you will see, how much the Administrator did for us...
Can confirm. The pull request is here: https://github.com/SolarStrike-Software ... ll/1/files

Those of you that are having the mount-instead-of-attack issue, when you open your skills menu, what is listed in the first tab? The first item in the list should be "Attack" but maybe for some unknown reason you have a mount skill?
yes the first tab is "Attack but no mount skill.

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 5:01 am
by morc
same...
normal attack on the slot 1

starting bot: "No ranged skills specified in profile..."

so the bot can't read skills and others from character profile file (i think)

other error: if i use mount, the bot it does not work well (distance break)

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 5:38 am
by Sasuke
there are many errors about function.lua for example :
" -- unfreeze TargetPtr
memoryWriteString(getProc(), addresses.functionTargetPatchAddr, string.char(unpack(addresses.functionTargetBytes)));"
how can we resolve this problems admin?i think it's not a prob of ids or something.can you tell us how can we resaolve this prob ?ty

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 9:10 am
by morc
if i change in settings.lua (row 136)
skills = nil,
to
skills = {},

bot include skills from profile file but can't use skills and don't use normal attack :S
(just cease "No ranged skills specified in profile..." error)

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 9:20 am
by morc
and we have a target error...
pets is targettable

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 11:08 am
by Administrator
Sasuke wrote: Sat Jan 04, 2020 5:38 am there are many errors about function.lua for example :
" -- unfreeze TargetPtr
memoryWriteString(getProc(), addresses.functionTargetPatchAddr, string.char(unpack(addresses.functionTargetBytes)));"
how can we resolve this problems admin?i think it's not a prob of ids or something.can you tell us how can we resaolve this prob ?ty
That was fixed a few days ago. You'll need to get the latest code off github.

I also just pushed up a small fix for pets. Other stuff coming soon.

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 1:01 pm
by Sasuke
how can i use this notes in this page?copy foreach section and subscribe an old specific folder?
https://github.com/SolarStrike-Software ... ll/1/files

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 1:20 pm
by Andre235
Sasuke wrote: Sat Jan 04, 2020 1:01 pm how can i use this notes in this page?copy foreach section and subscribe an old specific folder?
https://github.com/SolarStrike-Software ... ll/1/files
you can also use the download-link from the first post.
the link doesn't work for me too. i will get the actionbarptr-error there. with that download-link i have no problems...

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 1:54 pm
by Administrator
Sasuke wrote: Sat Jan 04, 2020 1:01 pm how can i use this notes in this page?copy foreach section and subscribe an old specific folder?
https://github.com/SolarStrike-Software ... ll/1/files
That's just the pull request so people can see the changes that were made. You don't use that for anything.
You should be using git. Install git, then you can use the command `git pull` to grab the latest changes.

Or, if that's too difficult for you, just use the first link I had posted to download the full package as a .zip.

Re: Version 7.4.0.2897 progress

Posted: Sat Jan 04, 2020 5:27 pm
by Sasuke
I have the problem with that zip, I put it on but the old things don't work and I don't even recognize my accounts

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 05, 2020 9:19 am
by morc
hmmmm

u copied your profiles and waypionts?

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 05, 2020 11:46 am
by Administrator
I just put up a fix for the actionbar and macros. Those of you with the bot not attacking, or mounting instead of attacking, please give it a try and see if that fixes the issue for you.

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 05, 2020 12:24 pm
by tristanlol
Administrator wrote: Sun Jan 05, 2020 11:46 am I just put up a fix for the actionbar and macros. Those of you with the bot not attacking, or mounting instead of attacking, please give it a try and see if that fixes the issue for you.

Code: Select all

.../rom/classes/player.lua:1677: attempt to perform arithmetic on a nil value
This has been with a mage/priest and he didn't attack while wandering throught enemies :/

Edit: I still have the no-skills problem, i'm not sure if it's related to not attacking

Thanks!

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 05, 2020 12:32 pm
by morc
has not improved

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 05, 2020 12:51 pm
by tristanlol
memorytable.lua is almost entirely commented... I suppose the two declared functions in that file are not blocking.

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 05, 2020 1:09 pm
by Administrator
tristanlol wrote: Sun Jan 05, 2020 12:51 pm memorytable.lua is almost entirely commented... I suppose the two declared functions in that file are not blocking.
I quit the game years before VoidMain wrote that code and have no idea what it's even trying to do. I fiddled around with a few different methods to try and fix that with no such luck. I've reached out to VoidMain and Rock5 recently to see if they had any information on that and have only heard back from Rock5; he had nothing to do with it and has no information on the subject.

I am still working on other skill code but there's just so much to investigate. It's starting to come together. Skills will be broken for awhile yet.

Re: Version 7.4.0.2897 progress

Posted: Mon Jan 06, 2020 6:30 am
by Andre235
I tried the bot an got an error. In the addresses.lua something with „comments begin“ I looked at the addresses.lua and there was a comments begin sign —[[ but no end sign and I missed a „},“ at the end of the skill-section. I changed it and the bot runs but I didn’t tested the skills yet. I will try to use skills soon and let you know about it ;-)

Edit: the bot just use normal attack if I wander around and uses no buffs. Is it right? Which skills or kind of skills should I test?

Re: Version 7.4.0.2897 progress

Posted: Mon Jan 06, 2020 1:58 pm
by Axman
Hi
The problem persists when you attack, you want to use a mount before attacking
Is the spam of a macro button still working? I don't get it to work.
Regards