| | |
| | | const int ACTIVEVALUE_REDPOINT = 78004; |
| | | const int REALMPOINT_REPOINT = 78005; |
| | | const int DAILYQUEST_REDPOINTIDBASE = 78100; |
| | | const int TRIALEXCHANGE_REDPOINTID = 78006; |
| | | |
| | | Redpoint dailyQuestRedpoint = new Redpoint(DAILYQUEST_REDPOINTID); |
| | | public Redpoint everyDayRedpoint = new Redpoint(DAILYQUEST_REDPOINTID, EVERYDAY_REDPOINTID); |
| | | public Redpoint timeLimitRedpoint = new Redpoint(DAILYQUEST_REDPOINTID, TIMELIMIT_REDPOINTID); |
| | | Redpoint activeValueRedpoint = new Redpoint(EVERYDAY_REDPOINTID, ACTIVEVALUE_REDPOINT); |
| | | Redpoint realmPointRedpoint = new Redpoint(EVERYDAY_REDPOINTID, REALMPOINT_REPOINT); |
| | | public Redpoint trialExchangeRedpoint = new Redpoint(EVERYDAY_REDPOINTID, TRIALEXCHANGE_REDPOINTID); |
| | | |
| | | int m_DailyQuestTotalActiveValue = 150; |
| | | public int dailyQuestTotalActiveValue { |