View Single Post
  #2  
Old 08-17-2006, 03:44 AM
redwing26
Sarnak
 
Join Date: Aug 2006
Posts: 30
Default

okay minlogin had file opcodes.conf minlogin.exe and loginserver.ini I only extracted minilogin.exe as I didnt want to replace the eq-0.70 opcodes . I also have a previously working login server.ini , db.ini and the config xml file

Next I am downloading Download PEQ Velious RC1 DB∞ and the quest pack .......is this version compatible with titanium?

-----edit
Also at this point I have installed mysql,mysqlcc and perl via the cavedude tutorial and I created a peq database as well as a mysqladmin user and pass , this is myuname and mypass referrenced in the file.
----edit

Okay I will take that as a yes I have also put the quests into the quests folder and run the drop_*.sql files to start anew. Next I sourced the load_system and users.sql

next I do

INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Minilogin');

then

alter table account add minilogin_ip varchar(32) not null;

then

insert into account (name,password,status, minilogin_ip) values('myuname','mypass',250,'127.0.0.1');

Now Im getting to the point where I need help on extra config to get the most out of my game any help would be appreciated

Last edited by redwing26; 08-17-2006 at 12:18 PM..
Reply With Quote