Recent content by BaconLord

  1. B

    StealthBot, v0.3.5.8 Beta (1/23/10)

    I'm thinking of buying SB for lvl 4 hi-sec missions, but want to be sure if they can be run properly. So how does SB perform in missions? Any problems?
  2. B

    Wrecking Ball features/bugs/problems here please

    First of all, great script. I did notice one thing that is, at least to me, little annoying. When I run script in anomaly with wrecks, it starts to approach wreck right away, even if its in range. Instead you could tractor beam/salvage all wreck in beam/salvage range and then start approaching...
  3. B

    HOWTO: Market Interaction

    I've been playing with .NET version of ISXEVE and I have a problem. I want to read all my orders using this code and then do something with them: EVE.ISXEVE.Me me = new Me(); me.UpdateMyOrders(); Thread.Sleep(10000); private IList<MyOrder> _orders = new List<MyOrder>(); _orders =...
Top Bottom