View Single Post
  #2  
Old 01-10-2009, 05:02 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by Thenemi View Post
Code:
1064: You have an error in your SQL syntax; check the manual that corresponds to
 your MySQL server version for the right syntax to use near 'range,damage,color,
classes,races,UNK054,maxcharges,itemtypselect source,itemclass,name,lore,idfile,
id,weight,norent,nodrop,size,slots,price,icon,UNK012,UNK013,benefitflag,tradeski
lls,cr,dr,pr,mr,fr,astr,asta,aagi,adex,acha,aint,awis,hp,mana,ac,deity,skillmodv
alue,UNK033,skillmodtype,banedmgrace,banedmgamt,banedmgbody,magic,casttime_,reql
evel,bardtype,bardvalue,light,delay,reclevel,recskill,elemdmgtype,elemdmgamt,ran
ge,damage,color,classes,races,UNK054,maxcharges,itemtype,material,sellrate,UNK05
9,casttime,UNK061,procrate,combateffects,shielding,stunresist,strikethrough,extr
admgskill,extradmgamt,spellshield,avoidance,accuracy,charmfileid,factionmod1,fac
tionmod2,factionmod3,factionmod4,factionamt1,factionamt2,factionamt3,factionamt4
,charmfile,augtype,augslot1type,augslot1unk,augslot2type,augslot2unk,augslot3typ
e,augslot3unk,augslot4type,augslot4unk,augslot5type,augslot5unk,ldontheme,ldonpr
ice,ldonsold,bagtype,bagslots,bagsize,bagwr,book,booktype,filename,banedmgraceam
t,augrestrict,loregroup,pendingloreflag,artifactflag,summonedflag,favor,fvnodrop
,endur,dotshielding,attack,regen,manaregen,enduranceregen,haste,damageshield,rec
astdelay,recasttype,guildfavor,augdistiller,UNK123,UNK124,attuneable,nopet,UNK12
7,pointtype,potionbelt,potionbeltslots,stacksize,notransfer,stackable,UNK134,cli
ckeffect,clicktype,clicklevel,clicklevel2,proceffect,proctype,proclevel,procleve
l2,worneffect,worntype,wornlevel,wornlevel2,focuseffect,focustype,focuslevel,foc
uslevel2,scrolleffect,scrolltype,scrolllevel,scrolllevel2,updated from items ord
er by id
[Error] If you got boat loads of errors, make sure you sourced: utils/items-0.6.
0-DR2-0.6.1-DR1-convert.sql
Range is a protected word in MySQL 5.1, but was not in MySQL 5.0. If you downgrade to MySQL 5.0, it should fix that issue.

It also looks like you might be running an old version of the server because of all the [Debug] [RULES__ERROR] messages.

Hope this helps.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote