Jump to content

Myth

Members
  • Posts

    225
  • Joined

  • Last visited

Posts posted by Myth

  1. when i got logout all my items in my inventory/equipment gone


     


    heres the sql error


     


     


    Info]: Loading Char Data (2000000)

    [info]: Char load request (150000)

    : DB error - Unknown column 'bound' in 'field list'
    [Debug]: at c:\program files\rock\my ragnarok files\src\char\char.c:1308 - SELECT `id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `expire_time`, `favorite`, `bound`, `unique_id`, `card0`, `card1`, `card2`, `card3` FROM `inventory` WHERE `char_id`=? LIMIT 100

    [sql]: DB error - Statement not prepared

    [Debug]: at c:\program files\rock\my ragnarok files\src\char\char.c:1339 - SELECT `id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `expire_time`, `bound`, `unique_id`, `card0`, `card1`, `card2`, `card3` FROM `cart_inventory` WHERE `char_id`=? LIMIT 100

    [sql]: DB error - Unknown column 'bound' in 'field list'

    [Debug]: at c:\program files\rock\my ragnarok files\src\char\int_storage.c:47 - SELECT `id`,`nameid`,`amount`,`equip`,`identify`,`refine`,`attribute`,`expire_time`,`bound`,`unique_id`,`card0`,`card1`,`card2`,`card3` FROM `storage` WHERE `account_id`='2000000' ORDER BY `nameid`

    [sql]: DB error - Statement not prepared

    [info]: storage load complete from DB - id: 2000000 (total: 0)

    [sql]: DB error - Unknown column 'bound' in 'field list'

     

     

     

     

    they got invisible

     

    m using SVN Revision: '17378'. 

  2. when i got logout all my items in my inventory gone but in my equipment dont

     

    heres the sql error

     

     

    Info]: Loading Char Data (2000000)
    [info]: Char load request (150000)
    : DB error - Unknown column 'bound' in 'field list'
    [Debug]: at c:\program files\rock\my ragnarok files\src\char\char.c:1308 - SELECT `id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `expire_time`, `favorite`, `bound`, `unique_id`, `card0`, `card1`, `card2`, `card3` FROM `inventory` WHERE `char_id`=? LIMIT 100
    [sql]: DB error - Statement not prepared
    [Debug]: at c:\program files\rock\my ragnarok files\src\char\char.c:1339 - SELECT `id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `expire_time`, `bound`, `unique_id`, `card0`, `card1`, `card2`, `card3` FROM `cart_inventory` WHERE `char_id`=? LIMIT 100
    [sql]: DB error - Unknown column 'bound' in 'field list'
    [Debug]: at c:\program files\rock\my ragnarok files\src\char\int_storage.c:47 - SELECT `id`,`nameid`,`amount`,`equip`,`identify`,`refine`,`attribute`,`expire_time`,`bound`,`unique_id`,`card0`,`card1`,`card2`,`card3` FROM `storage` WHERE `account_id`='2000000' ORDER BY `nameid`
    [sql]: DB error - Statement not prepared
    [info]: storage load complete from DB - id: 2000000 (total: 0)
    [sql]: DB error - Unknown column 'bound' in 'field list'
     
     
     
     
    they got invisible
  3. only buffs Novice to 1st Adv. Class and if the character is trans class, Ninja, Soul Linker, Star Gladiator and Taekwon. there is no buff only heal.

     

    buff contain Agi, Blessing, Impo, Assump and Magnificant

  4. prontera.gat,100,100,5<tab>script<tab>Maxer<tab>100,{
    [Level Up NPC]
    mes "Hi!! Welcome to YoeRO!!"
    mes "What brings you here?"
    menu: "Level up my base level to the MAX!",L_BASE;
    close;
    L_BASE:
    [Level Up NPC]
    mes "Oh, you want to raise your base level."
    mes "Are you sure about it?"
    menu "Ofcourse!!!",L_of,"Maybe later.",L_late;
    close;
    L_of:
    atcommand "@blvl 255";
    atcommand "@jlvl 120";
    //set BaseLevel,255;
    //set JobLevel,120;
    mes "Ok! Here you go!!!!!"
    mes "Enjoy playing YoeRO!!"
    close;
    L_late:
    mes "Ok see yah around!"
    close;
    }
    

    try this

×
×
  • Create New...