Recent content by Plecks

  1. P

    Market Tycoon script

    There's also a logical flaw in making a market script for isk, in that if it's any good you could make large sums of isk yourself. There's several methods by which you could make a bot that plays the market to make isk. The simplest would be one that finds low sell orders and high buy orders...
  2. P

    Asset Gatherer

    I made a really basic script to do this for my market alt a while back (so hopefully there isn't something that's broken it since then). It works good if all you're trying to do is collect everything you have to one station, but if you want it to only get stuff in one region, or skip certain...
  3. P

    evesalvage request (-noremove)

    Added -keep and -repeat flags. If you use -repeat, -keep is implied (can't loop if its deleting bookmarks). It will keep looping through the bookmarks until the cargohold is > 90% full, where it will then drop off the goods, then resume looping through the bookmarks.
  4. P

    Wait command/function

    Something I did in similar situations for the pulse-based bots of WoW was use timers based on ${LavishScript.RunningTime}. Basically, when you want to start "waiting", you set a variable to something like ${Math.Calc[${LavishScript.RunningTime}+3000]} (now + 3 seconds), then simply keep...
Top Bottom