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

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

Previous topic - Next topic

RoseSkye

Got it to work -.- changed it to 127.0.0.1.
I guess only I can connect to my server.

G_G

You have to open up the command prompt. type in ipconfig place the default gateway in the cfg.ini then go here http://whatismyip.com and use that ip in the client.

Then foward the port you used in cfg.ini

Blizzard

What G_G said.
I already said that I will put together a guide for that later and add it into the manual.
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.

RoseSkye



I copied/pasted a new B-abs into the SDB and also downloaded the BABS controller/ extension. My extension config looks like this:

EXTENSIONS = ['UserLogger', 'Blizz-ABS'
]

Blizzard

Try wiping your database.
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.

RoseSkye

Now there is a problem with chat. The ABS somehow disables chat. I can use chat, yet I can not send messages.

Blizzard

You still have to use F6 to activate/deactivate chat mode.
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.

RoseSkye

Quote from: Blizzard on March 06, 2011, 04:23:43 pm
You still have to use F6 to activate/deactivate chat mode.

I'm aware but it's not submitting the text. I can enter the text into the box but when I press enter it doesn't register.

Blizzard

Did you update the Blizz-ABS Controller to v1.34? I posted it 2 hours ago.
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.

RoseSkye


Blizzard

I'll check this tomorrow then. I hope you can wait until then.
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.

RoseSkye

Is Visual Equip for B-abs and RMXOS compatible?

Wizered67

Yes, it works very well.

RoseSkye

So you're able to make a character creation screen that can change gender and appearance?

Wizered67

With some editing, you could probably convert the visual equipment to also show character appearance.

RoseSkye

The script call for closing the chatbox isn't working. It's basically disabling messages from NPC and leaving the chatbox open.

Blizzard

Are you sure that you both disabled and hid the chatbox? Also, remember that RMXP causes problems with scripts calls that look like "abc = false" if you don't use the interpreter fix or put the "false" into the next line.
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.

RoseSkye

How do I hide the chat box? I only know how to disable it (due to the manual).

Blizzard

I guess I forgot to include that one in the manual. D:
It's $game_temp.chat_enabled. I will change it to $game_temp.chat_visible.
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.

RoseSkye

Quote from: Blizzard on March 07, 2011, 04:24:09 pm
I guess I forgot to include that one in the manual. D:
It's $game_temp.chat_enabled. I will change it to $game_temp.chat_visible.


$game_temp.chat_enabled = false causes a freeze and the other causes an error.