Skip to content
TORNLIFE More

Chain Status

Started by Rodel30 [176739] on in API Development.

3 replies · 89 views · thread synced · 4 days ago · View on torn.com
About this thread

Posts archived: 4 / 4 posts (100%) · the total is Torn's reply count + the opening post at the last fetch

Counted by TornLife from the archived posts.

Archived posts
4
Discussion span
→
People posting
4
Likes on archived posts
3
Authority score
51 / 100
Historical score
19 / 100
Story score
26 / 100
Engagement score
44 / 100
Rodel30 [176739]

Any chance of getting the Chain Status in the API somewhere? The main bit being current hit count (and if the chain is in cooldown or not). Other info would nice, but not necessary. It would be possible to use the attack logs and walk backward through them to find out if there is an active chain, but would require a good bit of computation.
gazaras [1673083]

yea, they could it put some extra line in api attacks like in the and if chain active like put chain 1 if its not chain attack 0, but you also can do manually by checking all attacks in row;] with some extra coding;]
epicaricacy [2040809]

I quasi want a separate Chain API which can just have references to Attacks with additional metadata specific to chains like "retal", "respect_modifier", "status" ("Cooldown", "Active", "Inactive").
Cryptic [2059197]

I'd agree I'd rather just have a simple way to get chains into the api... but once I sort out some of this api stuff I may have a way for us to estimate what a given target will be worth in respect via a user script.... but first I need to learn a bit more about js to actually get past the obstacle that is in my way.