Quote:
Originally Posted by Tyhm
...dude, what do you think those chests use now?
What is ##c#level13.graal#13#32## (or whatever the syntax really is) if not a CHEST FLAG?
|
A) It doesn't store them together so I can easily find my chests.
Quote:
Originally Posted by Inverness
lol, 5000 chests. And you can't even use an array because of the string size limit, lol. Use a text file.
|
I know, thought of all those possibilities.
I ended up using a text file that encrypted it through base64encode. It only controls whether or not the chest shows up. If you delete the file, the chest would show again (once you leave + re-enter level). Touching the chest would then make the serverside check the real text file if you have it. If you do, it sends to rc saying 'hacker bs bs bs'
=D