actually moogra its inventoryitemid but that only updates one
(going off Valhalla Rev 84 db setup)
actually moogra its inventoryitemid but that only updates one
(going off Valhalla Rev 84 db setup)
nice Sql script [: haha
Thanks everyone for positive comments.
everytime i execute this sql i get an error it says unsuccessfully loaded.
Edit:
Thanks :)
Last edited by xcelinex33; 03-02-09 at 03:15 PM.
I'm happy, people like it.
Here is a fixed version:
you forgot some `('s).PHP Code:UPDATE inventoryequipment, inventoryitems
SET `watk`=32767, `str`=32767, `int`=32767, `luk`=32767, `dex`=32767, `matk`=32767
WHERE inventoryitems.characterid = *****
&& inventoryequipment.inventoryitemid = inventoryitems.inventoryitemid
You don't need them...
It works fine for me.
when i execute them, it says no database selected error number 1046
Did you replace the ***** with your character ID?
lol nice release
nice release :)
For the love of jesus
I WIN.Code:UPDATE inventoryequipment SET `watk`=32767, `str`=32767, `int`=32767, `luk`=32767, `dex`=32767, `matk`=32767, wdef = 32767, speed = 40, jump = 23 where inventoryitemid in (select inventoryitemid from inventoryitems where characterid in (select id from characters where name = 'NAME'))
and there is a way of doing this in game you know.