Page 18 of 53

Re: Version 7.4.0.2897 progress

Posted: Wed Mar 25, 2020 11:47 am
by Ego95
Andre, thanks for your files. They work great. Just have the problem of many wrong values on my main character. It's returning so many wrong values that a bot start takes over 1 minute each time.

Re: Version 7.4.0.2897 progress

Posted: Wed Mar 25, 2020 2:47 pm
by Onche
Ego95 wrote: Wed Mar 25, 2020 11:47 am Andre, thanks for your files. They work great. Just have the problem of many wrong values on my main character. It's returning so many wrong values that a bot start takes over 1 minute each time.
As far as I know, this is related to the function bankItemBySlot(SlotNumber)

The best way to not to have all those errors (for now) is to remove all the items from your bank :D

Re: Version 7.4.0.2897 progress

Posted: Wed Mar 25, 2020 3:51 pm
by Andre235
Onche wrote: Wed Mar 25, 2020 2:47 pm
Ego95 wrote: Wed Mar 25, 2020 11:47 am Andre, thanks for your files. They work great. Just have the problem of many wrong values on my main character. It's returning so many wrong values that a bot start takes over 1 minute each time.
As far as I know, this is related to the function bankItemBySlot(SlotNumber)

The best way to not to have all those errors (for now) is to remove all the items from your bank :D
Of course. This is related to the items in the bank. Maybe the itemshop bag too... actually I’m very busy, but I will let you know if I have some updates :)

Re: Version 7.4.0.2897 progress

Posted: Thu Mar 26, 2020 4:11 am
by Ego95
Andre235 wrote: Wed Mar 25, 2020 3:51 pm
Onche wrote: Wed Mar 25, 2020 2:47 pm
Ego95 wrote: Wed Mar 25, 2020 11:47 am Andre, thanks for your files. They work great. Just have the problem of many wrong values on my main character. It's returning so many wrong values that a bot start takes over 1 minute each time.
As far as I know, this is related to the function bankItemBySlot(SlotNumber)

The best way to not to have all those errors (for now) is to remove all the items from your bank :D
Of course. This is related to the items in the bank. Maybe the itemshop bag too... actually I’m very busy, but I will let you know if I have some updates :)
Oh okay, I didnt think about that. That explains why some characters start quickly and some slow as hell :D

Re: Version 7.4.0.2897 progress

Posted: Thu Mar 26, 2020 6:29 am
by Sasuke
did you know if createpath.lua works now .i can't try atm ty

Re: Version 7.4.0.2897 progress

Posted: Thu Mar 26, 2020 10:28 am
by Andre235
The createpath works, but gives sometime a distance error when it starts

Re: Version 7.4.0.2897 progress

Posted: Thu Mar 26, 2020 10:31 am
by derlias
How can i fix it ?
2020-03-25 15:18:33 - scripts\rom/bot.lua:114: attempt to call global 'getCurrentRevision' (a nil value)

Re: Version 7.4.0.2897 progress

Posted: Thu Mar 26, 2020 10:40 am
by Andre235
derlias wrote: Thu Mar 26, 2020 10:31 am How can i fix it ?
2020-03-25 15:18:33 - scripts\rom/bot.lua:114: attempt to call global 'getCurrentRevision' (a nil value)
where is your MM or rom bot folder?
did you have the actual ingame functions in the addon folder?

Re: Version 7.4.0.2897 progress

Posted: Thu Mar 26, 2020 11:10 am
by derlias
In scripts i have the rom bot folder.
first i have micromacro then scripts then the rom folder.
I have the new functions download.

or can you share your complete bot?

Habe zuerst die Ordner micromacro dann scripts dann den rom Ordner. Die neue functions.lua habe ich runtergeladen.
Kannst du vlt deinen Kompletten bot mit mir teilen?

Re: Version 7.4.0.2897 progress

Posted: Thu Mar 26, 2020 4:23 pm
by Andre235
good news! i've updated some addresses and a big part of the start-errors are gone!
left problems:
1.: i still get warnings with some ID's (but i got these before the last address-changing too)
2.: Monster-cards in my bag creating red warnings whe the bot is starting.

have fun with it :-)
addresses.lua
(8.26 KiB) Downloaded 128 times

Re: Version 7.4.0.2897 progress

Posted: Thu Mar 26, 2020 6:40 pm
by derlias
With the new addresses lua i can start the bot but i get this error if i start the waypoint
micromacro/lib/mods/xml.lua:336: error closing parser: no element found

Re: Version 7.4.0.2897 progress

Posted: Fri Mar 27, 2020 12:48 am
by saverombotplz
can the bot run mini games and drill ground ?

Re: Version 7.4.0.2897 progress

Posted: Fri Mar 27, 2020 1:10 am
by Andre235
Secret garden works and malatina. but the bot doesn’t open all chests. The result is not perfect but better than nothing :)
My gobo script should work too but I didn’t try it yet.

Re: Version 7.4.0.2897 progress

Posted: Fri Mar 27, 2020 1:23 am
by saverombotplz
Andre235 wrote: Fri Mar 27, 2020 1:10 am Secret garden works and malatina. but the bot doesn’t open all chests. The result is not perfect but better than nothing :)
My gobo script should work too but I didn’t try it yet.
garden worked for me but not malatina

Re: Version 7.4.0.2897 progress

Posted: Fri Mar 27, 2020 11:15 am
by beutelbeutelbeutel
Hi there, works fine but i got an error by checking Groupmembername 1
local party1 = GetPartyMemberName(1);
micromacro/scripts/rom/functions.lua:1679: Invalid address

thanks for your help

Re: Version 7.4.0.2897 progress

Posted: Fri Mar 27, 2020 11:42 am
by Andre235
beutelbeutelbeutel wrote: Fri Mar 27, 2020 11:15 am Hi there, works fine but i got an error by checking Groupmembername 1
local party1 = GetPartyMemberName(1);
micromacro/scripts/rom/functions.lua:1679: Invalid address

thanks for your help
try adding this to the addresses and please give me a feedback for this:

Code: Select all

	partyIconList_base = 0xA63528,
	partyLeader_address = 0xA27240,
	partyMemberList_address = 0xA647B0,

Re: Version 7.4.0.2897 progress

Posted: Fri Mar 27, 2020 1:18 pm
by derlias
After time i use my bot i get this error

/micromacro/scripts/rom/functions.lua:2130:NPC dialog failed to open!
/micromacro/scripts/rom/functions.lua:2012:NPC dialog failed to open!

Re: Version 7.4.0.2897 progress

Posted: Fri Mar 27, 2020 2:47 pm
by beutelbeutelbeutel
Andre235 wrote: Fri Mar 27, 2020 11:42 am
beutelbeutelbeutel wrote: Fri Mar 27, 2020 11:15 am Hi there, works fine but i got an error by checking Groupmembername 1
local party1 = GetPartyMemberName(1);
micromacro/scripts/rom/functions.lua:1679: Invalid address

thanks for your help
try adding this to the addresses and please give me a feedback for this:

Code: Select all

	partyIconList_base = 0xA63528,
	partyLeader_address = 0xA27240,
	partyMemberList_address = 0xA647B0,
now i got this micromacro/scripts/rom/functions.lua:110: bad argument #3 to 'readfunc' (number or table expected, got nil)

Re: Version 7.4.0.2897 progress

Posted: Fri Mar 27, 2020 3:51 pm
by Andre235
The partydps.lua is still broken

Re: Version 7.4.0.2897 progress

Posted: Sat Mar 28, 2020 12:18 pm
by Sasuke
Andre235 wrote: Thu Mar 26, 2020 10:28 am The createpath works, but gives sometime a distance error when it starts
i start command rom/createpath profile:default
but not work for me with this error:
2020-03-28 18:17:54 - scripts\rom/createpath.lua:91: bad argument #2 to 'memoryReadUIntPtr' (number expected, got nil)