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

Thread: Loot Logger

  1. #11
    Free User
    Join Date
    Sep 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Is it possible to just keep track of specific monsters?

  2. #12
    Free User
    Join Date
    Feb 2016
    Posts
    27
    Reputation
    10
    Rep Power
    0
    is possible to get last line of file in bot? for example if i have script like this
    PHP Code:
    auto(1000)
        
    local filename $name .. '.txt'
        
    local handler nil
                
    if handler == nil then
                    handler 
    io.open(filename'a+')
                
    end
        handler
    :write(('"'),$name,('"') .. '\n')
    if 
    handler ~= nil then
        handler
    :close()
    end 
    i want to get in bot last nick from script to checks, like this:
    PHP Code:
    if last line = ('"'),$name,('"'then
    blablabla
    end 

 

 

Posting Permissions

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