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

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

Previous topic - Next topic

Blizzard

@PhoenixFire: I think I actually might have added that in the FAQ in the manual. The problem is that people don't read this kind of information so it's pointless.
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.

goth1sniper

Hello
Thank you for this grate script.
I would like to ask.
How do I make it save the user data to the sql data base like the level and more
somthing like this

user_id 1 , username bob, password 234ftyu, usergroup 0, banned 0, user_lvl 6 , user_title Noob

Save the players level an more and have the Client pull the Level and data from the data base.


Sylphe

Hey it's me again, speaking of database.... I have a lot of players for my tests and I want to erase them all !! Would a small "DELETE FROM PLAYER" SQL Request be correct and don't affect other datas ?
blindly follow his heart can lead to the loss

Sylphe, descendant of Zoldik Family.
Quote from: TedBearTRY KEEP UP

Blizzard

"DELETE FROM users", yes. It will delete all user data and sever buddy lists connections properly. I took that into account when I designed the 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.

Sylphe

ok good thx :)
And did you try to make specific chars like "^ è à é" etc appear in the chat in game ? Or is it possible to do this without too much code ?  :ninja:
blindly follow his heart can lead to the loss

Sylphe, descendant of Zoldik Family.
Quote from: TedBearTRY KEEP UP

Blizzard

The chat system should support this 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.

Sylphe

oh ok ^^ when I type those char in chat, I see small squares instead
blindly follow his heart can lead to the loss

Sylphe, descendant of Zoldik Family.
Quote from: TedBearTRY KEEP UP

G_G

You need a different font that supports those characters then.

whitespirits

Hi guys, so at random today I have ran into an annoying bug and i have removed all scripts down to basic abs and rmx-os and it still happens :( So i added an event with transfer player at the end of each map to move to the next with player touch. now when i walk though a map i walk 1 step and teleport back even though the teleport is not infront of player? but i can go forward through maps fine just not backwards? any ideas

Zexion

Not a bug with rmx-os, but a feature in blizz-abs. (At least I think.)
Event Execution Lock in the config. Is the time in which an event takes before it can be re-executed. If you have a low number it could cause the event to execute too soon default is 40 but I've played your game and you have a high pixel movement rate so I would recommend 50-70.

Hope this fixes it

Sylphe

Yosh ! When I type things in the chat, sometimes some letters are missing (I think because of the lag). Is it because the protocol doesn't keep all the packets ? Or just a physical problem, due to the computer/network performances ?
blindly follow his heart can lead to the loss

Sylphe, descendant of Zoldik Family.
Quote from: TedBearTRY KEEP UP

Blizzard

No, the protocol should keep all packets. It uses TCP after all.
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.

Sylphe

it might be the lag lol
Well I encountered this error in the server window when I was teleported at the map that you see behind :

Spoiler: ShowHide


Do you know what could have produce it ? I just have 1 parallel process and not so much events in the map.
Then when I deconnect and reconnect, the datas have not been saved because I appear on the map where I was before this one.
I use dailyMessage GlobalSwitches OnlineAwareness and BlizzABS and Custom Menu
blindly follow his heart can lead to the loss

Sylphe, descendant of Zoldik Family.
Quote from: TedBearTRY KEEP UP

Blizzard

Make sure to apply the SDL database update. Just check the Datebase folder for the SQL script you need.
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.

Sylphe

Ok thank you that's weird I'm sure I did it once I downloaded the thing o.o
Also do you know any graphics scripts for RMX-OS commands (like invite people to a list buddy then a window pop to advertise the invited and the buddy list is just a selectable thing in the menu) ? It's something everyone would appreciate ^^.  Or else is it something to do ? (because I don't find any in CP)
blindly follow his heart can lead to the loss

Sylphe, descendant of Zoldik Family.
Quote from: TedBearTRY KEEP UP

Blizzard

I've only seems custom ones that people made for themselves, but no publicly release plugin.
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.

whitespirits

That would be a useful plugin, I'm
Ever searching for some 1 that can develop a few plugins just to add some interface to the features, ie party HUD, guild lists and features, and buddy lists etc would be great like u mentioned

Blizzard

You could ask Aegisrox. He had such a plugin in Pokemon Remexos.
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.

GohanRocks922

It says the the server is Offline what do I do?

R5GAMER

I create a launcher, he writes under. Txt format which server the account name and password insert. my RMXP read the server name and the selected account name and password and connects automatically without passing the menu. Is possible?

Ex :

Spoiler: ShowHide


Thanks..
..........________
....'/,-Y"............."~-.
..l.Y.......................^.
./\............................_\
i.................... ___/"...."\
|.................../"...."\ .....o!
l..................].......o !__../
.\..._..._.........\..___./......"~\
..X...\/...\.....................___./
.(. \.___......_.....--~~".....~`-.           
....`.Z,--........./.....................\
.......\__....(......../.........._____)
...........\.........l......../---~~" /
............Y.......\................../
............|........"x_____.^
............|.....................\
............j.....................Y