Search results

  1. T

    Read file line and write to file

    I am trying to write a script that reads the first line from TextA (an item name), look it up in a database, convert it to an itemid and write the ID in TextB. function main() { Declare Buffer binary Declare File file TextA.txt Declare FP filepath "${Script.CurrentDirectory}"...
  2. T

    to rockstar: mb u can try to add "orbit and keep at range" fix for evebot :)

    if ${HasTargets} && ${Me.ActiveTarget(exists)} { variable int OrbitDistance = 45000 Me.ActiveTarget:Orbit[${OrbitDistance}] } where 45000 is the distance from target, so for HAM ~20000
  3. T

    Keep at Range or Orbit

    You need to adjust the orbiting distance ( mine is 45000 km)
  4. T

    Keep at Range or Orbit

    The easiest way to let the bot orbit: In obj_Targets look for variable int OrbitDistance and change the lines to if ${HasTargets} && ${Me.ActiveTarget(exists)} { variable int OrbitDistance = 45000 ;OrbitDistance:Set[${Math.Calc[${_Me.Ship.MaxTargetRange}*0.40/1000].Round}]...
  5. T

    Chat interaction

    Thx to sigma, i only searched the eve section :( My bot now sends a message in corp chat and makes a bookmark. When i find out how to send system and belt number, i ll post it here. In obj_ratter last few lines: if ${Targets.TargetNPCs} && ${Social.IsSafe} { if...
  6. T

    Chat interaction

    Is there a function for sending text messages to certain windows (ie convo or corp chat) ?
  7. T

    Cloaking & Chaining

    Hi i m new to EVEBot and i have some questions about ratting. How can i enable cloaking in a safespot when a cloaking device is fitted ? How can i prevent the bot from killing a spawn it should chain? I set the BS value to 600k and it still kills 800k+ bounty BS. Thanks in advance Edit...
Top Bottom