Thread: RC: Chests
View Single Post
  #2  
Old 05-27-2007, 07:26 AM
Deadly_Killer Deadly_Killer is offline
Registered User
Join Date: Feb 2002
Posts: 227
Deadly_Killer is on a distinguished road
Quote:
Originally Posted by Tyhm View Post
...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 View Post
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
__________________
- Zidane / Zidaya
Reply With Quote