Jump to content

Recommended Posts

Hello!

i need something in quest/lua or in c++ to check if the space in safebox have item.

if have put the new item in the next free space.

i try something like this:

local pos = mysql_query("SELECT * FROM player.item WHERE window='SAFEBOX' and owner_id='"..pc.get_account_id().."' ORDER BY pos ASC")
 local i = 0
if pos.pos!= nil then
repeat
i = i + 1
until (tonumber(pos.pos))!=(i-1)
pos = i-1
else
 pos = 0
end

mysql_query("INSERT INTO player.item (owner_id,window,pos,count,vnum) VALUES  ('"..(pc.get_account_id()).."', 'SAFEBOX', '"..(pos).."', '1', '"..(ITEM).."');")

but unfortunately dont work.

someone can give help?

sorry my english is not the best

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 0

      Sort By Last Play Time problem

    2. 0

      QuickSell in SpecialInventory Problem

    3. 12

      Legendary items effect

    4. 0

      M2Project Research | Teamler - Beta Tester

    5. 5

      How To Directx9 Device Creation with Multiple Thread Support

    6. 25

      Increase Safebox / Warehouse

    7. 25

      Increase Safebox / Warehouse

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.