Error in functions.lua for rev 660

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
BillDoorNZ
Posts: 446
Joined: Wed Aug 03, 2011 7:37 pm

Error in functions.lua for rev 660

#1 Post by BillDoorNZ » Sun Oct 16, 2011 8:44 pm

hiya,

just updated to 660 and there is a bug in functions.lua:

lines 1462 and 1476

Code: Select all

1462: memoryWriteString(getProc(), functionTargetPatchAddr, string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90));
1476: memoryWriteString(getProc(), functionTargetPatchAddr, string.char(0x56, 0x8B, 0xCD, 0xE8, 0x99, 0x95, 0x27, 0x00));
the addresses prefix is missing off those references or a local declaraction is missing - should be:

Code: Select all

1462: memoryWriteString(getProc(), addresses.functionTargetPatchAddr, string.char(0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90));
1476: memoryWriteString(getProc(), addresses.functionTargetPatchAddr, string.char(0x56, 0x8B, 0xCD, 0xE8, 0x99, 0x95, 0x27, 0x00));

User avatar
Golden Eggs 4 my Pet
Posts: 38
Joined: Sun Oct 16, 2011 7:48 pm

Re: Error in functions.lua for rev 660

#2 Post by Golden Eggs 4 my Pet » Sun Oct 16, 2011 10:38 pm

Hi Bill,

Great find!

Thanks for your post.

It fixed the issues I had (see http://www.solarstrike.net/phpBB3/viewt ... =21&t=3036).

Golden Eggs 4 my Pet
:D :D Golden Eggs 4 My Pet :D :D

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Error in functions.lua for rev 660

#3 Post by lisa » Sun Oct 16, 2011 11:09 pm

fixed 661
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 11 guests