sinnoaria

Results 6 comments of sinnoaria

The slave windows can be rather bothersome as it opens in the foreground instead of the background, so if you are doing other stuff such as watching a video, it...

Thing is that it switched to a lane without any buffs. As for how that priority would benefit, I guess it doesn't if there are a lot of people using...

You get more from using rain of gold on a boss than just killing small mobs though. The idea being to rush through small levels and focus on boss levels....

Actually, all that the script needs to do if it has bought auto damage is to go to an empty lane right? Pop into the boss room to throw a...

``` var gBossLoot = 19; var lootRate = Math.round(g_Minigame.m_CurrentScene.m_rgPlayerTechTree.boss_loot_drop_percentage * 100, 5); var levelTime = (g_Minigame.m_CurrentScene.m_rgGameData.timestamp - g_Minigame.m_CurrentScene.m_rgGameData.timestamp_game_start) / g_Minigame.m_CurrentScene.m_rgGameData.level; var lootCost = scene.GetUpgradeCost(gBossLoot); var lootEfficient = false; if (...

Actually, it could be pretty efficient depending on the situation. Essentially, here is how an ideal scenario would work. Each person has at least 2000 or so points on average...