Signup Now
Results 1 to 7 of 7

Thread: Tile Items Spy

  1. #1
    Free User xyyyyllo's Avatar
    Join Date
    Dec 2013
    Posts
    95
    Reputation
    27
    Rep Power
    21

    Tile Items Spy

    Great for checking what items lay on selected tile.

    example:



    local tile = gettile($cursorinfo.x, $cursorinfo.y, $cursorinfo.z)
    for i=1, tile.itemcount do
    local dY = 100+(40*tile.itemcount) - (40*i);
    drawitem(tile.item[i].id, 30, dY, 100, tile.item[i].count, -1)
    drawtext(itemname(tile.item[i].id) .. ' count: ' .. tile.item[i].count .. ' (' .. tile.item[i].id .. ')', 30+40, dY)
    end
    Last edited by Borges; 09-25-2015 at 12:01 PM. Reason: Upload images to imgur.com
    Sig removed

    said the mod

  2. #2
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    Nice idea, thanks!

  3. #3
    Free User Cronixs's Avatar
    Join Date
    Dec 2013
    Posts
    86
    Reputation
    10
    Rep Power
    21
    great

  4. #4
    Banned
    Join Date
    Apr 2014
    Location
    Poland
    Posts
    187
    Reputation
    20
    Rep Power
    0
    Well done!

  5. #5
    Free User Leaf's Avatar
    Join Date
    Nov 2014
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Thanks!

  6. #6
    Free User
    Join Date
    Jul 2015
    Posts
    13
    Reputation
    10
    Rep Power
    0
    its work only for 10 first items from ground ;/ xd

  7. #7
    Free User
    Join Date
    May 2017
    Posts
    40
    Reputation
    2
    Rep Power
    0
    Man your script helped me finish my script, without it I would never be able to do that. Thanks A ton!!!

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •