Version 7.4.0.2897 progress

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

Re: Version 7.4.0.2897 progress

#101 Post by Sasuke » Thu Jan 16, 2020 7:46 pm

SyntaxError wrote: Thu Jan 16, 2020 7:07 am
Sasuke wrote: Thu Jan 16, 2020 4:34 am with new game start windows "login next char" not work.maybe we work on it after resolve others problems:)
independent of the new login window, this user function does work, as long as you do not link your rom account to your gameforge account, this was spoiled when when the chazis update happened... seems to me, and it spoiled everything :c (sorry me english)
can you change char and account with loginnext?is it work for you?and how ?mine not

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

Re: Version 7.4.0.2897 progress

#102 Post by Administrator » Thu Jan 16, 2020 8:28 pm

I've put up some more fixes centered around texts and skills. This should prevent the crashing when changing character (please check that for me), the issue related to buff counts, and will at avoid the error on getLastWarning(). I still have to fix skill cooldowns so that it doesn't keep trying to use skills and noticing it failed to cast, but my time is quite limited for now. A fix for that will be coming soon-ish.

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

Re: Version 7.4.0.2897 progress

#103 Post by Andre235 » Fri Jan 17, 2020 3:30 am

both versions of ChoiceOptionByName are now working :) ==>

Code: Select all

ChoiceOptionByName(getTEXT("C_HOUSESERVANT_TALK_OPTION_1")) -- 'Reden'

Code: Select all

ChoiceOptionByName("Reden") -- 'Reden'
changing chars will now work without:

Code: Select all

MemDatabase:flush();
as i startet wandering the bot stopped running for collecting text information (i dont remember to the shown text in MM :roll: ) but the bot resumed to wandering around after a minute... i will test some different classes to get information about the used skills...

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

Re: Version 7.4.0.2897 progress

#104 Post by Administrator » Fri Jan 17, 2020 11:06 am

as i startet wandering the bot stopped running for collecting text information (i dont remember to the shown text in MM :roll: ) but the bot resumed to wandering around after a minute
Ah. I know exactly what's going on there. To speed things up and prevent unnecessarily loading the game texts from memory every time the bot is started, and since the data isn't going to really change at all, I have it coded to pull all of the text strings (~23 MB of data) from the game client and cache them locally. That cache is invalidated any time the game version changes. However, pulling all of that data can be a lengthy process (takes only a few seconds for me, but depending on how old your machine is it could easily take a minute). Currently it only attempts to pull and cache the data when you don't already have a valid cache, and when you first call the getTEXT() function in the code. You've found the flaw: if you go to attack an enemy and then it has to start pulling text info... that could get you into trouble.

I'm going to be changing how that part works tonight to make sure that doesn't happen. I also want to add some extra error handling around it to ensure that it doesn't just break if the cache file cannot be loaded.

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

Re: Version 7.4.0.2897 progress

#105 Post by Andre235 » Fri Jan 17, 2020 1:15 pm

fine, i got a message from github, that you have alredy solved this bug :). i have to say, i didnt used a watch to get the time at the delay from the bot. that might be seconds, but it feels like a minute :D it coud also been caused by my very limited internet connection. My notebook is also 6 years old :?

i tried my high lvl mage and the bot "crashes" when he uses the Thunderstorm... the skill is already selected but the crash comes while setting the area to attack ( the light blue circle) do you know what i mean?
error3.png
maybe the missing address of the cam offset?

my warrior uses now slash and frenzy. the mage uses the whole list (i think) from the profile, excepting the sec class skills.
Last edited by Andre235 on Fri Jan 17, 2020 1:24 pm, edited 2 times in total.

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

Re: Version 7.4.0.2897 progress

#106 Post by Administrator » Fri Jan 17, 2020 1:18 pm

Yep; I haven't fixed the AoE skills yet. Another case of me not currently having a character with any of those skills on it.

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

Re: Version 7.4.0.2897 progress

#107 Post by morc » Fri Jan 17, 2020 2:52 pm

Hi,

with the new version:
- waiting a long time after teleports (ex.: instance in/out, player address changed) long time = min. 30sec or more
- mage/rogue Fang Ritual buff unusable (continuously use buff, skill and ID repaired in skill.xml)
- after stun bot will not continue (just stay in one place (don't move, don't loot, etc...)

tested MM 1.0.3 and 1.0.5
with and without "MemDatabase:flush();" command

EDIT: and please repair createpath

Buh
Posts: 45
Joined: Thu Dec 10, 2015 12:39 am

Re: Version 7.4.0.2897 progress

#108 Post by Buh » Fri Jan 17, 2020 6:33 pm

Hello Guys.

To prevent the issue that the bot is not attacking, you can prepare some Kitty combos and paste the attack "sendMacro("Kitty.attack()") into classes/cplayer.lua where the bot is attacking an enemy.

The only thing thats not working for me is looting. Sometimes it dont loot and dont move anymore.

Greetings

SyntaxError
Posts: 4
Joined: Sat Dec 14, 2019 5:26 pm

Re: Version 7.4.0.2897 progress

#109 Post by SyntaxError » Fri Jan 17, 2020 8:23 pm

Sasuke wrote: Thu Jan 16, 2020 7:46 pm
SyntaxError wrote: Thu Jan 16, 2020 7:07 am
Sasuke wrote: Thu Jan 16, 2020 4:34 am with new game start windows "login next char" not work.maybe we work on it after resolve others problems:)
independent of the new login window, this user function does work, as long as you do not link your rom account to your gameforge account, this was spoiled when when the chazis update happened... seems to me, and it spoiled everything :c (sorry me english)
can you change char and account with loginnext?is it work for you?and how ?mine not
Personally i never has used loginnext, just the command "rom/login char:1 acc:1" for example, or "ChangeCharRestart(3,6)" for example, this work for me after and before of the new launcher patch,, but get broken with the chazis patch (sorry my english)

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

Re: Version 7.4.0.2897 progress

#110 Post by Administrator » Sat Jan 18, 2020 3:43 pm

AoE skills should now be functional again. There's still work to go on skills, but we're slowly getting there.

Outstanding issues:
delay when first casting some skills, such as mage Thunderstorm
Cooldowns not being tracked correctly
Some skills not being used at all - can someone give some examples of skills and any patterns they notice?

If there's other issues with skills that I'm forgetting, please let me know.

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

Re: Version 7.4.0.2897 progress

#111 Post by Sasuke » Sat Jan 18, 2020 5:29 pm

Administrator wrote: Sat Jan 18, 2020 3:43 pm AoE skills should now be functional again. There's still work to go on skills, but we're slowly getting there.

Outstanding issues:
delay when first casting some skills, such as mage Thunderstorm
Cooldowns not being tracked correctly
Some skills not being used at all - can someone give some examples of skills and any patterns they notice?

If there's other issues with skills that I'm forgetting, please let me know.
katr did you check also flyhack for minigames?

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

Re: Version 7.4.0.2897 progress

#112 Post by Administrator » Sat Jan 18, 2020 5:34 pm

No. Things like that will likely be one of the last things I get to. I'm trying to get the basic functionality solid first. There's still more work on skills and items to come first.

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: Version 7.4.0.2897 progress

#113 Post by Ego95 » Sat Jan 18, 2020 5:52 pm

I just updated the consumables. The potion list was in some cases really outdated (lvl65).

It has nothing to do with bot functions in general, but when we are updating the bot it won't be bad to update databases also.
Could you add the new list to the bot?
consumables.xml
(13.13 KiB) Downloaded 242 times

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

Re: Version 7.4.0.2897 progress

#114 Post by Administrator » Sat Jan 18, 2020 5:54 pm

Ego95 wrote: Sat Jan 18, 2020 5:52 pm I just updated the consumables. The potion list was in some cases really outdated (lvl65).

It has nothing to do with bot functions in general, but when we are updating the bot it won't be bad to update databases also.
Could you add the new list to the bot?

consumables.xml
Done. Thanks for the job well done!

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

Re: Version 7.4.0.2897 progress

#115 Post by hanatan » Sun Jan 19, 2020 12:37 am

i updated but the bot still cant use the consumables.
but i gotta say nice work the bot is lot better today.

User avatar
ThulsaDoom
Posts: 123
Joined: Mon Oct 19, 2015 2:46 pm

Re: Version 7.4.0.2897 progress

#116 Post by ThulsaDoom » Sun Jan 19, 2020 4:58 am

Thanks for the updates!
Now camera is working!
As a wish list:
AOE skills (with blue circle double click) not working well.
Secondary class skills not working.

Again, thanks for your time and patience.

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

Re: Version 7.4.0.2897 progress

#117 Post by Administrator » Sun Jan 19, 2020 9:08 am

ThulsaDoom wrote: Sun Jan 19, 2020 4:58 am Thanks for the updates!
Now camera is working!
As a wish list:
AOE skills (with blue circle double click) not working well.
Secondary class skills not working.

Again, thanks for your time and patience.
Can you list the aoe skills that aren't working? And what do you mean by not working; what happens?

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

Re: Version 7.4.0.2897 progress

#118 Post by hanatan » Sun Jan 19, 2020 2:10 pm

Administrator wrote: Sun Jan 19, 2020 9:08 am
ThulsaDoom wrote: Sun Jan 19, 2020 4:58 am Thanks for the updates!
Now camera is working!
As a wish list:
AOE skills (with blue circle double click) not working well.
Secondary class skills not working.

Again, thanks for your time and patience.
Can you list the aoe skills that aren't working? And what do you mean by not working; what happens?
theres also a new problem with the new update the bot keeps zooming out like far away than possible

User avatar
ThulsaDoom
Posts: 123
Joined: Mon Oct 19, 2015 2:46 pm

Re: Version 7.4.0.2897 progress

#119 Post by ThulsaDoom » Sun Jan 19, 2020 3:23 pm

Administrator wrote: Sun Jan 19, 2020 9:08 am
ThulsaDoom wrote: Sun Jan 19, 2020 4:58 am Thanks for the updates!
Now camera is working!
As a wish list:
AOE skills (with blue circle double click) not working well.
Secondary class skills not working.

Again, thanks for your time and patience.
Can you list the aoe skills that aren't working? And what do you mean by not working; what happens?
Example
Mage/ Rogue:

Code: Select all

<skill name="MAGE_THUNDERSTORM"       	hotkey="MACRO" priority="95" /> 
Area circle appears, but confirmation click is done far from the objecticve(s), so no damage done.

The same for Rogue / Champion:

Code: Select all

<skill name="ROGUE_PULSE_RUNE_BOMB" 		hotkey="MACRO" priority="97" mobcount="3"/>
<skill name="ROGUE_SILENT_RUNE_BOMB" 		hotkey="MACRO" priority="96" mobcount="3"/>	
Thanks

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

Re: Version 7.4.0.2897 progress

#120 Post by Administrator » Sun Jan 19, 2020 7:47 pm

Hmm, that's odd. I was testing with Thunderstorm and while it did miss occasionally, it was usually right on the spot. Do you also have the zoom issue hanatan mentioned? Do you run the game in windowed mode or fullscreen, and at what resolution?

Locked

Who is online

Users browsing this forum: No registered users and 33 guests