World.EXE and DB problems
World Server Problems.
EQEMU = 0.6.0-DR1 Operating System: Windows Database: 5.8 Classic (5.8-classic-1095550545.zip) Perl - Installed = C:\perl\ Mysql - Installed = C:\mysql Using MINILOGIN Database Name = eq Help would be much appreciated, thanks. Below is the quote of what it said in my World.exe Quote:
|
ok this had worked for me but i am using 6.0 DR 2
open comand prompt and do this Code:
CD C:\mysql\bin Code:
mysql -u root mysql Code:
Use eq; Code:
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4) DEFAULT "0" NOT NULL; Code:
ALTER TABLE `doors` ADD `size` SMALLINT(5) UNSIGNED DEFAULT "100" NOT NULL; |
Damn
It did not work
I might have to try reloading the whole datebase. |
the problem is your 'attuneable' column, it doesn't want to recognize it. I think there was a post about this before that may help you
|
Quote:
Code:
Unknown column 'attuneable' ALTER TABLE items ADD COLUMN `attuneable` tinyint(3) unsigned NOT NULL default '0'; |
Oh, that always confused me. Whether it found it and didn't know what it was, or it wasn't there.
|
Thanks
I have no error on my World.exe anymore
It look like taht fixed it Thanks Cisyouc |
still have an error and tried all the querys suggested....but im using kunark not classic any suggestions?
|
What error?
-Sarepean |
#::EDITED::#
Ok i got this resolved not sure how but i did. Code:
[Status] Loading items from database: count=36965, max id=77768 |
Items DB trouble
Having more or less the same problem; this is what mine is saying now..
[Error] DBLoadItems query 'SELECT gmflag,minstatus,unknown002,unknown005,unknown 107,unknown108,id,weight,norent,nodrop,size,itemcl ass,idfile,lore,slots,cost,nam e,icon,unknown105,booktype,filename,bagtype,bagslo ts,bagsize,bagwr,augslot1type, augslot2type,augslot3type,augslot4type,augslot5typ e,unknown018,unknown019,unknow n020,casttime2,unknown061,unknown067,unknown069,un known070,unknown076,unknown077 ,augtype,ldonpointtheme,ldonpointcost,unknown099,a str,asta,aagi,adex,awis,aint,a cha,pr,mr,dr,fr,cr,skillmodvalue,skillmodtype,bane dmgamt,banedmgbody,banedmgrace ,magic,hasteproclvl,light,delay,effecttype,range,d amage,material,maxcharges,recl evel,recskill,charmfile,factionmod1,factionmod2,fa ctionmod3,factionmod4,factiona mt1,factionamt2,factionamt3,factionamt4,reqlevel,h p,mana,ac,color,classes,races, spellid,casttime,focusid,itemtype,accuracy,avoidan ce,bardtype,bardvalue,combatef fects,deity,elemdmgamt,elemdmgtype,sellrate,shield ing,spellshield,strikethrough, stunresist,tradeskills FROM items ORDER BY id', #1054: Unknown column 'unknown10 7' in 'field list' I tried using the tip from Cisyouc; ALTER TABLE items ADD COLUMN `attuneable` tinyint(3) unsigned NOT NULL default '0'; changing the column name to unknown107, but it keeps giving me a syntax error. What am I missing here; I'm using the 5.8 classic db and trying to use the 5.5 EQEmu. |
Ummm
Any chance you could use Mysq Front to check and see what fields you have in your items table, appears as tho you are missing a whole pile of fields(all of them). Does the database you loaded even include items? If it doesnt you may want to load the 13thfloor items.
|
All times are GMT -4. The time now is 02:32 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.