Useful macros

  • Views Views: 732
  • Last updated Last updated:
  • 1719760104279.png

    Kash Nunes Purchase Macro

    May be one of the best things ever if you're looking to buy lots of items from Kash Nunes. Set it up as follows, and you have a one-click button to buy one item at a time without having to click through all his BS conversation options.
    The FIRST ConversationSelect is 0 - this tells him you want to trade tokens for parts.
    The SECOND ConversationSelect is the level of the part minus 1 (0 = level 1, 1 = level 2, 2 = level 3, etc.)
    The THIRD ConversationSelect is the part type as follows:
    0 = Armor
    1 = Booster
    2 = Capacitor
    3 = Droid Interface
    4 = Engine
    5 = Reactor
    6 = Shield
    7 = Weapon
    The FOURTH ConversationSelect is 0 - this ends the conversation so you can run the macro again.

    Kash will not drop the following:
    • S0 shield hp.
    • S7 shield hp.
    • S6 shield hp.
    • E0 top speed.
    • E8 top speed.
    • E6 top speed.
    • Reward parts such as the borstel.

    Code:
    /target Kash;
    /pause .1;
    /conversationStart;
    /pause .1;
    /npcConversationSelect 0;
    /pause .1;
    /npcConversationSelect 7;
    /pause .1;
    /npcConversationSelect 6;
    /pause .1;
    /npcConversationSelect 0;

    Check active Space battles​

    Code:
    /spacebattlestatus lok;
    /pause 0.1;
    /spacebattlestatus dantooine;
    /pause 0.1;
    /spacebattlestatus corellia;
    /pause 0.1;
    /spacebattlestatus naboo;
    /pause 0.1;
    /spacebattlestatus tatooine;

    Locations of Space Battles​

    Code:
    /waypoint space_corellia 1200 3000 5500 Space Battle Corellia;
    /waypoint space_tatooine 4300 3900 1600 Space Battle Tatooine;
    /waypoint space_naboo -5032 -3958 4345 Space Battle Naboo;
    /waypoint space_dantooine 2700 4400 -2800 Space Battle Dantooine;
    /waypoint space_lok 2933 473 -1450 Space Battle Lok;

    Target Imperial Aces Macro​

    Code:
    /tar Darth;
    /pause 0.1;
    /tar Mara;
    /pause 0.1;
    /tar Maarek;
    /pause 0.1;
    /tar Turr;
    /pause 0.1;
    /tar Vindoo;
    /pause 0.1;
    /tar Cive
    /pause 0.1
    /tar Chiraneau;
    /pause 0.1;
    /tar DS-181-4;
    /pause 0.1;
    /tar Soontir;
    /pause 0.1;
    /tar Iran;

    Target Rebel Aces Macro​

    Code:
    /target Derek "Hobbie" Klivian;
    /pause 0.1;
    /target Wedge Antilles;
    /pause 0.1;
    /target Luke Skywalker;
    /pause 0.1;
    /target Tycho Celchu;
    /pause 0.1;
    /target Keyan Farlander;
    /pause 0.1;
    /target Tarrin Datch;
    /pause 0.1;
    /target Pash Cracken;
    /pause 0.1;
    /target Jan Ors;
    /pause 0.1;
    /target Arhul Narra;
    /pause 0.1;
    /target Arvel Crynyd;


    Generate Space Battles Report & locations​

    Code:
    /say Space Battle Report;
    /pause 0.05/spacebattle corellia;
    /pause 10;
    /spacebattle dantooine;
    /pause 10;
    /spacebattle lok;
    /pause 10;
    /spacebattle naboo;
    /pause 10;
    /spacebattle tatooine;
    /pause 10;
    /spacebattlestatus;
    /say Nav setting for Space Battle;
    /say Cor: Set Nav to Trilecta Star 5.6km;
    /say Dant: Set Nav to Isryn's Veil 5.8km;
    /say Lok: Set Nav to Voria's Ember 3.7km;
    /say Naboo: Set Nav to Pennumbra Omen 8.2km;
    /say Tat: Set Nav to Deep Sea 5.2km;
  • Loading…