Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Assault !st tiers, assault global, appraisal global #388

Closed
wants to merge 44 commits into from
Closed

Assault !st tiers, assault global, appraisal global #388

wants to merge 44 commits into from

Conversation

KnowOne134
Copy link
Contributor

I affirm:

  • that I agree to Project Topaz's Limited Contributor License Agreement, as written on this date
  • that I've tested my code since the last commit in the PR, and will test after any later commits

@KnowOne134 KnowOne134 added the WIP PR is a work in progress, remove when its ready label Feb 24, 2020
@ibm2431 ibm2431 self-assigned this Feb 24, 2020
@ibm2431 ibm2431 changed the base branch from master to assault February 24, 2020 17:10
elseif player:getCurrentMission(TOAU) > tpz.mission.id.toau.PRESIDENT_SALAHEEM or (player:getCurrentMission(TOAU) == tpz.mission.id.toau.PRESIDENT_SALAHEEM and player:getCharVar("AhtUrganStatus") >= 1) then
local lastTagTime = lastIDtag - 1009897200
local diffday = math.floor((os.time() - lastIDtag)/86400)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could support the ROV KI here:

local mustWaitTime = 86400 -- 1 day in seconds
if player:hasKeyItem(tpz.ki.RHAPSODY_IN_AZURE) then mustWaitTime = 600 end -- set to 10 minutes
local diffday =  math.floor((os.time() - lastIDtag)/mustWaitTime)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes there will be alot of changes to retail today configuration. I wrote this all for in era. I did add 1 settings so for for ENABLE_TOAU_ERA and set it for how many people can enter an assault. Era is 3 to 6. Retail is 1 to 6. But most of these changes will be done once I get it setup and working

@KnowOne134
Copy link
Contributor Author

2 areas are tested and functioning now, L. Cleansing and Imperial Agent Rescue. Rytaal function, runic portal use, appraisals, points, temp items, 100 points on fail attempts, level capping fights, all restrictions to enter a assault with a setting for ERA or retail entering. Era = 3 to 6 player retail 1 to 6

@cocosolos cocosolos marked this pull request as draft May 10, 2020 19:27
@KnowOne134
Copy link
Contributor Author

I'm gonna close this until I can finish it and ready for review. Life has got its claws into me atm and I had to step back from alot of things.

@KnowOne134 KnowOne134 closed this May 30, 2020
@cocosolos
Copy link
Contributor

Sad to hear that. Hope everything works out for you, looking forward to eventual release. Good luck!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
WIP PR is a work in progress, remove when its ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants