two little mistakes in 642
Posted: Wed Sep 07, 2011 6:18 pm
addresses.lua 83
-> http://www.solarstrike.net/phpBB3/viewt ... 308#p26308
skills.xml 113
-> looks like a typing error Priests have no rage
Code: Select all
partyMemberList_address = 0x9E8F90,
Code: Select all
partyMemberList_address = 0x9E8FA0,
Code: Select all
<skill name="PRIEST_FROST_SCARS" id="495563" rage="200" mana="180" cooldown="4" type="damage" target="enemy" />
Code: Select all
<skill name="PRIEST_FROST_SCARS" id="495563" range="200" mana="180" cooldown="4" type="damage" target="enemy" />