TroliusMaximus wrote: ↑Wed May 01, 2019 5:01 am
Is it possible to manipulate loot drops?
I'm at the stage where almost nothing of worth drops any longer (from the chests or the Shrine), due to the diminishing returns algorithm. The only loot nodes I have not accessed, are the combatant shrine spear / skull ones...
Failing that, a way in which to bypass the "75 Fatalities / Brutalities" crap would be the next best thing...
--UPDATE--
I'm having trouble finding the Kronika ball value (5000) since the latest update... Anyone else finding this?
There is no algorithm for the chests, what's in then is set by the devs it's only there location that is random.
randomguy127 wrote: ↑Wed May 01, 2019 8:49 am
Not sure if anyone's ran into the problem but I've been experiencing this since 1.04 (it's why I kept using 1.03 but now with the steam patch that's no longer an option). When I use the Krypt unlocker, it says the cost is 0 but there's now a "Locked" icon on top and I can't open the chest. This wasn't an issue in the older version (1.03) that sets the costs to 1. Not sure if it's something with the boolean flag but I don't know how to actually look at the script in the new CE to try to edit it myself
I tried searching this forum but no one's reported any issues. Anyone here that can help maybe? Thanks
There was a server update, so if you don't have the key/amulet you just get kicked from the server. And you may need to have enough koins to open the chest, not sure because it's hard to test since I can't just delete the save and start over.
Holly wrote: ↑Wed May 01, 2019 9:23 am
I'm trying to use the teleport function but it refuses to teleport to some places like the dead woods
Is this because i have not unlocked that area yet?
It's working on my end, and I can teleport to areas I haven't unlocked yet. Look in the pointers section and see if the coordinates are updated. And make sure you go right back to the game after enabling the teleport save, the teleporter has to freeze the coordinates for 3 seconds for it to work.
You can open the Lua engine window (Menu->Table->Open Lua Engine) and increase the length and see if that helps It set to 20. Just put this in the input section and hit execute.
Code: Select all
I2CETeleporter.WriteToCoordsTimerTicksMax = 40
So this will double that.