Search results

  1. M

    Item array

    I can't find a tutorial about this and looking through diffrent scripts didn't help se, so I decided to ask: How do you use arrays in mafia? I want to make an array of items, let me demonstrate what I mean in Java code: ArrayList items = new ArrayList(); items.add(digital underground potion)...
  2. M

    Mall data gathering

    I'm doing an adaptive buisiness intelligence project based on kol item prices and I need to gather my own data, since mallbot seems to have been broken by the mall update. So far I've worked out something like this: boolean main() { cli_execute("mirror "+today_to_string()+".txt"); for i...
Top