Quite frankly, this is frustrating ... its not fun to play like this. What is the point of TOS when you won't resolve blatant violations?
JavaXCrow
@JavaXCrow
Posts made by JavaXCrow
-
RE: multi-accounting is a problem ... is it allowed?
-
RE: multi-accounting is a problem ... is it allowed?
Well another one is popping up again and I've not heard anything ... , any update on what's going on?
-
RE: multi-accounting is a problem ... is it allowed?
I appreciate you looking into it. In the mean time, I think you all should consider not allowing players with GCL 3 or lower to spawn anywhere except novice areas. This should help keep players from being motivated to multiaccount. They can't just start up a new account to reserve or block rooms around them.
-
RE: multi-accounting is a problem ... is it allowed?
This was the response I got from Screeps support on Wed 9/20, 11:36 AM
"our request (2624) has been received and is being reviewed by our support staff"
I dont know if this is the ticket number or not.
-
multi-accounting is a problem ... is it allowed?
I have a player near me that keeps multi accounting. I reported to the devs two weeks ago and they have not responded to me. The player claimed he started two new accounts for his kids. They had the same AI as his that builds in a very distinct pattern. They were new accounts building in a very bad place to start off - repawn. The placement only helped him block me out. He claims he told them not to do that and they move out. Now two weeks later another brand new account starts back up and is following the same AI pattern. Whats the point of having GCL restrictions if you just let someone obviously and blatantly multi-account?
-
my code is not updating
I try to make changes to code. It doesn't update. ??? When I hit the check mark to update the code ... it symbolizes as update but its not updating.
-
Ramparts protect structures?
If I build a Rampart on a Spawn, must the Rampart be destroyed before the Spawn takes damage?
If so, is this true with any structure a Rampart is built on?
-
RE: How do I iterate through energy droppings?
Nevermind, I figured it out what I was doing wrong. We should be able to delete these postings.
-
How do I iterate through energy droppings?
I have two miners going into a room I do not control and the have no CARRY, they just mine and drop energy.
I have two haulers that I want to go into those rooms and pick up those droppings from those two miners. However, I can only find by Closest range and therefore they only pickup from the same miner. When the droppings from the closest miner is all picked up ... they start to head to the other miner .. but one tick later the closest miner places more droppings and they head back to the original closest.
Now we can iterate through the Sources by find.(FIND_SOURCES), and then there is a source[0] and source[1], however...
... when I try to find.(FIND_DROPPED_ENERGY) ... i get an error and it will let me iterate through the dropped energy like energy[0] and energy[1].
Any help would be appreciated, thank you.