|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Support::MiniLogin Support forum for problems with the official MiniLogin release. |

12-09-2005, 05:21 AM
|
Fire Beetle
|
|
Join Date: Dec 2005
Posts: 20
|
|
errors, please help
when i type in:
INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server  ');
I get the following error:
ERROR 1146: Table 'mysql.variables' does not exist
I don't know how to create the proper table or why it doesn't exist.
Can someone help me?
Thanks
Jieseng
|

12-09-2005, 10:50 AM
|
Sarnak
|
|
Join Date: Sep 2005
Location: Gold Coast, Oz
Posts: 69
|
|
Quote:
Originally Posted by jieseng
when i type in:
INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server  ');
I get the following error:
ERROR 1146: Table 'mysql.variables' does not exist
I don't know how to create the proper table or why it doesn't exist.
Can someone help me?
Thanks
Jieseng
|
before you type the "INSERT... " line, make sure ou know what the name of your EQ database is (let's assume it's eqdb )
type "use eqdb ; " (no quotes)
Then type your INSERT statement.
|

12-09-2005, 11:11 PM
|
Demi-God
|
|
Join Date: Jan 2005
Posts: 1,109
|
|
Use also the correct db, some old distribution don't have variables table :( you can find correct version files and up to date guide on wiki :
http://www.eqemulator.net/wiki/wikka.php?wakka=Linkit
And for official sourceforge :
http://sourceforge.net/project/showf...group_id=88515
I hope that help you 
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
|

12-15-2005, 04:39 PM
|
Fire Beetle
|
|
Join Date: Dec 2005
Posts: 20
|
|
it works!!
thank you, johane. I hadn't set the db to eq... my oversight.
Now if I can just figure out how to make combat work... I am able to target mobs and npcs, but i can't attack or con them. I put the maps.tar.gz in the eqemy/maps directory, but I don't know if I need to unzip it or something. I've never seen a .gz file before. Any help would be appreciated. Also, whne I zoned into nektulos forest, I ended up in this unfamiliar place with a bunch of tree stumps and a river (with no way to zone out....)
Help please?
Thank you kindly!!!
Jieseng
|

03-12-2006, 11:32 AM
|
Fire Beetle
|
|
Join Date: Feb 2006
Posts: 1
|
|
Forgive the noobish-ness of this post but I am a complete newb when it comes to using mysql or any server crap for that matter. I am having trouble setting up a server. Everytime I go through the wizard on the start servise check it says could not start the service MySQL. Error: 0. Anyone know what's up w/ this? Also, when I make the server, how do I connect to it? It did it once and I got the command prompt up but it said not connected when I tried to run the commands you said. Any help would be appreciated, thanks.
~Tak
|

03-12-2006, 12:57 PM
|
Demi-God
|
|
Join Date: Mar 2004
Posts: 1,066
|
|
Support issues need to be posted on their own threads please. Also, they really don't belong here but rather in either General Support or Support:Windows Servers if you're having general trouble starting a server.
Closing it to further replies.
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Last edited by RangerDown; 03-12-2006 at 09:03 PM..
Reason: Woops. It wasn't sticky to begin with.
|

10-16-2004, 02:08 PM
|
Demi-God
|
|
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
|
|
Quote:
Originally Posted by Edgar1898
Quote:
Originally Posted by Cisyouc
Edgar, any chance MiniLogin 6 will be OpenSource?
|
Probably not.
|
Hmm. Alright, then what about this: Just out of curiousity, is it possible to edit/create "green" and "yellow" servers? 
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|

10-16-2004, 02:12 PM
|
Senior Member Former EQEmu Developer Current EQ2Emu Lead Developer
|
|
Join Date: Dec 2002
Posts: 1,065
|
|
Do you want it to display the server as yellow or green? Its a simple one byte change in the code that I can make if you guys want it that way. I'll make a poll in the forum and change it to whichever one wins.
__________________
Lethal Encounter
|

10-16-2004, 04:03 PM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 184
|
|
Just downloaded those binaries and ran them but I won't be able to test this for you until I can actually get into the game now. I've posted my zone problems in the bugs forum. After those get resolved I'll test MiniLogin, but until then, there's not much point.
|

10-16-2004, 04:30 PM
|
Hill Giant
|
|
Join Date: Sep 2004
Posts: 184
|
|
I fixed the problem.. my goddamn IP addres is 192.168.1.103 not 192.168.1.3... I must have had something else wrong and started over and typed it in wrong ARGH!!  Now I just need to solve my zone problem that I posted and I'll actually be playable again on .0.6.0.
|

10-17-2004, 04:07 AM
|
Discordant
|
|
Join Date: Sep 2004
Location: Camp Hill,PA
Posts: 370
|
|
I'm having status problems. No matter what I set my accounts status to I cannot do anything. None of the commands will work (only wanted to use minilogin for spawning, etc).
|

10-17-2004, 04:27 AM
|
Senior Member Former EQEmu Developer Current EQ2Emu Lead Developer
|
|
Join Date: Dec 2002
Posts: 1,065
|
|
Quote:
Originally Posted by mrea
I'm having status problems. No matter what I set my accounts status to I cannot do anything. None of the commands will work (only wanted to use minilogin for spawning, etc).
|
Out of game:
Code:
update account set status=250 where name='edgar1898';
(replace edgar1898 with your account name)
Make sure that your account name matches the one that world is saying is logging in.
In game:
type #flag
__________________
Lethal Encounter
|

10-17-2004, 06:16 AM
|
Discordant
|
|
Join Date: Sep 2004
Location: Camp Hill,PA
Posts: 370
|
|
Thats not it. I open up MySQL-Front and when I look at all my accounts (ones created solely for minilogin) they all have the status of 250 which they would get by setting up minilogin the way you explained earlier. It's not really necessary for me as I'm on a cable connection and don't require minilogin when I can just lock the server, buts its nice  Anyways, thanks for releasing this
|

10-17-2004, 08:45 AM
|
Sarnak
|
|
Join Date: Oct 2004
Posts: 42
|
|
Then if someone who has variable ip want to play using my minilogin??? he cant??? is there anyway to desactivate the ip check???
tks
|

10-17-2004, 08:48 AM
|
Demi-God
|
|
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
|
|
Minilogin is designed for LAN-login only. Thus, you can make your computers on a static local IP. If its just you, you can use 127.0.0.1
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 04:45 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |