Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Recent Loot

  1. #11
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    Quote Originally Posted by lolotrolo View Post
    @Leonardo
    Is there any possibility to inserting Items to display from looting list? If u are exping at some differents places with many mobs it would take too much time to fill it?
    Thanks in advance
    Ye it's possible just wait a little more till I finish all scripts I have in mind first.

  2. #12
    Free User
    Join Date
    Oct 2014
    Posts
    29
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Leonardo View Post
    Ye it's possible just wait a little more till I finish all scripts I have in mind first.
    That would be just amazing. Can't wait for it

  3. #13
    Free User Pukielos's Avatar
    Join Date
    Jan 2014
    Location
    Cracow, Poland
    Posts
    61
    Reputation
    10
    Rep Power
    21
    Hey, I have two questions

    firtsly - It is possible to do two/three lanes with loot (yellow + red or green or all three)
    secondary - how to make that work 'butcher's axe' and other with " ' " in hud

  4. #14
    Free User
    Join Date
    Sep 2014
    Posts
    68
    Reputation
    10
    Rep Power
    20
    Quote Originally Posted by lolotrolo View Post
    Is there any possibility to inserting Items to display from looting list? If u are exping at some differents places with many mobs it would take too much time to fill it?
    Thanks in advance
    copy paste this code on console


    local items = {}
    local LootPrice = 2000 -- Minimum Price to add to list

    foreach lootingitem l do
    if l.sellprice >= LootPrice then
    table.insert(items,l.name)
    end
    end

    print(items)


    @lolotrolo

  5. #15
    Free User Pukielos's Avatar
    Join Date
    Jan 2014
    Location
    Cracow, Poland
    Posts
    61
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by Pukielos View Post
    Hey, I have two questions

    firtsly - It is possible to do two/three lanes with loot (yellow + red or green or all three)
    secondary - how to make that work 'butcher's axe' and other with " ' " in hud
    hmm?...

  6. #16
    Free User
    Join Date
    Feb 2015
    Posts
    4
    Reputation
    10
    Rep Power
    0
    @Leonardo
    Is there any possibility to show only the itens that I filled in the Items variable ?

  7. #17
    Free User
    Join Date
    Jan 2016
    Posts
    71
    Reputation
    10
    Rep Power
    17
    i just open the script on notepad and paste it at the end? sorry im new to this

  8. #18
    Free User
    Join Date
    Apr 2016
    Posts
    41
    Reputation
    10
    Rep Power
    0
    Is is possible to change color from Orange to Green for rare items?

  9. #19
    Free User czarnysorcerer's Avatar
    Join Date
    Feb 2016
    Posts
    411
    Reputation
    13
    Rep Power
    17
    it isnt showing the colour like yellow on the screen, everything is in the same colour

 

 

Posting Permissions

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