Initial commit
Initial commit. Updated release archive.
This commit is contained in:
16
_module/nss/qdb_listcamps.nss
Normal file
16
_module/nss/qdb_listcamps.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "en5_encounters"
|
||||
|
||||
void main()
|
||||
{
|
||||
int iIndex;
|
||||
int iMaxCamp;
|
||||
|
||||
iIndex=0;
|
||||
iMaxCamp=GetTotalCamps();
|
||||
|
||||
while (iIndex<=iMaxCamp)
|
||||
{
|
||||
GetQuestCamp(iIndex,1,1);
|
||||
iIndex++;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user