RubyM2 Updated exes 25/7/2010

Join Discord

Primal

LOMCN VIP
VIP
Jun 28, 2004
1,756
102
259
Yeh i noticed this when I played, every spell I cast seemed to freeze me for a moment, just didn't appear to be smooth at all.


Who cares if he's good at making servers or not? He's still a twat, and if he's as good as Ben, how come all I've heard about pauls servers has been all bad, where as bens servers have had good and bad things said about them.


Still can't see the harm in releasing it, sure someone who has half a clue what they're doing would be able to adjust it in no time.


/Nymph


would be a matter of changing ips/ports + sql db name/pass in the php script
easily done rly.
but like i keep saying, try kaoris mir3 account maker just change the db name etc.
 

Shady

Golden Oldie
Golden Oldie
Aug 5, 2004
1,376
45
155
how bug free are these files ,would they be a good starting point for a noob?
 

mStation

Golden Oldie
Golden Oldie
Oct 29, 2003
2,042
69
255
♫♪♫ ♦♥♠♣ ♀♂♀
when i get some time i will share the php code to add the new account to sql.. i am having problems with mine for the moment but if i fix i will make it general and give out..

for someone who wants to try, the code is very similar to the one you use to connect for mysql.. then you just have to create some records to place into the existing tables..
 
  • Like
Reactions: ~HeavenSent~

Skyline

LOMCN Admin
Staff member
Administrator
Mar 26, 2003
7,151
566
380
Sheffield
That'd be good mate.

Not sure if these files will take off, or if they will just be added to the useless list of files released, but would still be nice to give them a try in a more "live" environment
 

-Luke-

LOMCN Veteran
Veteran
May 9, 2010
1,508
55
135
Code:
[06:31:08] !setup.txt Loaded...
[06:31:08] Exps.txt Loaded...
[06:31:08] Loading Client Information...
[06:31:08] Client Information Loaded...
[06:31:08] Loading StdItem.DB...
[06:31:09] [Exception] When Loading M2Server
[06:31:23] [Exception] Gate not ready 127.0.0.1
[06:31:53] [Exception] Gate not ready 127.0.0.1
[06:32:23] [Exception] Gate not ready 127.0.0.1
[06:32:53] [Exception] Gate not ready 127.0.0.1
[06:33:23] [Exception] Gate not ready 127.0.0.1
[06:33:54] [Exception] Gate not ready 127.0.0.1
[06:34:24] [Exception] Gate not ready 127.0.0.1
[06:34:54] [Exception] Gate not ready 127.0.0.1
[06:35:24] [Exception] Gate not ready 127.0.0.1
[06:35:54] [Exception] Gate not ready 127.0.0.1

Why isnt gate ready ? =S
 

Hazuki

VIP
VIP
Apr 14, 2004
3,459
38
285
United Kingdom
Code:
[06:31:08] !setup.txt Loaded...
[06:31:08] Exps.txt Loaded...
[06:31:08] Loading Client Information...
[06:31:08] Client Information Loaded...
[06:31:08] Loading StdItem.DB...
[06:31:09] [Exception] When Loading M2Server
[06:31:23] [Exception] Gate not ready 127.0.0.1
[06:31:53] [Exception] Gate not ready 127.0.0.1
[06:32:23] [Exception] Gate not ready 127.0.0.1
[06:32:53] [Exception] Gate not ready 127.0.0.1
[06:33:23] [Exception] Gate not ready 127.0.0.1
[06:33:54] [Exception] Gate not ready 127.0.0.1
[06:34:24] [Exception] Gate not ready 127.0.0.1
[06:34:54] [Exception] Gate not ready 127.0.0.1
[06:35:24] [Exception] Gate not ready 127.0.0.1
[06:35:54] [Exception] Gate not ready 127.0.0.1

Why isnt gate ready ? =S

Becasue you havent set it up right.
 

JealY

LOMCN VIP
VIP
Nov 28, 2004
5,354
52
305
England
Do these run off MySQL?

If so it should be easy to create a char creation page & I might have a go.


EDIT - I see they are MySQL indeed. I'll try make one & release if people don't mind me doing so.
 
Last edited:

JealY

LOMCN VIP
VIP
Nov 28, 2004
5,354
52
305
England
Hmmm okay, well I think it's basically the same when using PHP - I need the database structure for LOM2Account though.
 

kyndigs

LOMCN Developer
Developer
Feb 19, 2009
1,126
117
190
Reading, UK
Its MSSQL, However its really simple to make an account page, your only gonna use one connection then insert into a table.
 

JealY

LOMCN VIP
VIP
Nov 28, 2004
5,354
52
305
England
Indeed...

I'd help & create a tutorial of sorts but I dunno the structure of the Account database.