Signup Now
Results 1 to 3 of 3
  1. #1
    Wind Powered bashante's Avatar
    Join Date
    Jan 2014
    Posts
    193
    Reputation
    15
    Rep Power
    21

    Import external data to windbot script

    Hi, can i somehow import some data from external text file ? For example prices of items on market which i recently parsed ?
    https://qoinpro.com/45ae8d6bb74871f83b54351b448ed450 <--- register here for free daily BTC

  2. #2
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,395
    Reputation
    183
    Rep Power
    24
    The only way to store this data in WindBot and persiste between sessions, as far as I can think right now, is to use the database functionality: https://www.tibiawindbot.com/docs.ht...tions-database
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  3. #3
    Free User strahowski's Avatar
    Join Date
    Aug 2014
    Posts
    216
    Reputation
    27
    Rep Power
    20
    You can use json and LUA file system to write/read stuff from a .json (or any type really) file and easily store and then encode/decode json data. You need to add a custom library to encode/decode json data however. But there's plenty on the web.

    That's totally doable to store data, now when it comes to market specifically I am unsure though. This allows you to read the data in most other languages, C++/#, PHP, Python etc etc and then process the data.

 

 

Posting Permissions

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