BOI files (released)

06/29/2012 21:35 Vendigo011#106
how to create account and how to edit character data. :|
06/29/2012 21:51 joseus34#107
Quote:
Originally Posted by AlexProo View Post
who create account?
FULL DB MYSQL
[Only registered and activated users can see links. Click Here To Register...]
what changes with boi.sql and this new one?
06/29/2012 21:54 romcio4#108
Quote:
Originally Posted by joseus34 View Post
what changes with boi.sql and this new one?
this one is FULL db as it says :rtfm:
06/29/2012 21:59 joseus34#109
Quote:
Originally Posted by romcio4 View Post
this one is FULL db as it says :rtfm:
That isnt the full one, coz there are not the user tables
there are only the base to create characters and modify them like:
`RoleID` int(10) unsigned NOT NULL,

`AccountID` int(10) unsigned NOT NULL,

`SlotID` tinyint(4) NOT NULL,

`Name` char(15) NOT NULL,

`Profession` tinyint(4) NOT NULL,

`Sex` tinyint(4) NOT NULL,

`HairModel` int(11) NOT NULL,

`HairColor` int(11) NOT NULL,
But where are the user accounts tables :S
06/29/2012 22:04 Dark~Dane#110
Quote:
Originally Posted by joseus34 View Post
That isnt the full one, coz there are not the user tables
there are only the base to create characters and modify them like:
`RoleID` int(10) unsigned NOT NULL,

`AccountID` int(10) unsigned NOT NULL,

`SlotID` tinyint(4) NOT NULL,

`Name` char(15) NOT NULL,

`Profession` tinyint(4) NOT NULL,

`Sex` tinyint(4) NOT NULL,

`HairModel` int(11) NOT NULL,

`HairColor` int(11) NOT NULL,
But where are the user accounts tables :S
basetab_sg is for char/ user
06/29/2012 22:18 joseus34#111
Quote:
Originally Posted by Dark~Dane View Post
basetab_sg is for char/ user
no way to modify it to add users, and no way to connect authgent to db client
06/29/2012 23:20 Vendigo011#112
tommorow i will try finishing with this shit. but of course i will fck up. :|
06/29/2012 23:33 joseus34#113
Quote:
Originally Posted by Vendigo011 View Post
tommorow i will try finishing with this shit. but of course i will fck up. :|
Account to test : test
Password : 123
after that no realms loaded

Open Logsrv with wordpad, read the code and go to the last line , logsrv load realms, anyone know which kind of code are that? and how to run it ?
06/29/2012 23:39 Dataim#114
For me neither...
and the code is linux i think...
06/30/2012 00:05 joseus34#115
Quote:
Originally Posted by Dataim View Post
For me neither...
and the code is linux i think...
i need to know how to , exactly :S
06/30/2012 00:06 LeRaz0r#116
Yes, LogSrv is supposed to be run on Linux, but I can't figure out what library is required to do so...
06/30/2012 00:22 joseus34#117
Quote:
Originally Posted by LeRaz0r View Post
Yes, LogSrv is supposed to be run on Linux, but I can't figure out what library is required to do so...
for now im running, Auth and Name server and Cardsrv , now need to run logsrv and dbserve
and connect them to windows executables :S
06/30/2012 00:25 Dataim#118
Quote:
Originally Posted by joseus34 View Post
for now im running, Auth and Name server and Cardsrv , now need to run logsrv and dbserve
So the winner os is CentOs?
06/30/2012 00:29 joseus34#119
Quote:
Originally Posted by Dataim View Post
So the winner os is CentOs?
Yes but u have to run them , opning terminal and taking the icon to terminal inside ( this give the complete adress of program) and press enter, u will see running , go to system monitor and u will see the proceses running
06/30/2012 00:33 Dataim#120
Thanks again, and which version of CentOs are you running?