I just realized if the script still doesn't work with the correct password, then its cause the perl to mysql thingie isn't install. Had that problem a few years ago, and is simple fix.
Try this from command line: ppm install DBD-mysql If it installs anything, then that is what you were missing. Else perl can't connect to mysql database, and therefore the menu won't show up cause it needs values from the database tables via DBI! |
Also, when your in game, type this:
#logs quest #reloadquest Now it'll show you debug info with line numbers where it is broken in the quest file, etc. Helps to figure out where problems are occur real fast! |
Maybe this can help other people too, so I'll post question I got in PM.
Quote:
Authorization Required sounds like you need to do it in adminstration mode. Try to go into command line with admin mode. Go to Start->Run Type "command" (But don't hit enter) See the Command Shortcut appear, right click on it, and then select "Run as Administrator". This should give you the permissions. You DONT need the business edition license. Just regular perl, and I think the current version they use right now is 5.12? They have used 5.10, 5.12, and 5.14 in the past, and you NEED to use the correct version for what the source code is using. In the case they changed version number, can ask in the forum then. Also, I think I read some where they had to the perl files from the source code, so I'm not sure if they swapped it out with business version or if you need to download your own version. |
The problem is that ActiveState only allows free access to the two most recent versions of Perl. Since 5.12 is no longer in that group, you need a subscription to access the download and PPM modules.
Your options: 1) Compile as 64-bit using Perl 5.14 or 5.16. 2) Figure out why those versions of Perl crash on 32-bit compiles, fix it and send a patch, then revel in the glory and happiness knowing you helped make the emu better. 3) Nag somebody else to do step 2 for you. 4) Try Strawberry Perl. People have reported it works, and it's free. http://strawberryperl.com/releases.html |
For the 401 unauthorized, we added the other repositories from the repository list in the gui Perl package manager under preferences.
|
You do not need the Perl packages to run a server.
Another recent post on the same thing.... http://www.eqemulator.org/forums/sho...d.php?p=219417 Edit: unless you are doing some customized stuff |
How about to run quest with DBI?
|
this worked for me
Code:
ppm install www.bribes.org/perl/ppm/DBD-mysql.ppd |
Quote:
|
Quote:
Quote:
.............................,-~*`¯lllllll`*~,................................... ....... .......................,-~*`lllllllllllllllllllllllllll¯`*-,.................................... ..................,-~*llllllllllllllllllllllllllllllllllllllllllll*-,.................................. ...............,-*lllllllllllllllllllllllllllllllllllllllllllllllll lllll.\.......................... ....... .............;*`lllllllllllllllllllllllllll,-~*~-,llllllllllllllllllll\............................ .... ..............\lllllllllllllllllllllllllll/.........\;;;;llllllllllll,-`~-,......................... .. ...............\lllllllllllllllllllll,-*...........`~-~-,...(.(¯`*,`,.......................... ................\llllllllllll,-~*.....................)_-\..*`*;..).......................... .................\,-*`¯,*`)............,-~*`~................/..................... ..................|/.../.../~,......-~*,-~*`;................/.\.................. ................./.../.../.../..,-,..*~,.`*~*................*...\................. ................|.../.../.../.*`...\...........................)....)¯`~,...... ............ ................|./.../..../.......)......,.)`*~-,............/....|..)...`~-,............. ..............././.../...,*`-,.....`-,...*`....,---......\..../...../..|.........¯```*~-,,,, ...............(..........)`*~-,....`*`.,-~*.,-*......|.../..../.../............\........ ................*-,.......`*-,...`~,..``.,,,-*..........|.,*...,*...|..............\........ ...................*,.........`-,...)-,..............,-*`...,-*....(`-,............\....... ......................f`-,.........`-,/...*-,___,,-~*....,-*......|...`-,..........\........ |
Turns out my way doesn't quite work, I keep crashing the zone every time I use 'Instance' or 'Instances' -- it displays "[Create a solo Instance]" and then BAM, desync with server.
|
Yeah, probably cause its not connecting with the database.
Its a perl to mysql issue using DBI. |
All times are GMT -4. The time now is 05:17 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.