Page 1 of 1

bug version 738

Posted: Tue Aug 28, 2012 5:27 pm
by Ballerlocke
i have update today and many of my scripts dont go's anymore all of this scripts stops at checkparty userfunction. i dont now what is wrong it cam now error or real stops. i think he cant find other team members in rang even 10 or 100 distance. i hope you can fix this

Re: bug version 738

Posted: Tue Aug 28, 2012 7:08 pm
by lisa
there is probably just an address that needs finding after the patch, I don't have an up to date client at the moment so I can't do it.

Something you can do though is try to help determine which address needs updating.

start MM using this

Code: Select all

rom/bot path:commandline
then try these commands and check if they print the correct names

Code: Select all

print(getPartyLeaderName())

Code: Select all

PartyTable() print(partymemberpawn[2].Name)

Re: bug version 738

Posted: Tue Aug 28, 2012 7:58 pm
by rock5
I see what I did. I updated the offset for the assumed value of partymemberlist_address but I forgot to change the base value.

Committed to 739.