[XP] RPG Maker XP Online System (RMX-OS)

Started by Blizzard, June 20, 2009, 11:52:23 am

Previous topic - Next topic

Blizzard

What MySQL management software are you using to connect? Because that's just standard SQL.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

isnortmana

Im using heidi(sql)

Blizzard

April 17, 2013, 08:15:09 am #1482 Last Edit: April 17, 2013, 08:25:50 am by Blizzard
Did you create the database with an SQL query?

EDIT: I mean, are you using this software to run a query on the MySQL server? If you have to create the database manually, make sure to name it "rmxosdb" or change the SQL script.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

isnortmana

XD got it game is up now ill leave you alone for awhile  thank you blizz

Blizzard

Alright, I'm glad you finally got it running. :)
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

isnortmana

April 18, 2013, 03:31:30 am #1485 Last Edit: April 18, 2013, 03:38:29 am by isnortmana
Having few issues with extensions I copy and paste into a .rb file in the extension folder but when I type the extension name into the config file the server says it (any extension) couldn't be initialized only problem ive ran into

ALSO: does rmxos support Blacksmith shop?

sorry I know I get annoying with the questions

Blizzard

If the Blacksmith shop is just an ingame script without any server interaction, yes. RMX-OS should work with all scripts. The only scripts that are problematic are when something needs to be synchronized over all clients and if it involves players interacting with each other or the server.

Which extension exactly are you having problems with?
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

isnortmana

sorry I forgot to came back and edit I don't know what my problem was but I got the extensions working(slowly learning) almost flipped out though had to wipe database to get blizz abs to work wasn't hard to setup second time ty for reply btw

Blizzard

Yeah, Blizz-ABS changes save data so you have to wipe the database after install or uninstall.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

isnortmana

*sigh* well I had this setup a few times but whenever I shut my computer off for the night the next day I cant get back on the server I have check to see if MySQL is running in services but when I try to start it up I get an error saying it has stopped unexpectedly any help would be greatly appreciated I really don't want to delete everything again

Blizzard

I'm not really sure, but you should be able to start the service again without problems. Try googling for that.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

isnortmana

April 21, 2013, 10:52:19 pm #1491 Last Edit: April 24, 2013, 04:43:33 pm by isnortmana
I don't know what it was (obvious) but the problem is fixed I haven't ran into any other problems and I've tested repeatedly ty for all the help getting the server up

EDIT: ok I ran into one problem I put my ip in HOST= in the config file and in the rmxos script/options but when I try to connect I get  "The requested address is not valid in its context.-bind<2> i even cleared my database then made a new one but didn't fix this not sure if i used the wrong ip but it was the ip shown at (whatismyip) this is the only issue i have ran into since i got my server back up any help would be greatly appreciated

Blizzard

If you are using a router to access the Internet, then you have to use your internal LAN IP (possibly 192.168.*.*, open Command Prompt and type "ipconfig" to find out). Make sure you configure your router for port forwarding properly. The IP from What's-My-IP goes into the configuration portion of the client.

BTW, I answered this question in the FAQ already.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

xAlien95

I would to add a simple bitmap to the main script, to see an image (with z equal to 999999) always on the game window (like a bar, or a border)... but I fail and I don't know why it happens.

I'm only adding this:

$border=Sprite.new
$border.bitmap=BitmapCache.load_bitmap("Graphics/Menu/_border_0.png")
$border.x = 0
$border.y = 0
$border.z = 499999

In Pokémon Essentials it works fine, but with the RMXOS Main script doesn't.
Any help?
Thanks in advance c:

Blizzard

I have been working on RMX-OS 2.0 for the past few weeks when I had a few hours of free time. Since RMX-OS 2.0 is different in many aspects from RMX-OS 1.x (while still being very similar, though), it's possible that there might be problems. I am still working on it and if I take into account how much free time I have, I will probably be able to finish it by the end of May. There are still a few specific features that I have to implement and test. Due to the heavy changes, it's possible that there might be problems initially so I would like to know who would be willing to betatest RMX-OS 2.0 before I actually release it.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

G_G

I'll have some free time come the end of May, maybe even a day or two here and there throughout. I have tomorrow night free for sure.

Blizzard

Actually scratch that, I might have it ready by this weekend. I have most of the stuff done already. I didn't expect that I would be done with everything so quickly. I need to finisha dn refactor the new action request system a bit, then set up all actions to work through the new system and finally test everything. After that the beta will be ready.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Xuroth

Well, I have a couple of questions regarding RMX-OS
First, I don't really remember so much RGSS, but I am trying to get involved in it again for a game project I am working on. So I could not beta test at the level you are probably looking for, but would I be able to use your beta in a live server, and report errors that arise? (I know that is the basis for beta testing, but I just wanted to acknowledge that my scripting capabilities are sub-par at the time being. You know, the whole use it or lose it... (haven't touched RMXP for quite awhile))

Secondly, and this applies to a bunch of other scripts of yours, I have a question regarding your licensing (Creative Commons). I plan on releasing the final product as free-to-play (to abide with non-commercial), but would I be free to charge players for my own content? (like having special armor "skins" for a transmogrification system. It does not tie into your script at all (except to display the custom artwork on the clients)) The product will not have any pay to unlock for main game content, expansions, etc but only commercial for aesthetics (as well as a way to unlock these aesthetic items via in-game currency)

Blizzard

Yes, that kind of beta testing is exactly what I need. I just have to be sure that all chat commands are processed properly. So it's not any kind of technical testing, it's functionality testing from a user perspective.

If your game is free to play, but you offer commercial content, it automatically makes your game a commercial game. You can send me a request to use my scripts in a commercial project to the mail from my profile. Just make sure to list all scripts in the email.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Xuroth

Well thank you for the heads up on the licensing issue. I'm glad I asked now, as opposed to when I was done!

And in regards to the beta testing, I would be delighted to test RMX-OS 2.0. From what you describe, I should not have any problems with the testing. I look forward to trying out your new system. Is there any other functionality included in RMX-OS, or is this release just about the chat commands?