Search results

  1. Z

    Local pilots

    wt2.iss /Loader variable(global) bool Quit = FALSE #include obj_WT.iss variable obj_WT WarTargets function main() { Script:EnableDebugLogging[vv.txt] ui -load windows.xml do { call WarTargets.ProcessState wait 10 waitframe } while (${Quit} == FALSE) }...
  2. Z

    Local pilots

    windows.xml <?xml version="1.0" encoding="UTF-8"?> <ISUI> <Window name='Target Selector'> <X>5</X> <Y>5</Y> <Width>200</Width> <Height>400</Height> <Children> <TabControl name='Targeter'> <X>5%</X> <Width>90%</Width> <Height>95%</Height>...
  3. Z

    Local pilots

    Any idea pls?:)
  4. Z

    Local pilots

    Hi! After a break i completly rewrote my script but i have the same issue as last time. After some time my gui is stop working. My ship and overview not loading at all and autopilot stopping too. Here is the code. If anybody have some idea please post it :) Object...
  5. Z

    Mar

    Uhh. I will wait then. :yea:
  6. Z

    Mar

    Thank you! Looking for it!
  7. Z

    Mar

    seams price is not float In Price i have a float, what is 2.900000 echo Float: ${Price} EVE:PlaceBuyOrder[${Me.StationID}, ${TypeID}, ${Price}, ${Quantity} ,${Range}, ${MinQuantity}, ${Duration}] After i run the code i get this: Float: 2.900000 But in the buy orders it put with a...
  8. Z

    Mar

    The ${ID} did the trick :) Thank you for the fast reply.
  9. Z

    Mar

    Hi! I try to write an sql exporter to make some statistic to myself. I have some problems with GetMarketOrders_A and B. I use them this way as the tutorials show: .... EVE:ClearMarketOrderCache wait 20 EVE:Execute[OpenMarket] EVE:UpdateMarketOrders_A[ID] wait 40...
Top Bottom