Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - TjtheFox

1
General Discussion / Re: Card Folder - XP
October 04, 2012, 05:28:33 am
I wouldnt even know to where to begin doing that, im fairly new at this like im not an amateur but im not a pro either
2
General Discussion / Re: Card Folder - XP
October 03, 2012, 10:23:02 pm
I added in that Bestiary script, it works only problem is I dont know how to have it show cards I receive,
it only shows monsters than you battle monsters. p.s. im using the more advanced bestiary with numbered slots,
3
Troubleshooting / Help / Re: RMX-OS Problem
October 03, 2012, 08:47:29 am
Hi me again, I got it all set up and running but when I give my game to my brother on the same network to play after ive compressed it into an exe file, they open it and yet it wont connect. it just says offline,
why doesnt theirs connect to my server?
4
General Discussion / Card Folder - XP
October 03, 2012, 01:52:27 am
Hello
Ive looked all over the sight for a script which is a bestiary.
But i want my game to be able to collect cards and open the folder and view the cards.
I dont wish to have a card battle system, just a book you open and you can view all the cards you have collected.
is that possible at all?

thank you
5
Troubleshooting / Help / Re: RMX-OS Problem
September 20, 2012, 03:05:20 am
its 54269 and i made sure it was open in my router and on my firewall
but even mysql server 5.1 wont connect, it worked fine yesterday
6
Troubleshooting / Help / Re: RMX-OS Problem
September 19, 2012, 08:27:34 pm
I turned my computer off and then on again and it came up not allowed to connect to local host
7
Troubleshooting / Help / Re: RMX-OS Problem
September 19, 2012, 06:35:18 am
Ok ive done that now.
what do I do next?

it let me create an account, but when i log in it comes up with an error script is left hanging.

never mind i copied my game and pasted it over the top of the original game and now it works

is it possible to turn off auto save? just incase i update my game and people are standing where a new barrier is,
p.s. caterpillar script wont work with it
8
Troubleshooting / Help / Re: RMX-OS Problem
September 19, 2012, 06:16:32 am
9
Troubleshooting / Help / Re: RMX-OS Problem
September 19, 2012, 05:29:24 am
Yeah I've read that but it doesnt make sense to me.
so i open Navicat to make a new database. and then what?
is there a video tutorial to show how to do that step?
10
Troubleshooting / Help / Re: RMX-OS Problem
September 18, 2012, 08:56:43 am
So I open that file and then I do what?

thats as far as the tutorial goes, it says open it and thats it
11
Troubleshooting / Help / Re: RMX-OS Problem
September 18, 2012, 08:37:49 am
yes, Ill try starting from the start re-scripting it and see if that'll work

So I dont have a table Mysql.users
How do I make one? and is there a link to a tutorial simple enough to follow?
12
Troubleshooting / Help / Re: RMX-OS Problem
September 18, 2012, 08:23:36 am
Sorry about that im new to this.
Ive set it up exactly as was shown again, im now using the old 5.1.41 MySQL
and when I set my game up it still says Mysql.users doesnt exist.
Spoiler: ShowHide
ive set up my game so it runs
Server Address: 127.0.0.1
Username: Root
Password:Root
Database Mysql (dont think thats right)

this is my script in the game
SERVERS.push(['Localhost', '127.0.0.1', 54269])

CFG
NAME = 'RMX-OS Server' (do I have to change this to the name of my game?)
HOST = '127.0.0.1'
PORT = 54269
RMXOS_VERSION = 1.18

LOG_MESSAGES = false
LOG_ERRORS = true
LOG_ACTIONS = true

DEBUG_MODE = false

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 30
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
PREVENT_ZOMBIE_CLIENTS = false
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = true
DATABASE_CONNECTION_TIMEOUT = 60

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'root'
SQL_PASSWORD = 'root'
SQL_DATABASE = 'MySQL'

INBOX_SIZE = 10

EXTENSIONS = [
]
13
Troubleshooting / Help / Re: RMX-OS Problem
September 17, 2012, 04:21:47 am
sorry I just realized that in installing the MySQL server instance Config wizard
thats the thing stopping me saying that error NR. 1045

EDIT: So ive gone back to the start and tried installing MySQL 5.1.41
and I get to the final step and it says error Firewall is blocking 3306 and i tried changing it to all the other 330's but nothing will work.
ive tried turning my avg and windows firewall off and those still wont allow it to finish installing.

im just so lost right now
14
Troubleshooting / Help / Re: RMX-OS Problem
September 17, 2012, 02:48:08 am
Spoiler: ShowHide

thats my router what do I type in and where?
15
Troubleshooting / Help / Re: RMX-OS Problem
September 17, 2012, 12:25:39 am
ill try installing the old one like the same one from your tutorial and let you know how that goes

EDIT:
how do I open TCP port 3306 in my firewall?

Please no double posting within 24 hours. ~ gameus
16
Troubleshooting / Help / Re: RMX-OS Problem
September 16, 2012, 10:58:18 am
Nothing it all works fine except when I try to register a file playing the game, it comes up you have been disconnected.
RMX-OS GUI says its all working fine

I followed your Tutorial about setting up MySQL 5
but what do I do when that is finished? is there anything more i have to do besides add the information into RMX-OS GUI?
17
Troubleshooting / Help / RMX-OS Problem
September 16, 2012, 05:33:39 am
I finally set up MySQL 5.5
and Its all running, my game says its online, I register
then when I log in it says Disconnected.
anyone know how to help me?
have I missed a step?