Version 7.4.0.2897 progress

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
Sasuke
Posts: 503
Joined: Mon May 17, 2010 3:40 pm
Location: Poland

Re: Version 7.4.0.2897 progress

#41 Post by Sasuke » Fri Jan 03, 2020 10:01 pm

is there a way to make the update directly with svn?or do we need to upgrade all manually?

User avatar
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

Re: Version 7.4.0.2897 progress

#42 Post by Administrator » Fri Jan 03, 2020 10:53 pm

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.

hanatan
Posts: 25
Joined: Tue Nov 20, 2018 3:55 pm

Re: Version 7.4.0.2897 progress

#43 Post by hanatan » Sat Jan 04, 2020 12:55 am

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.

morc
Posts: 75
Joined: Thu Jan 02, 2020 7:32 am

Re: Version 7.4.0.2897 progress

#44 Post by morc » Sat Jan 04, 2020 5:01 am

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)

Sasuke
Posts: 503
Joined: Mon May 17, 2010 3:40 pm
Location: Poland

Re: Version 7.4.0.2897 progress

#45 Post by Sasuke » 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

morc
Posts: 75
Joined: Thu Jan 02, 2020 7:32 am

Re: Version 7.4.0.2897 progress

#46 Post by morc » Sat Jan 04, 2020 9:10 am

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)

morc
Posts: 75
Joined: Thu Jan 02, 2020 7:32 am

Re: Version 7.4.0.2897 progress

#47 Post by morc » Sat Jan 04, 2020 9:20 am

and we have a target error...
pets is targettable

User avatar
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

Re: Version 7.4.0.2897 progress

#48 Post by Administrator » Sat Jan 04, 2020 11:08 am

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.

Sasuke
Posts: 503
Joined: Mon May 17, 2010 3:40 pm
Location: Poland

Re: Version 7.4.0.2897 progress

#49 Post by Sasuke » 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

Andre235
Posts: 156
Joined: Thu Oct 03, 2019 4:08 am

Re: Version 7.4.0.2897 progress

#50 Post by Andre235 » Sat Jan 04, 2020 1:20 pm

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...

User avatar
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

Re: Version 7.4.0.2897 progress

#51 Post by Administrator » Sat Jan 04, 2020 1:54 pm

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.

Sasuke
Posts: 503
Joined: Mon May 17, 2010 3:40 pm
Location: Poland

Re: Version 7.4.0.2897 progress

#52 Post by Sasuke » Sat Jan 04, 2020 5:27 pm

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

morc
Posts: 75
Joined: Thu Jan 02, 2020 7:32 am

Re: Version 7.4.0.2897 progress

#53 Post by morc » Sun Jan 05, 2020 9:19 am

hmmmm

u copied your profiles and waypionts?

User avatar
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

Re: Version 7.4.0.2897 progress

#54 Post by Administrator » 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.

tristanlol
Posts: 16
Joined: Sun Dec 29, 2019 5:59 pm

Re: Version 7.4.0.2897 progress

#55 Post by tristanlol » Sun Jan 05, 2020 12:24 pm

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!

morc
Posts: 75
Joined: Thu Jan 02, 2020 7:32 am

Re: Version 7.4.0.2897 progress

#56 Post by morc » Sun Jan 05, 2020 12:32 pm

has not improved

tristanlol
Posts: 16
Joined: Sun Dec 29, 2019 5:59 pm

Re: Version 7.4.0.2897 progress

#57 Post by tristanlol » 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.

User avatar
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

Re: Version 7.4.0.2897 progress

#58 Post by Administrator » Sun Jan 05, 2020 1:09 pm

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.

Andre235
Posts: 156
Joined: Thu Oct 03, 2019 4:08 am

Re: Version 7.4.0.2897 progress

#59 Post by Andre235 » Mon Jan 06, 2020 6:30 am

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?

Axman
Posts: 9
Joined: Mon Dec 16, 2019 1:59 pm

Re: Version 7.4.0.2897 progress

#60 Post by Axman » Mon Jan 06, 2020 1:58 pm

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

Locked

Who is online

Users browsing this forum: No registered users and 28 guests