GAMERS LAIR

WhatNitrous

Well-known member
Messages
23,434
Points
113
5.6x1.3=7.28

AWA can do basic math.
I'm aware they can do math...but I added the artifact after registering my hours (from a previous play)
The real mystery is why you used 17 frags to upgrade that artifact, but okay?
I hate wasting time idling...and I.also considered not having time or situations like this when I did it.

I don't believe it was 17 fragments either, don't recall spending more than 12 on it total...but I could be wrong.
Of course getting the fragments assumes people are going to do the required hours, which is by no means guaranteed, especially once the free weekend is over.
These hours are nothing (especially considering that factor and a previous event), it'll definotely get done.
 

Ausf

Well-known member
Messages
1,631
Points
113
Seems like it was a wise investment to me considering my limited internet issues now.
Only you can make that value judgement.
Wasting those fragments just got me 5
Hopefully that's the case. I have my doubts. Together with the 28 day fragments, I will be able to upgrade my next artifact to max level.

Of course at some point fragments will be useless. Once you've upgraded everything you use, unless they release something slightly better, to replace what we currently have, then you might as well upgrade even that one.
I also don't do discord quests
These are easy. Press a button to vote.
and barely even bother woth twitch
Twitch gives a lot of points, but is a giant hassle. Many times I find it taking way longer than it should, even if the streamer stays online, so I have to constantly monitor it.
 

Victor

Well-known member
Messages
910
Points
93
Somehow missed this msg while reading forum today 😱

Btw thx 💟 Activated!

 

Legolas

Well-known member
Messages
5,509
Points
113
AWA Daily/Weekend Quest for the weekend (5 ARP): Dell Pay Credit
Just click on the quest itself in the Daily Quest section
https://na.alienwarearena.com/quests/5681

If you complete it today, it's probably done for the weekend too, just like in previous weeks. It ends in 2 Days 14 hrs 57 mins⏳


AWA Austin Major Finals 2025 Daily Log in Rewards: https://na.alienwarearena.com/

Log in and get your reward for Day 5, 10 ARP/500 DRP. It will be shown in the ARP Log.
ARP Log


Dead by Daylight Community Event on AWA : https://na.alienwarearena.com/steam/community-event/dead-by-daylight-free-trial-community-event

Milestone 2 Done, 30 ARP Unlocked(y) and will be shown in the ARP log.
ARP log


Game Vault Opens Today: https://www.alienwarearena.com/marketplace/game-vault

Game Vault Opens in 3 hours 57 mins ⏳, Make sure to Equip the Discount Artifacts folks for the Vault. Good Luck everyone!🤞
 

WhatNitrous

Well-known member
Messages
23,434
Points
113
...or you could use Wheel of Names
I could...but I found the wheel of names to not be very random and almost predictable...I ran tests before using that myself and it works much better for actually being random. Believe me i've been using the generic random like the _sysrand function calls most of my life and I can literally see it being seeded by the system clock :LOL:


iIs not worth doing most of the time because the random numbers are for basic BS in video games, but for things that should actually be fair its a much better option...probably the best you can do with built in python functionality

It also allows me to save my python script and load it so I'm not really doing more work than I would be there, just changing the names 🤷‍♂️

Plus it was fun to make since our project had no need for real cryptographic functionality--and I never trust anyones code as much as my own unless its open source and I can verify it

The Wheel of names is prettier...but mine is better :p
 
Last edited:

WhatNitrous

Well-known member
Messages
23,434
Points
113
The reason the wheel of names looks random is because it uses shuffle all the time (so it starts with the mixed list on a second run) and your forced to wait while it spins...since random is seeded by the clock, that prevents repetitive results...but usually if you try to get random numbers extremely fast using generic functions you'll end up with the same result, it actually happens in my minigame when I respawn the pixies at the same time, I plan to switch over to using the secrets library from random to prevent that.

You can also seed it yourself but using the same seed provides the same exact number every single time--proving its not random at all. So in order to seed it you would need to get random information to seed it with first...which is more of a pain than its worth and i'd likely use secrets to do that anyways :LOL:
 

Legolas

Well-known member
Messages
5,509
Points
113

BattleTrucks

Note: Play/idle task is bugged again, only played 10 mins, some people played less on reddit like 3 mins.😂
 
Last edited:
Top