Jump to content

Recommended Posts

Hello!

i need something in quest/lua 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

but unfortuly dont work.

someone can give help?

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



×
×
  • 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.