Page 1 of 1

762 Changelog

Posted: Fri Sep 06, 2013 11:03 am
by rock5
A minor update.
  • - Fixed fairy summon ids
    - Changed the bat files to a new way of getting the folder.
    - Removed code that changed skill cooldowns from 0 to 1
    - Added level 71 and 75 resources
    - Major update of skills.xml with many elites added. Thx Bill D Cat.
    - a couple of other minor changes

Re: 762 Changelog

Posted: Fri Sep 06, 2013 6:04 pm
by wps
I didn't see any new updates when comparing.
Rock, Did you check in, or it's my svn setting error?

Re: 762 Changelog

Posted: Fri Sep 06, 2013 11:00 pm
by rock5
If you right click the 'rom' folder and select "TortoiseSVN/Show Log" it will show you what version you've updated to. If you click 762 you can see which files changed in that version.

Re: 762 Changelog

Posted: Tue Sep 10, 2013 12:28 pm
by rock5

Re: 762 Changelog

Posted: Sun Sep 15, 2013 2:19 am
by lolita
Just a suggestion for next revision.
If i'm right line 120 in item.lua is range for recipe's

Code: Select all

elseif ( self.Id >= 550000 and self.Id <=552000 ) then
now in game there are recipes with id over 552000, so maybe you should change it

Re: 762 Changelog

Posted: Sun Sep 15, 2013 2:31 am
by rock5
Yeah about 40 over. I'll just change it to 553000. That should keep it going for awhile.