[Release]Overpower items [SQL]

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 45
  1. #16
    Infraction Baɴɴed holthelper is offline
    MemberRank
    Apr 2008 Join Date
    1,765Posts

    Re: [Release]Overpower items [SQL]

    actually moogra its inventoryitemid but that only updates one

    (going off Valhalla Rev 84 db setup)

  2. #17
    Account Upgraded | Title Enabled! xChibi is offline
    MemberRank
    Jun 2008 Join Date
    Im youtubes... GodsAng3l! XDLocation
    279Posts

    Re: [Release]Overpower items [SQL]

    Quote Originally Posted by BloodAngel13 View Post
    No use this!
    UPDATE inventoryequipment SET watk=32767, str=32767, `int`=32767, luk=32767, dex=32767, matk=19*** jump = 23, speed = 40, accuracy = 9*** avoid = 999

    It is pwnage!
    lul wouldnt this make all equips in the inventoryequipment have these stats rofl

  3. #18
    Account Upgraded | Title Enabled! ZeroSix is offline
    MemberRank
    Jul 2008 Join Date
    519Posts

    Re: [Release]Overpower items [SQL]

    nice Sql script [: haha

  4. #19
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: [Release]Overpower items [SQL]

    Thanks everyone for positive comments.

  5. #20
    Novice HelpMePlease is offline
    MemberRank
    Nov 2008 Join Date
    3Posts

    Help

    everytime i execute this sql i get an error it says unsuccessfully loaded.

  6. #21
    Account Upgraded | Title Enabled! xcelinex33 is offline
    MemberRank
    Apr 2008 Join Date
    spooksLocation
    859Posts

    Re: [Release]Overpower items [SQL]

    Edit:

    Thanks :)
    Last edited by xcelinex33; 03-02-09 at 03:15 PM.

  7. #22
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: [Release]Overpower items [SQL]

    I'm happy, people like it.

  8. #23
    Account Upgraded | Title Enabled! shakar96 is offline
    MemberRank
    Jun 2008 Join Date
    I QUIT, LOL I had 9XX posts :)Location
    656Posts

    Re: [Release]Overpower items [SQL]

    Here is a fixed version:
    PHP Code:
    UPDATE inventoryequipmentinventoryitems
    SET 
    `watk`=32767, `str`=32767, `int`=32767, `luk`=32767, `dex`=32767, `matk`=32767
    WHERE inventoryitems
    .characterid = *****
    && 
    inventoryequipment.inventoryitemid inventoryitems.inventoryitemid 
    you forgot some `('s).

  9. #24
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: [Release]Overpower items [SQL]

    You don't need them...

    It works fine for me.

  10. #25
    Member giwnet is offline
    MemberRank
    Aug 2008 Join Date
    90Posts

    Re: [Release]Overpower items [SQL]

    when i execute them, it says no database selected error number 1046

  11. #26
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: [Release]Overpower items [SQL]

    Did you replace the ***** with your character ID?

  12. #27
    Account Upgraded | Title Enabled! billabonker is offline
    MemberRank
    Feb 2008 Join Date
    YouTube :)Location
    360Posts

    Re: [Release]Overpower items [SQL]

    lol nice release

  13. #28
    Account Upgraded | Title Enabled! viydude is offline
    MemberRank
    Jun 2008 Join Date
    235Posts

    Re: [Release]Overpower items [SQL]

    Quote Originally Posted by giwnet View Post
    when i execute them, it says no database selected error number 1046
    Umm you have to put a ; at the end of the sql.

  14. #29
    Account Upgraded | Title Enabled! cihadpx68 is offline
    MemberRank
    Oct 2008 Join Date
    www.sixty8story.comLocation
    827Posts

    Re: [Release]Overpower items [SQL]

    nice release :)

  15. #30
    Apprentice Cyberbully is offline
    MemberRank
    Oct 2008 Join Date
    18Posts

    Re: [Release]Overpower items [SQL]

    For the love of jesus

    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'))
    I WIN.

    and there is a way of doing this in game you know.



Page 2 of 3 FirstFirst 123 LastLast

Advertisement