StellaBellum Endgame Testing Setup - SWG-Source/swg-main GitHub Wiki

Get yourself inshape for SWG Endgame Testing

I recommend to use the officer profession as you simply never have to wait for action in any situation, 40k Action are still enough to solo Axkva Min or IG88 with any other profession tough.

Set Godmode and get some Scripts attached to yourself!

/setGodMode 50
/getPlayerId Playername
/script attach test.qatool ID
/script attach test.qasetup ID

Spawn yourself a Frog and getyourself some stuff

Use /qatool to spawn a Frog from the Menu Type qasetup (without slash) to see available presets for your class. Sometimes its better todo this manually! For example qa_commando to set your level to 90, have your expertise set, and a armorset with attachments issued. Get a Heroism 5 Piece Set. You dont need the profession specific ones ;)

  • Weapon with qatool (Weapons - Test Weapons) Get yourself a highpowered Weapon with the /qatool.

Setup a Buff Macro

This Macro will be looped, as some of the shortterm buffs are needed to be near invicible. Without loop you will still be powerful and end up around 130k health and 40k action. Exchange the set_bonus_officer_utility_a_3 Profession Entrys if you use a different one. This will give you the bonus of every heroic Set! You can only have the ones of one profession + Heroism Bonus.

Officer:

/say qa_buff;
/pause 1;
/qatool buff frogBuff;
/pause 1;
/qatool buff death_troopers_afflicted_npc;
/pause 1;
/qatool buff gcw_entertained_patrol_npc;
/pause 1;
/qatool buff set_effect_1_3;
/pause 1;
/qatool buff set_bonus_officer_utility_b_3;
/pause 1;
/qatool buff set_bonus_officer_utility_a_3;
/pause 1;
/qatool buff set_bonus_officer_dps_3;
/pause 1;
/qatool buff gcw_base_critical_heal_e;
/pause 1;
/qatool buff jedi_statue_self_dps_debuff;
/pause 1;
/qatool buff nutrientInjection_2;
/pause 1;
/qatool buff of_buff_def_9;
/pause 1;
/qatool buff of_focus_fire_6;
/pause 1;
/qatool buff of_inspiration_6;
/pause 1;
/qatool buff of_scatter_1;
/pause 1;
/qatool buff of_charge_1;
/pause 1;
/qatool buff of_tactical_drop_6;
/pause 1;
/qatool buff combat_dodge;
/pause 1;
/macro TestBuff;

Bounty Hunter:

/say qa_buff;
/pause 1;
/qatool buff frogBuff;
/pause 1;
/qatool buff death_troopers_afflicted_npc;
/pause 1;
/qatool buff gcw_entertained_patrol_npc;
/pause 1;
/qatool buff set_effect_1_3;
/pause 1;
/qatool buff set_bonus_bh_utility_b_3;
/pause 1;
/qatool buff set_bonus_bh_utility_a_3;
/pause 1;
/qatool buff set_bonus_bh_dps_3;
/pause 1;
/qatool buff gcw_base_critical_heal_e;
/pause 1;
/qatool buff jedi_statue_self_dps_debuff;
/pause 1;
/qatool buff nutrientInjection_2;
/pause 1;
/qatool buff of_buff_def_9;
/pause 1;
/qatool buff of_focus_fire_6;
/pause 1;
/qatool buff of_inspiration_6;
/pause 1;
/qatool buff of_scatter_1;
/pause 1;
/qatool buff of_charge_1;
/pause 1;
/qatool buff of_tactical_drop_6;
/pause 1;
/qatool buff combat_dodge;
/pause 1;
/macro TestBuff;

Combat

Test your setup somewhere before trying to enter Instances, Krayt Graveyard for example ;)