[Help] Need Help With R63 Gold Tree Emulator [Help]

Crumpets

Member
Dec 19, 2013
86
5
Hey guys,

I'm using R63 Gold Tree Emulator. I have some small noob issues, if anyone could help it would be greatly appreciated!

1.) How do I make it so users can only create 2 accounts per IP?
2.) I've changed the Welcome Message in "Server_Settings" table, but it won't change on the hotel.
3.) How do I make it so VIP Ranks get more credits, pixels, and diamonds per hour?
4.) Is there a way to make a limited quantity of rares in the "Rares" section?
5.) Are there stack tiles for this emulator?

Any help or suggestions as to what I can add to spice up the hotel would be awesome.

Thanks in advance!
 

Joe

Well-Known Member
Jun 10, 2012
4,088
1,915
1.) How do I make it so users can only create 2 accounts per IP?
If you're using RevCMS it's in the class.users.php search for
Code:
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)
and replace the "1" with the amount of accounts per IP address.
2.) I've changed the Welcome Message in "Server_Settings" table, but it won't change on the hotel.
Try restarting the emulator, can't remember how this was done in R63A, I'd recommend using PlusEMU.
3.) How do I make it so VIP Ranks get more credits, pixels, and diamonds per hour?
Forgot how this was done D:
4.) Is there a way to make a limited quantity of rares in the "Rares" section?
I believe there isn't in Phoenix/GTE.
5.) Are there stack tiles for this emulator?
I don't believe they were coded in.
 

Users who are viewing this thread

Top