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 - Kett Shee

561
RMXP Script Database / Re: [XP] RMX-OS
March 10, 2010, 09:50:17 pm
um...it seems the new command you added in 1.09 clashes with the database(or server, not exactly sure which). :P
562
RMXP Script Database / Re: [XP] RO Job/Skill System
March 10, 2010, 09:24:25 pm
Very cool script. :) Is there a way that you could change the actor sprite? E.g. like in FF Tactics.
563
Script Troubleshooting / Re: RMX-OS.rb run error
March 09, 2010, 06:03:35 pm
Quote from: Champion Blizzard on March 09, 2010, 02:54:55 am
EXTENSIONS = [
''
]




Notice something? I'll give you a hint: "Couldn't find extension with empty filename."


Thanks. issue fixed(it seems that the RMX-OS GUI program adds the '' even if there isn't anything there.)
564
Script Troubleshooting / Re: RMX-OS.rb run error
March 09, 2010, 01:12:10 am
Quote from: Professor Ryexander Elm on March 09, 2010, 12:46:00 am
go to the start panel if your using vista or 7 just type cmd in the search field and hit enter if its xp clich run type cmd and hit enter from there type in the full path to the rmx-os.rb file (you can past it in by right clicking on the header and selecting paste). hit enter and the rmx-os file should run. and it encounters an error the cmd won't exit and you will be able to read the error. good luck.


i managed to isolate the error.(sorry if i'm doubleposting, i'm just desperate.)
565
Hi, I configured ruby, MySQL, the server and all that good stuff, then I try to run RMX-OS.rb and as soon as it opens up, it quickly closes. I have no idea what's going on. Could someone help?

My configuration:
Spoiler: ShowHide
NAME = 'RMX-OS Server'
HOST = '192.168.1.100'
PORT = 54269
RMXOS_VERSION = 1.09

LOG_MESSAGES = false
LOG_ERRORS = true
LOG_ACTIONS = true

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 30
AUTO_RESTART = true
RESTART_TIME = 5
OPTIMIZE_DATABASE_ON_STARTUP = true
DATABASE_CONNECTION_TIMEOUT = 60

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = '*****'
SQL_PASSWORD = '*****'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 10

EXTENSIONS = [
''
]

EDIT: i managed to isolate the error and this is what the server file says.

566
RMXP Script Database / Re: [XP] Bestiary
January 30, 2010, 01:47:32 pm
wow...this is a really good bestiary script. Really a must have(if i do say so myself).