Page 1 of 1

two little mistakes in 642

Posted: Wed Sep 07, 2011 6:18 pm
by SpiralV
addresses.lua 83

Code: Select all

partyMemberList_address = 0x9E8F90,
-> http://www.solarstrike.net/phpBB3/viewt ... 308#p26308

Code: Select all

partyMemberList_address = 0x9E8FA0,
skills.xml 113

Code: Select all

<skill name="PRIEST_FROST_SCARS" id="495563" rage="200" mana="180" cooldown="4" type="damage" target="enemy" />
-> looks like a typing error Priests have no rage

Code: Select all

<skill name="PRIEST_FROST_SCARS" id="495563" range="200" mana="180" cooldown="4" type="damage" target="enemy" />

Re: two little mistakes in 642

Posted: Wed Sep 07, 2011 6:39 pm
by lisa
Hmm thought I changed partyMemberList_address, not sure what happened there.

I'll fix it up now.