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

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

Previous topic - Next topic

Ryex

Quote from: Blizzard on January 03, 2011, 04:59:09 am
@mroedesigns: Yes, don't take Ryex personally. He's still in the phase where he can't yet deal with the frustration that people ask the same stupid question over and over. ._. Heck, even I get still get pissed off by that sometimes. Just recently somebody asked me about Blizz-ABS and since I have been retired for over 8 months now, I told them to go the forum. But the guy kept asking a few more times. At one point I pretty much answered very harshly. ._. Usually when I'm about to post shit, I usually just don't post anything and ignore the post.

As for the accounts, if I remember right, the GUI and the current RMX-OS version aren't compatible. In any case, try registering an account through the game to see if it works.


no actually they work, I upgraded the GUI in the last year to work with the latest RMX-OS and to have database capabilities, it can register users and change the ban state, password, and user group of existing users
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

mroedesigns

Quote from: Blizzard on January 03, 2011, 04:59:09 am
As for the accounts, if I remember right, the GUI and the current RMX-OS version aren't compatible. In any case, try registering an account through the game to see if it works.


That's what I was doing :/ The game says the server is online, but if I click register (or any of the buttons for that matter) it does nothing. I've tried both with my game and with the unedited client that comes with the package. I also tried manually putting user data in the MySQL tables but it gave me an incorrect username/password if I tried to use those.

I dunno what it could be

Ryex

manually putting data into the sql tables would't work as the passwords are hashed. you can use the GUI to register users but the game should work too.
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Blizzard

Are you sure, you are doing it right? You are supposed to select Register to open the registration menu, then type in your username and password and finally select Submit. Then you should get a message on top that the server is being contacted about your registration. After a moment, it should transfer you into the game.
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.

mroedesigns

Figured it out.

:roll:
I need to go to bed, it's apparently too late for my brain to function :V

Noob

January 04, 2011, 08:36:46 pm #965 Last Edit: January 04, 2011, 08:40:43 pm by Noob
Please help. After an earlier post, Blizzard told me I might have made a mistake configuring something. Turns out I did. I went into configuration and saw I had forgotten to specify my extensions! I specified the Blizz-ABS extension for RMX-OS. I then had both things that were said to be required for Blizz ABS with RMX-OS: the script that I put in the game, and the plugin extension. I ran my game again, and triggered the event that runs the script to turn on Blizz-ABS. I got the exact same error as before. It says: undefined method: blizzabs= 'for#game system<(random numbers and letters), then it shows interpreter errors, Scene_Map errors, and RMX-OS errors in script and main. PLEASE HELP!!!!!

ForeverZer0

There are a lot of people who are willing to help you who are pretty good. None as far as I know are mind-readers, though. You gotta be a lttle more specific on what errors you are getting. The random numbers and letters are simply that. They are just the "address" of the instance that is throwing the error. They hold no relevance to how to solve your problem.
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

Noob

ok, heres what it said when I ran the script that was supposed to activate Blizz-ABS. I tried to run it just before an event transfered the character to a PvP map. This is the error message(I'm not including apostrephes to save time, because it wouldn't let me copy the error message nor would it let me upload the screenshot I took of it):
no method error occured while running script
undefined method blizzabs= 'for#game system<ox3e56758
interpreter 7: 272: in command 355
interpreter 2: 215: in eval
interpreter 7: 272: in command 355
interpreter 2: 215: in execute command
interpreter 1: 199: in update
interpreter 1: 113: in loop
interpreter 1: 204: in update
Scene_Map 55: update rmxos_later
Scene_Map 49: loop
Scene_Map 70: update rmxos_later
RMX-OS Script:3548 in update
Scene_Map 25: main rmxos_later
Scene_Map 19: loop
Scene_Map 30: main rmxos_later
RMX-OS Script:3521: in main
RMX-OS Main:46
Note: I had one party member and caterpillar was off. All my scripts are default except the bottom few. The non default scripts are arragned this way, in order from top to bottom:

RMX-OS Options
RMX-OS Script
RMX-OS Main
Blizz-ABS 1
Blizz-ABS 2
Blizz-ABS 3
Blizz-ABS for RMX-OS
RMX-OS Versioning

Also, I made server extensions for my blizz-abs and versioning, and I specified them both in configuration. WHAT AM I DOING WRONG??  :wacko:

Wizered67

Lol. RMX-OS main replaces the old "main" script and goes at the bottem.

ForeverZer0

For one reason or another (I'm not familiar with all the methods in BABS and RMX-OS), in event is using a script call with something like this:
$game_system.blizzabs = WHATEVER


Either the method is misspelled, not even a method, or you don't have an attr_accessor in Game_System for "blizzabs". Either way, the method/variable "blizzabs" is not defined in Game_System, or at the very least not accessible by an outside class.
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

Noob

LOL!!! Just goes to show I truly am a noob, as my username says. But now I have another error. But after following your suggestion for fixing it, I get another error message when I connect to my server, which IS onlie. The message says:
error, your client version is out of date. Client version:1.15; Server Version:1.15 (Doesn't look out of date to me :P. Then it follows up with another error message, which says "The server did not respond." Please help?

Wizered67

If I recall, this is caused by the versioning script for RMX-OS, but I can't remember why. Check your configuration and make sure it is correct.

Noob

January 04, 2011, 09:17:06 pm #972 Last Edit: January 04, 2011, 09:30:54 pm by Starrodkirby86
My configuration is fine, as far as I can tell. I did CTRL + F in RMX-OS script and found the text that was displayed in the error message....any other ideas?

EDIT: It did involve the versioning script, and as an experiment i temporarily removed it. Now I get this error after I hit login:
*babsrmxos=the name I gave my Blizz-ABS rmxos script.
undefined method '>' for nil: NilClass
Blizz-ABS Part 3:6574:in 'main_blizzabsrmxos_later'
babsrmxos*:1051:in 'main'
RMX-OS Main:46

Please don't doublepost unless your last post was done 24 hours ago. Thanks~! ~Love, Starrodkirby86

Wizered67

I'm not really sure to be honest. Maybe a more experienced scripter can help you, although it sounds like you just messed something up.

Noob

Okay, well thanks for your help anyway. you got me through some of those errors. someone experienced? Please help? Blizzard? someone?  :???: :wacko: :???: :wacko:

ForeverZer0

In an aliased method of main, a nil element (something not defined) is attempting to use a comparison method, most likely to a number.

Have you tried the manual? Following the directions EXACTLY? Those are things that need to be done.
Blizzard is retired, in case the bright red bold text in his sig that has been there for many months did not give you a clue.
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

Wizered67

Have you added all of the extensions? That could(although I doubt it) be the problem.

Noob

yes(i suppose i could hav screwed up the babs+rmxos one...all u hav 2 do is make the .rb xtension, specify it in config, and add the script above main, rite?), and im sure i followed the rmx-os instructions correctly. i think i followed the blizz-abs 1s right also. i think my only other option now is 2 delete my blizz abs scripts and put the default things in. bilzz told me if i had everything at default and my config was right,it would work. so im assuming tht since my config is correct, and the only things i changed in rmxos was the server display name and the ip adress, the problem must be in blizzabs. if default babs with 99.999999999% default rmxos fails....:,(
one other thing (im assuming this problem is still there, althoguh currently i cant get past the load screen due 2 errors i described in earlier posts), when i turn on chatbox my character freezes and cant walk. when i turn it off again he remains like that and i hav 2 hit F12.

Noob

Nvm my earlier posts. I've got a new problem. Whenever I use a common event, all other players on the map crash, and vice versa.

mroedesigns

For some reason my chat box isn't working :/ I can show/hide it with the F5 key like usual, but I can't type anything in it or use any chat commands. I looked through the manual but I couldn't find anything on how to fix it.