Difference between revisions of "ANH Build 094"
From SWGANH Wiki
(New page: {{PageHeader|Build Notes Archive|Build 094}} {{ANHBuildNotesBox | Title = Build 094 | Commit = Jun 26, 2007 | CommitAuthor = HTX | Version = 0.1.094 | Prev = 093 ...) |
(No difference)
|
Revision as of 22:10, 29 January 2008
Build Notes Archive - Build 094
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Build 094 | ||
---|---|---|
Commit date | Jun 26, 2007 | |
Author | HTX | |
Version | 0.1.094 | |
Update chronology | ||
← Previous | Current | Next → |
ANH Build 093 | ANH Build 094 | ANH Build 095 |
Release Notes
- sample amount is now based on ratio and survey skillmod
current formula:
sampleAmount = (uint32)floor((double)((15.0f * ratio) * (surveyMod / 100.0f)));