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

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

Previous topic - Next topic

boisei0

Have you copied the manual from Blizz-ABS and edited it...

QuoteFinal Notes:
If you feel that this manual how to use Blizz-ABS is missing something or if you want to help to improve this manual, please contact me.


:roll:
~Boisei0
___________________________
Remaking my old projects Angrefvilld and Cradle of Life
Forking Advanced RPG Creator
Github | Bitbucket

Blizzard

Yes. ._.;;; I'll fix it in the next version. BTW, v0.9 is finally up. :D
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.

Hellfire Dragon

August 05, 2009, 10:46:14 am #142 Last Edit: August 05, 2009, 11:31:48 am by Hellfire Dragon
Yay :D
*goes of to use it*

Blizzard

How's it working? And how do you like the new features? ^_^
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 cant wait to test this out!!!!....stupid laptop load >:U

my laptops loading right now, and I'm on my granny's computer so yea I'll be trying it soon :) *lv's up* I read the new help manual and the new features sound awesome.

Hellfire Dragon

Quote from: Blizzard on August 05, 2009, 11:41:55 am
How's it working? And how do you like the new features? ^_^

Working great. New features are awesome :D One thing though, what's the number for the admin group? Or is the first register automatically the admin? The number for the usergroup is 10 right now for my user.

Blizzard

August 05, 2009, 02:26:16 pm #146 Last Edit: August 05, 2009, 02:34:29 pm by Blizzard
Admin = 10
2nd Admin = 9
Mod = 8
Normal Player = 0

The first person to register is automatically made admin. Every other admin that is created by using the /admin command is secondary admin. That is some sort of root admin feature to prevent admin hacking. For now there are only security measures on the client. I didn't implement them on the server yet because I wanted to release v0.9 already. That means that if a client would send one of the special messages to the server (i.e. inviting a new guild member), he could do it without being actually guild leader. Of course that would require using a special script. :P And of course I'm going to implement proper server-side authentication as well.
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

Whoever makes a RM MMO on CP I'd be the first to become a member of it... well not first but its almost a promise that I would.

bradhawk

awesome new features, but, when i try to register, it show like this

when i using RMX-OS 0.87 i dont found that problem :naughty:

Thanks

Hellfire Dragon

Did you remember to update the server & database?

Blizzard

RMX-OS 0.9 is the newest version. Update your database, use the new script and use the new server. :P
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.

bradhawk

i already updated the database . . . i replace the old database with new configuration database  :^_^':

Hellfire Dragon

And the server? Also, did you remember to reconfigure the cfg.ini if you replaced it with the new server?

bradhawk

i already replace the database, config the new server, run the server, no prob. , run game, but when i want to register, it show like that . . .  :^_^':
and i try to reinstall the mySQL, but it show error when i config the SQL . . . damn ~

edwardthefma

Quote from: bradhawk on August 06, 2009, 09:05:28 am
awesome new features, but, when i try to register, it show like this

when i using RMX-OS 0.87 i dont found that problem :naughty:

Thanks

this error has bean confermed he is not the only 1 getting it i am getting it too
i am the lead dev for the shellium mmorpg project
http://wiki.shellium.org/w/Mmorpg
shellium.org :) free linux shells pm me and i will gladly
help you get 1

Aqua


    def try_register(user, pass)
      self.send("REG#{username}\t#{encrypt_password(password)}")
    end


That's line 965-967
Just make user/pass the same as username/password

Doesn't matter which one really...


    def try_register(username, password)
      self.send("REG#{username}\t#{encrypt_password(password)}")
    end

edwardthefma

lol i was just looking at that i posted just incase it didnt work  :haha:
i am the lead dev for the shellium mmorpg project
http://wiki.shellium.org/w/Mmorpg
shellium.org :) free linux shells pm me and i will gladly
help you get 1

bradhawk

Quote from: Aqua on August 07, 2009, 04:36:06 pm

    def try_register(user, pass)
      self.send("REG#{username}\t#{encrypt_password(password)}")
    end


That's line 965-967
Just make user/pass the same as username/password

Doesn't matter which one really...


    def try_register(username, password)
      self.send("REG#{username}\t#{encrypt_password(password)}")
    end


now its work, thanks Aqua  :)

Blizzard

August 08, 2009, 11:43:56 am #158 Last Edit: August 08, 2009, 11:48:30 am by Blizzard
Yeah, that was the problem. When I saw 0.87, I thought that it was a problem related to that version. 0.8x and 0.9x are very different. I'll put up a fixed version of 0.9 right away.
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.

edwardthefma

dont for get about the script call $network.save for auto save XD

i need the new call to change the game name to the network name
i am the lead dev for the shellium mmorpg project
http://wiki.shellium.org/w/Mmorpg
shellium.org :) free linux shells pm me and i will gladly
help you get 1