Search results

  1. F

    Unholy Rage

    http://www.eveonline.com/devblog.asp?a=blog&bid=687 Has anyone gotten banned? Just curious if we can start a thread for people who may have gotten banned and what if they can say were they doing when they got banned. I'm not sure if this will effect evebot users just curious if anyone...
  2. F

    first attempt

    something not working function main() { echo "turn on" { if !${Me.Ship.Module[MedSlot0].IsActive} { Me.Ship.Module[MedSlot0]:Click wait 10 } if !${Me.Ship.Module[MedSlot1].IsActive} { Me.Ship.Module[MedSlot1]:Click wait 10 }...
  3. F

    first attempt

    I want to have something that turns on certain slots everytime I enter space any help would be great. function main() { if !${Me.InSpace} if ${MyShip.Module[MedSlot0].ToItem.GroupID}==316 && !${MyShip.Module[MedSlot0].IsActive} MyShip.Module[MedSlot0]:Activate if...
  4. F

    Can Ratter loot wrecks

    Is it possible to have ratter loot wrecks?
  5. F

    EVEBot Discussion Thread

    please show how Could you show what you commented out and were I'd love to be able to have something run my shields and hardeners for me for missions.
  6. F

    problems with EveSalvage

    problems with EveSalvage == When cargo is full and it returns too home base to drop cargo off it opens up window to transfer cargo over but doesn't which seems wierd to me since if it doesn't run out of space it puts items into storage just fine.
Top Bottom